Skip to content

Commit

Permalink
Merge pull request #1011 from ballerina-platform/timestamped-version-…
Browse files Browse the repository at this point in the history
…update12

[Automated] Update the lang version to 2201.12.0-20250228-201300-8d411a0f
  • Loading branch information
Nuvindu authored Mar 3, 2025
2 parents 0658959 + 9a9f363 commit 6c9e466
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
org = "ballerinax"
name = "rabbitmq"
version = "3.2.0"
version = "3.2.1"
authors = ["Ballerina"]
keywords = ["service", "client", "messaging", "network", "pubsub"]
repository = "https://github.com/ballerina-platform/module-ballerinax-rabbitmq"
Expand All @@ -18,8 +18,8 @@ path = "./lib/amqp-client-5.18.0.jar"
[[platform.java21.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "rabbitmq-native"
version = "3.2.0"
path = "../native/build/libs/rabbitmq-native-3.2.0.jar"
version = "3.2.1"
path = "../native/build/libs/rabbitmq-native-3.2.1-SNAPSHOT.jar"

[[platform.java21.dependency]]
groupId = "io.ballerina.stdlib"
Expand Down
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.jar"
path = "../compiler-plugin/build/libs/rabbitmq-compiler-plugin-3.2.1-SNAPSHOT.jar"
6 changes: 3 additions & 3 deletions 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"
distribution-version = "2201.12.0-20250228-201300-8d411a0f"

[[package]]
org = "ballerina"
Expand Down Expand Up @@ -81,7 +81,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "http"
version = "2.13.0"
version = "2.13.3"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "auth"},
Expand Down Expand Up @@ -389,7 +389,7 @@ modules = [
[[package]]
org = "ballerinax"
name = "rabbitmq"
version = "3.2.0"
version = "3.2.1"
dependencies = [
{org = "ballerina", name = "constraint"},
{org = "ballerina", name = "crypto"},
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
org.gradle.caching=true
group=io.ballerina.stdlib
version=3.2.1-SNAPSHOT
ballerinaLangVersion=2201.11.0
ballerinaLangVersion=2201.12.0-20250228-201300-8d411a0f

amqpClientVersion=5.18.0
puppycrawlCheckstyleVersion=10.12.1
Expand Down

0 comments on commit 6c9e466

Please sign in to comment.