From 5b867a61d9097c6d566939f49bc053f95e19dea8 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Fri, 28 Jan 2022 18:43:36 +0000 Subject: [PATCH] [Gradle Release Plugin] - pre tag commit: 'v2.2.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 6278da1c2..77dd2ee64 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -10,13 +10,13 @@ license = ["Apache-2.0"] distribution = "2201.0.0" [[platform.java11.dependency]] -path = "../native/build/libs/websocket-native-2.2.0-SNAPSHOT.jar" +path = "../native/build/libs/websocket-native-2.2.0.jar" [[platform.java11.dependency]] -path = "./lib/http-native-2.2.0-20220127-134200-794c3e4.jar" +path = "./lib/http-native-2.2.0.jar" [[platform.java11.dependency]] -path = "./lib/mime-native-2.2.0-20220127-003000-a2508f7.jar" +path = "./lib/mime-native-2.2.0.jar" [[platform.java11.dependency]] path = "./lib/netty-common-4.1.71.Final.jar" @@ -43,5 +43,5 @@ path = "./lib/netty-codec-4.1.71.Final.jar" path = "./lib/netty-handler-proxy-4.1.71.Final.jar" [[platform.java11.dependency]] -path = "../test-utils/build/libs/websocket-test-utils-2.2.0-SNAPSHOT.jar" +path = "../test-utils/build/libs/websocket-test-utils-2.2.0.jar" scope = "testOnly" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index ead2fd3cc..13133bf5f 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.2.0-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/websocket-compiler-plugin-2.2.0.jar" diff --git a/gradle.properties b/gradle.properties index 0c9215166..f86e1d982 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.stdlib -version=2.2.0-SNAPSHOT +version=2.2.0 ballerinaLangVersion=2201.0.0 ballerinaTomlParserVersion=1.2.2 nettyVersion=4.1.71.Final