Skip to content

Commit

Permalink
Merge pull request #960 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
kalaiyarasiganeshalingam authored Oct 2, 2023
2 parents 770fd71 + 95f97e2 commit b3f2f19
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ graalvmCompatible = true
groupId = "io.ballerina.stdlib"
artifactId = "log-native"
version = "2.9.0"
path = "../native/build/libs/log-native-2.9.0-SNAPSHOT.jar"
path = "../native/build/libs/log-native-2.9.0.jar"

[[platform.java17.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "log-test-utils"
version = "2.9.0"
path = "../test-utils/build/libs/log-test-utils-2.9.0-SNAPSHOT.jar"
path = "../test-utils/build/libs/log-test-utils-2.9.0.jar"
scope = "testOnly"
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 = "log-compiler-plugin"
class = "io.ballerina.stdlib.log.plugin.LogCompilerPlugin"

[[dependency]]
path = "../compiler-plugin/build/libs/log-compiler-plugin-2.9.0-SNAPSHOT.jar"
path = "../compiler-plugin/build/libs/log-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.8.0-20230726-145300-b2bdf796"
distribution-version = "2201.8.0"

[[package]]
org = "ballerina"
Expand Down
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
org.gradle.caching=true
group=io.ballerina.stdlib
version=2.9.0-SNAPSHOT
version=2.9.1-SNAPSHOT
checkstylePluginVersion=10.12.0
spotbugsPluginVersion=5.0.14
shadowJarPluginVersion=8.1.1
Expand All @@ -9,10 +9,10 @@ releasePluginVersion=2.6.0
puppycrawlCheckstyleVersion=10.12.0
ballerinaGradlePluginVersion=2.0.1

ballerinaLangVersion=2201.8.0-20230908-135700-74a59dff
ballerinaLangVersion=2201.8.0

#stdlib dependencies
stdlibIoVersion=1.6.0-20230911-134800-de06e28
observeVersion=1.2.0-20230911-133500-b3d8db3
observeInternalVersion=1.2.0-20230911-141700-4c0454a
stdlibIoVersion=1.6.0
observeVersion=1.2.0
observeInternalVersion=1.2.0
testngVersion=6.14.3

0 comments on commit b3f2f19

Please sign in to comment.