Skip to content

Commit

Permalink
Merge pull request #931 from ballerina-platform/release-1.11.0
Browse files Browse the repository at this point in the history
[Automated] Sync main after 1.11.0 release
  • Loading branch information
ayeshLK committed May 14, 2024
2 parents cd2c1e1 + b42ec0c commit 4566676
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 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 = "websubhub-native"
version = "1.11.0"
path = "../native/build/libs/websubhub-native-1.11.0-SNAPSHOT.jar"
path = "../native/build/libs/websubhub-native-1.11.0.jar"
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 = "websubhub-compiler-plugin"
class = "io.ballerina.stdlib.websubhub.WebSubHubCompilerPlugin"

[[dependency]]
path = "../compiler-plugin/build/libs/websubhub-compiler-plugin-1.11.0-SNAPSHOT.jar"
path = "../compiler-plugin/build/libs/websubhub-compiler-plugin-1.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-20240425-195200-d5ce8c72"
distribution-version = "2201.9.0"

[[package]]
org = "ballerina"
Expand Down
22 changes: 11 additions & 11 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=1.11.0-SNAPSHOT
ballerinaLangVersion=2201.9.0-20240502-141200-0a49fa42
version=1.11.1-SNAPSHOT
ballerinaLangVersion=2201.9.0
puppycrawlCheckstyleVersion=10.12.0
testngVersion=7.6.1
ballerinaGradlePluginVersion=2.0.1
Expand All @@ -11,11 +11,11 @@ stdlibIoVersion=1.6.0
stdlibRandomVersion=1.5.0
stdlibTimeVersion=2.4.0
stdlibUrlVersion=2.4.0
stdlibCryptoVersion=2.7.0-20240502-172300-6b356e2
stdlibCryptoVersion=2.7.0
stdlibLogVersion=2.9.0
stdlibMimeVersion=2.9.0
stdlibUuidVersion=1.8.0-20240502-184000-71c8d75
stdlibHttpVersion=2.11.0-20240502-194500-bb0bced
stdlibUuidVersion=1.8.0
stdlibHttpVersion=2.11.0

# Transitive Dependencies

Expand All @@ -27,14 +27,14 @@ stdlibOsVersion=1.8.0
stdlibTaskVersion=2.5.0

# Level 03
stdlibCacheVersion=3.8.0-20240409-101100-e2d7f4e
stdlibCacheVersion=3.8.0
stdlibFileVersion=1.9.0

# Level 03
stdlibAuthVersion=2.11.0-20240502-184600-96868c0
stdlibJwtVersion=2.11.0-20240502-184700-00ec094
stdlibOAuth2Version=2.11.0-20240502-185000-b5e4bc8
stdlibAuthVersion=2.11.0
stdlibJwtVersion=2.11.0
stdlibOAuth2Version=2.11.0

# Ballerinax Observe
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 4566676

Please sign in to comment.