Skip to content

Commit

Permalink
Merge pull request #511 from ballerina-platform/release-1.8.0
Browse files Browse the repository at this point in the history
[Automated] Sync master after 1.8.0 release
  • Loading branch information
daneshk authored Oct 2, 2023
2 parents b182bf4 + 058c77e commit 881cc87
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ graalvmCompatible = true
groupId = "io.ballerina.stdlib"
artifactId = "os-native"
version = "1.8.0"
path = "../native/build/libs/os-native-1.8.0-SNAPSHOT.jar"
path = "../native/build/libs/os-native-1.8.0.jar"

[[platform.java17.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "io-native"
version = "1.6.0"
path = "./lib/io-native-1.6.0-20230810-115500-2e569f5.jar"
path = "./lib/io-native-1.6.0.jar"

[[platform.java17.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "os-test-utils"
version = "1.8.0"
path = "../test-utils/build/libs/os-test-utils-1.8.0-SNAPSHOT.jar"
path = "../test-utils/build/libs/os-test-utils-1.8.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
6 changes: 3 additions & 3 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=1.8.0-SNAPSHOT
version=1.8.1-SNAPSHOT

ballerinaGradlePluginVersion=2.0.1
githubSpotBugsVersion=5.0.14
Expand All @@ -9,5 +9,5 @@ undercouchDownloadVersion=5.4.0
researchgateReleaseVersion=2.8.0
puppycrawlCheckstyleVersion=10.12.0

ballerinaLangVersion=2201.8.0-20230908-135700-74a59dff
stdlibIoVersion=1.6.0-20230911-134800-de06e28
ballerinaLangVersion=2201.8.0
stdlibIoVersion=1.6.0

0 comments on commit 881cc87

Please sign in to comment.