From b164ceede5aa809d09bee8c3d2b881a74a12dbc3 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Fri, 8 Oct 2021 18:05:03 +0000 Subject: [PATCH] [Gradle Release Plugin] - pre tag commit: 'v2.0.0'. --- 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 19fda5e18..43ff80baf 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -5,13 +5,13 @@ version = "2.0.0" distribution = "slbeta3" [[platform.java11.dependency]] -path = "../native/build/libs/websocket-native-2.0.0-SNAPSHOT.jar" +path = "../native/build/libs/websocket-native-2.0.0.jar" [[platform.java11.dependency]] -path = "./lib/http-native-2.0.0-20211007-231200-c19485f.jar" +path = "./lib/http-native-2.0.0.jar" [[platform.java11.dependency]] -path = "./lib/mime-native-2.0.0-20211007-222300-16f9d0a.jar" +path = "./lib/mime-native-2.0.0.jar" [[platform.java11.dependency]] path = "./lib/netty-common-4.1.68.Final.jar" @@ -38,5 +38,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.0-SNAPSHOT.jar" +path = "../test-utils/build/libs/websocket-test-utils-2.0.0.jar" scope = "testOnly" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index 6e680c95e..5e90d4c2c 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.0-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/websocket-compiler-plugin-2.0.0.jar" diff --git a/gradle.properties b/gradle.properties index 464185718..c42aeda22 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.stdlib -version=2.0.0-SNAPSHOT +version=2.0.0 ballerinaLangVersion=2.0.0-beta.3 ballerinaTomlParserVersion=1.2.2 nettyVersion=4.1.68.Final