Skip to content

Commit

Permalink
Merge pull request #774 from ballerina-platform/release-2.10.0
Browse files Browse the repository at this point in the history
[Automated] Sync master after 2.10.0 release
  • Loading branch information
aashikam authored Sep 19, 2023
2 parents e8716bb + 17c12a2 commit 174d28e
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.8.0-20230830-220400-8a7556d8"
distribution-version = "2201.8.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.10.0"
path = "../native/build/libs/nats-native-2.10.0-SNAPSHOT.jar"
path = "../native/build/libs/nats-native-2.10.0.jar"

[[platform.java17.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "constraint-native"
version = "1.4.0"
path = "./lib/constraint-native-1.4.0-20230831-142400-50e4023.jar"
path = "./lib/constraint-native-1.4.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.10.0-SNAPSHOT.jar"
path = "../compiler-plugin/build/libs/nats-compiler-plugin-2.10.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.8.0-20230830-220400-8a7556d8"
distribution-version = "2201.8.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,23 +1,23 @@
org.gradle.caching=true
group=io.ballerina.stdlib

version=2.10.0-SNAPSHOT
ballerinaLangVersion=2201.8.0-20230830-220400-8a7556d8
version=2.10.1-SNAPSHOT
ballerinaLangVersion=2201.8.0
ballerinaGradlePluginVersion=2.0.1

natsVersion=2.16.0
puppycrawlCheckstyleVersion=10.12.1
testngVersion=7.6.1
gsonVersion=2.8.8

stdlibIoVersion=1.6.0-20230831-135000-049f91a
stdlibTimeVersion=2.4.0-20230831-134800-62143cd
stdlibIoVersion=1.6.0
stdlibTimeVersion=2.4.0

stdlibConstraintVersion=1.4.0-20230831-142400-50e4023
stdlibLogVersion=2.9.0-20230831-153100-9b73447
stdlibCryptoVersion=2.5.0-20230831-142400-f4a0d9f
stdlibConstraintVersion=1.4.0
stdlibLogVersion=2.9.0
stdlibCryptoVersion=2.5.0

observeVersion=1.2.0-20230831-133600-6d16df4
observeInternalVersion=1.2.0-20230831-141400-b3bbdc2
observeVersion=1.2.0
observeInternalVersion=1.2.0

jacocoVersion=0.8.10

0 comments on commit 174d28e

Please sign in to comment.