Skip to content

Commit 0658959

Browse files
ballerina-botballerina-bot
andauthored
[Automated] Sync master after 3.2.0 release (#1010)
* [Automated] Update the native jar versions * [Automated] Update the native jar versions * [Gradle Release Plugin] - pre tag commit: 'v3.2.0'. * [Gradle Release Plugin] - new version commit: 'v3.2.1-SNAPSHOT'. --------- Co-authored-by: ballerina-bot <ballerina-bot@ballerina.org>
1 parent 389210b commit 0658959

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

ballerina/Ballerina.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ path = "./lib/amqp-client-5.18.0.jar"
1919
groupId = "io.ballerina.stdlib"
2020
artifactId = "rabbitmq-native"
2121
version = "3.2.0"
22-
path = "../native/build/libs/rabbitmq-native-3.2.0-SNAPSHOT.jar"
22+
path = "../native/build/libs/rabbitmq-native-3.2.0.jar"
2323

2424
[[platform.java21.dependency]]
2525
groupId = "io.ballerina.stdlib"
2626
artifactId = "constraint-native"
2727
version = "1.6.0"
28-
path = "./lib/constraint-native-1.6.0-20241122-133100-98689e2.jar"
28+
path = "./lib/constraint-native-1.6.0.jar"
2929

3030
[build-options]
3131
observabilityIncluded=false

ballerina/CompilerPlugin.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ id = "rabbitmq-compiler-plugin"
33
class = "io.ballerina.stdlib.rabbitmq.plugin.RabbitmqCompilerPlugin"
44

55
[[dependency]]
6-
path = "../compiler-plugin/build/libs/rabbitmq-compiler-plugin-3.2.0-SNAPSHOT.jar"
6+
path = "../compiler-plugin/build/libs/rabbitmq-compiler-plugin-3.2.0.jar"

ballerina/Dependencies.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
[ballerina]
77
dependencies-toml-version = "2"
8-
distribution-version = "2201.11.0-20241121-075100-c4c87cbc"
8+
distribution-version = "2201.11.0"
99

1010
[[package]]
1111
org = "ballerina"

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
org.gradle.caching=true
22
group=io.ballerina.stdlib
3-
version=3.2.0-SNAPSHOT
3+
version=3.2.1-SNAPSHOT
44
ballerinaLangVersion=2201.11.0
55

66
amqpClientVersion=5.18.0

0 commit comments

Comments
 (0)