Skip to content

Commit

Permalink
[Automated] Sync master after 3.2.0 release (#1010)
Browse files Browse the repository at this point in the history
* [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>
  • Loading branch information
ballerina-bot and ballerina-bot authored Feb 17, 2025
1 parent 389210b commit 0658959
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ path = "./lib/amqp-client-5.18.0.jar"
groupId = "io.ballerina.stdlib"
artifactId = "rabbitmq-native"
version = "3.2.0"
path = "../native/build/libs/rabbitmq-native-3.2.0-SNAPSHOT.jar"
path = "../native/build/libs/rabbitmq-native-3.2.0.jar"

[[platform.java21.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "constraint-native"
version = "1.6.0"
path = "./lib/constraint-native-1.6.0-20241122-133100-98689e2.jar"
path = "./lib/constraint-native-1.6.0.jar"

[build-options]
observabilityIncluded=false
2 changes: 1 addition & 1 deletion ballerina/CompilerPlugin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ id = "rabbitmq-compiler-plugin"
class = "io.ballerina.stdlib.rabbitmq.plugin.RabbitmqCompilerPlugin"

[[dependency]]
path = "../compiler-plugin/build/libs/rabbitmq-compiler-plugin-3.2.0-SNAPSHOT.jar"
path = "../compiler-plugin/build/libs/rabbitmq-compiler-plugin-3.2.0.jar"
2 changes: 1 addition & 1 deletion ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[ballerina]
dependencies-toml-version = "2"
distribution-version = "2201.11.0-20241121-075100-c4c87cbc"
distribution-version = "2201.11.0"

[[package]]
org = "ballerina"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
org.gradle.caching=true
group=io.ballerina.stdlib
version=3.2.0-SNAPSHOT
version=3.2.1-SNAPSHOT
ballerinaLangVersion=2201.11.0

amqpClientVersion=5.18.0
Expand Down

0 comments on commit 0658959

Please sign in to comment.