From 47ea417da692b3cb7e0a6cdd1bfadc7c44b1a935 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Fri, 19 Nov 2021 17:20:56 +0000 Subject: [PATCH] [Gradle Release Plugin] - pre tag commit: 'v2.0.1'. --- ballerina/Ballerina.toml | 8 ++++---- ballerina/CompilerPlugin.toml | 2 +- gradle.properties | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index a4b654315..b080df1d0 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -9,13 +9,13 @@ license = ["Apache-2.0"] distribution = "slbeta3" [[platform.java11.dependency]] -path = "../native/build/libs/websocket-native-2.0.1-SNAPSHOT.jar" +path = "../native/build/libs/websocket-native-2.0.1.jar" [[platform.java11.dependency]] -path = "./lib/http-native-2.0.1-20211119-130400-6c52bf4.jar" +path = "./lib/http-native-2.0.1.jar" [[platform.java11.dependency]] -path = "./lib/mime-native-2.0.1-20211117-230900-13b1a1e.jar" +path = "./lib/mime-native-2.0.1.jar" [[platform.java11.dependency]] path = "./lib/netty-common-4.1.68.Final.jar" @@ -42,5 +42,5 @@ path = "./lib/netty-codec-4.1.68.Final.jar" path = "./lib/netty-handler-proxy-4.1.68.Final.jar" [[platform.java11.dependency]] -path = "../test-utils/build/libs/websocket-test-utils-2.0.1-SNAPSHOT.jar" +path = "../test-utils/build/libs/websocket-test-utils-2.0.1.jar" scope = "testOnly" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index 5defabd96..6ffc05df8 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -3,4 +3,4 @@ id = "websocket-compiler-plugin" class = "io.ballerina.stdlib.websocket.plugin.WebSocketCompilerPlugin" [[dependency]] -path = "../compiler-plugin/build/libs/websocket-compiler-plugin-2.0.1-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/websocket-compiler-plugin-2.0.1.jar" diff --git a/gradle.properties b/gradle.properties index a16cf58d9..660959345 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.stdlib -version=2.0.1-SNAPSHOT +version=2.0.1 ballerinaLangVersion=2.0.0-beta.4 ballerinaTomlParserVersion=1.2.2 nettyVersion=4.1.68.Final