Skip to content

Commit

Permalink
Merge pull request #1084 from ballerina-platform/release-1.6.0
Browse files Browse the repository at this point in the history
[Automated] Sync master after 1.6.0 release
  • Loading branch information
sahanHe authored Sep 27, 2023
2 parents de06e28 + 32325d3 commit d593492
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ graalvmCompatible = true
[[platform.java17.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "io-native"
path = "../native/build/libs/io-native-1.6.0-SNAPSHOT.jar"
path = "../native/build/libs/io-native-1.6.0.jar"
version = "1.6.0"


[[platform.java17.dependency]]
path = "../test-utils/build/libs/io-test-utils-1.6.0-SNAPSHOT.jar"
path = "../test-utils/build/libs/io-test-utils-1.6.0.jar"
scope = "testOnly"
version = "1.6.0-SNAPSHOT"
version = "1.6.0"
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
4 changes: 2 additions & 2 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.6.0-SNAPSHOT
ballerinaLangVersion=2201.8.0-20230908-135700-74a59dff
version=1.6.1-SNAPSHOT
ballerinaLangVersion=2201.8.0
puppycrawlCheckstyleVersion=10.12.0
testngVersion=7.6.1
slf4jVersion=1.7.30
Expand Down

0 comments on commit d593492

Please sign in to comment.