Skip to content

Commit

Permalink
Merge pull request #1202 from ballerina-platform/release-2.11.0
Browse files Browse the repository at this point in the history
[Automated] Sync master after 2.11.0 release
  • Loading branch information
ayeshLK authored May 6, 2024
2 parents befb981 + 4f5ce7d commit 6efef47
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ graalvmCompatible = true
groupId = "io.ballerina.stdlib"
artifactId = "jwt-native"
version = "2.11.0"
path = "../native/build/libs/jwt-native-2.11.0-SNAPSHOT.jar"
path = "../native/build/libs/jwt-native-2.11.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-20240405-165800-4b163f78"
distribution-version = "2201.9.0"

[[package]]
org = "ballerina"
Expand Down
12 changes: 6 additions & 6 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
org.gradle.caching=true
group=io.ballerina.stdlib
version=2.11.0-SNAPSHOT
version=2.11.1-SNAPSHOT
puppycrawlCheckstyleVersion=10.12.0
ballerinaGradlePluginVersion=2.0.1

ballerinaLangVersion=2201.9.0-20240502-141200-0a49fa42
stdlibCacheVersion=3.8.0-20240409-101100-e2d7f4e
stdlibCryptoVersion=2.7.0-20240502-172300-6b356e2
ballerinaLangVersion=2201.9.0
stdlibCacheVersion=3.8.0
stdlibCryptoVersion=2.7.0
stdlibLogVersion=2.9.0
stdlibTimeVersion=2.4.0
# Transitive dependencies
stdlibTaskVersion=2.5.0
stdlibConstraintVersion=1.5.0
stdlibIoVersion=1.6.0
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 6efef47

Please sign in to comment.