From 7d4827d9e68c33f0658ae38a93295aedd0ded0bb Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Tue, 20 Aug 2024 08:39:03 +0000 Subject: [PATCH] [Gradle Release Plugin] - pre tag commit: 'v2.12.0'. --- ballerina/Ballerina.toml | 8 ++++---- ballerina/CompilerPlugin.toml | 2 +- ballerina/Dependencies.toml | 2 +- gradle.properties | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 5dede6043..a47b7c9f2 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -16,19 +16,19 @@ graalvmCompatible = true groupId = "io.ballerina.stdlib" artifactId = "websocket-native" version = "2.12.0" -path = "../native/build/libs/websocket-native-2.12.0-SNAPSHOT.jar" +path = "../native/build/libs/websocket-native-2.12.0.jar" [[platform.java17.dependency]] groupId = "io.ballerina.stdlib" artifactId = "http-native" version = "2.12.0" -path = "./lib/http-native-2.12.0-20240816-115800-498591d.jar" +path = "./lib/http-native-2.12.0.jar" [[platform.java17.dependency]] groupId = "io.ballerina.stdlib" artifactId = "mime-native" version = "2.10.0" -path = "./lib/mime-native-2.10.0-20240814-133200-6c54439.jar" +path = "./lib/mime-native-2.10.0.jar" [[platform.java17.dependency]] groupId = "io.ballerina.stdlib" @@ -85,5 +85,5 @@ version = "4.1.108.Final" path = "./lib/netty-handler-proxy-4.1.108.Final.jar" [[platform.java17.dependency]] -path = "../test-utils/build/libs/websocket-test-utils-2.12.0-SNAPSHOT.jar" +path = "../test-utils/build/libs/websocket-test-utils-2.12.0.jar" scope = "testOnly" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index 20c7f12b3..9822cfdba 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.12.0-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/websocket-compiler-plugin-2.12.0.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 1f9ce89d7..d1b5a51e9 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.10.0-20240814-095500-9d14866a" +distribution-version = "2201.10.0" [[package]] org = "ballerina" diff --git a/gradle.properties b/gradle.properties index 947d57f72..0f1e9bb5d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.stdlib -version=2.12.0-SNAPSHOT +version=2.12.0 ballerinaLangVersion=2201.10.0 ballerinaTomlParserVersion=1.2.2 nettyVersion=4.1.108.Final