Skip to content

Commit

Permalink
Merge pull request #944 from ballerina-platform/release-3.0.1
Browse files Browse the repository at this point in the history
[Automated] Sync master after 3.0.1 release
  • Loading branch information
aashikam authored Jun 19, 2024
2 parents 7bdd8fe + 8e58872 commit 53d1cd9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ path = "./lib/amqp-client-5.18.0.jar"
groupId = "io.ballerina.stdlib"
artifactId = "rabbitmq-native"
version = "3.0.1"
path = "../native/build/libs/rabbitmq-native-3.0.1-SNAPSHOT.jar"
path = "../native/build/libs/rabbitmq-native-3.0.1.jar"

[[platform.java17.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.0.1-SNAPSHOT.jar"
path = "../compiler-plugin/build/libs/rabbitmq-compiler-plugin-3.0.1.jar"
2 changes: 1 addition & 1 deletion ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ modules = [
[[package]]
org = "ballerina"
name = "crypto"
version = "2.7.2"
version = "2.7.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "time"}
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.0.1-SNAPSHOT
version=3.0.2-SNAPSHOT
ballerinaLangVersion=2201.9.0

amqpClientVersion=5.18.0
Expand Down

0 comments on commit 53d1cd9

Please sign in to comment.