diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 219aadd5..085e4bdc 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -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" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index c9f5fe64..e56b7385 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -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" diff --git a/gradle.properties b/gradle.properties index 58b87def..3753f61a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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