Skip to content

Commit

Permalink
Merge pull request #741 from ballerina-platform/release-2.9.0
Browse files Browse the repository at this point in the history
[Automated] Sync master after 2.9.0 release
  • Loading branch information
aashikam authored Jul 6, 2023
2 parents 8949026 + bf94898 commit c8b27fd
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion ballerina-tests/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.7.0-20230622-064700-4a2dc6dd"
distribution-version = "2201.7.0"

[[package]]
org = "ballerina"
Expand Down
4 changes: 2 additions & 2 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ path = "./lib/jnats-2.16.0.jar"
groupId = "io.ballerina.stdlib"
artifactId = "nats-native"
version = "2.9.0"
path = "../native/build/libs/nats-native-2.9.0-SNAPSHOT.jar"
path = "../native/build/libs/nats-native-2.9.0.jar"

[[platform.java11.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "constraint-native"
version = "1.3.0"
path = "./lib/constraint-native-1.3.0-20230620-195700-ca941bc.jar"
path = "./lib/constraint-native-1.3.0.jar"

[build-options]
observabilityIncluded=true
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 = "nats-compiler-plugin"
class = "io.ballerina.stdlib.nats.plugin.NatsCompilerPlugin"

[[dependency]]
path = "../compiler-plugin/build/libs/nats-compiler-plugin-2.9.0-SNAPSHOT.jar"
path = "../compiler-plugin/build/libs/nats-compiler-plugin-2.9.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.7.0-20230622-064700-4a2dc6dd"
distribution-version = "2201.7.0"

[[package]]
org = "ballerina"
Expand Down
18 changes: 9 additions & 9 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
org.gradle.caching=true
group=io.ballerina.stdlib

version=2.9.0-SNAPSHOT
ballerinaLangVersion= 2201.7.0-20230622-064700-4a2dc6dd
version=2.9.1-SNAPSHOT
ballerinaLangVersion= 2201.7.0
ballerinaGradlePluginVersion=1.1.0

natsVersion=2.16.0
puppycrawlCheckstyleVersion=8.18
testngVersion=7.4.0
gsonVersion=2.8.8

stdlibConstraintVersion=1.3.0-20230620-195700-ca941bc
stdlibIoVersion=1.5.0-20230620-192100-29cf327
stdlibLogVersion=2.8.0-20230620-203000-74034d2
stdlibCryptoVersion=2.4.0-20230620-202300-53ac3fb
stdlibTimeVersion=2.3.0-20230620-192500-12d3432
observeVersion=1.1.0-20230620-193900-57e0c73
observeInternalVersion=1.1.0-20230620-201800-18bbd1b
stdlibConstraintVersion=1.3.0
stdlibIoVersion=1.5.0
stdlibLogVersion=2.8.0
stdlibCryptoVersion=2.4.0
stdlibTimeVersion=2.3.0
observeVersion=1.1.0
observeInternalVersion=1.1.0

jacocoVersion=0.8.8

0 comments on commit c8b27fd

Please sign in to comment.