diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 44e2bf4d..ce3de3f4 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -16,4 +16,4 @@ graalvmCompatible = true groupId = "io.ballerina.stdlib" artifactId = "persist-native" version = "1.6.0" -path = "../native/build/libs/persist-native-1.6.0-SNAPSHOT.jar" +path = "../native/build/libs/persist-native-1.6.0.jar" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index ee035d78..440e6e2f 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -3,4 +3,4 @@ id = "persist-compiler-plugin" class = "io.ballerina.stdlib.persist.compiler.PersistCompilerPlugin" [[dependency]] -path = "../compiler-plugin/build/libs/persist-compiler-plugin-1.6.0-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/persist-compiler-plugin-1.6.0.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 14bd3201..d431b201 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.12.0-20250228-201300-8d411a0f" +distribution-version = "2201.12.0" [[package]] org = "ballerina" diff --git a/gradle.properties b/gradle.properties index 31c9457d..70089956 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=io.ballerina.stdlib -version=1.6.0-SNAPSHOT +version=1.6.1-SNAPSHOT checkstylePluginVersion=10.12.0 spotbugsPluginVersion=6.0.18 @@ -10,12 +10,12 @@ testngVersion=7.6.1 gsonVersion=2.10.1 ballerinaGradlePluginVersion=2.3.0 -ballerinaLangVersion=2201.12.0-20250311-124800-b9003fed +ballerinaLangVersion=2201.12.0 # Direct Dependencies # Level 01 -stdlibTimeVersion=2.7.0-20250311-132600-1d5e2cb +stdlibTimeVersion=2.7.0 # Enabled publishing insecure checksums, due to fail to publish to maven central # Refer https://github.com/gradle/gradle/issues/11308