Skip to content

Commit

Permalink
Merge pull request #936 from ballerina-platform/release-3.0.0
Browse files Browse the repository at this point in the history
[Automated] Sync master after 3.0.0 release
  • Loading branch information
aashikam authored May 6, 2024
2 parents 41051e7 + c127522 commit 5a2de8b
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 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.0"
path = "../native/build/libs/rabbitmq-native-3.0.0-SNAPSHOT.jar"
path = "../native/build/libs/rabbitmq-native-3.0.0.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.0-SNAPSHOT.jar"
path = "../compiler-plugin/build/libs/rabbitmq-compiler-plugin-3.0.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.9.0-20240419-152500-bd530dd2"
distribution-version = "2201.9.0"

[[package]]
org = "ballerina"
Expand Down
24 changes: 12 additions & 12 deletions 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.0.0-SNAPSHOT
ballerinaLangVersion=2201.9.0-20240419-152500-bd530dd2
version=3.0.1-SNAPSHOT
ballerinaLangVersion=2201.9.0

amqpClientVersion=5.18.0
puppycrawlCheckstyleVersion=10.12.1
Expand All @@ -17,25 +17,25 @@ stdlibTimeVersion=2.4.0
stdlibUrlVersion=2.4.0

stdlibConstraintVersion=1.5.0
stdlibCryptoVersion=2.7.0-20240419-184200-7bc2693
stdlibCryptoVersion=2.7.0
stdlibLogVersion=2.9.0
stdlibOsVersion=1.8.0
stdlibRandomVersion=1.5.0
stdlibTaskVersion=2.5.0

stdlibCacheVersion=3.8.0-20240409-101100-e2d7f4e
stdlibCacheVersion=3.8.0
stdlibFileVersion=1.9.0
stdlibMimeVersion=2.9.0
stdlibUuidVersion=1.8.0-20240419-205800-699c1b6
stdlibUuidVersion=1.8.0

stdlibAuthVersion=2.11.0-20240419-212200-83c312b
stdlibJwtVersion=2.11.0-20240419-212200-853ba89
stdlibOAuth2Version=2.11.0-20240419-212300-79a26ae
stdlibAuthVersion=2.11.0
stdlibJwtVersion=2.11.0
stdlibOAuth2Version=2.11.0

stdlibHttpVersion=2.11.0-20240419-221600-aa2f91a
stdlibHttpVersion=2.11.0

stdlibTransactionVersion=1.9.0-20240420-020300-e5fd3f0
stdlibTransactionVersion=1.9.0

# Ballerinax Observer
observeVersion=1.2.3-20240408-194900-a0e331f
observeInternalVersion=1.2.2-20240408-195500-1436319
observeVersion=1.2.3
observeInternalVersion=1.2.2

0 comments on commit 5a2de8b

Please sign in to comment.