diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index e286a019..30f76cca 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -16,4 +16,4 @@ graalvmCompatible = true groupId = "io.ballerina.stdlib" artifactId = "persist-native" version = "1.5.0" -path = "../native/build/libs/persist-native-1.5.0-SNAPSHOT.jar" +path = "../native/build/libs/persist-native-1.5.0.jar" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index 792819e7..5ee02e4e 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.5.0-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/persist-compiler-plugin-1.5.0.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index ceb17284..11b17483 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.11.0-20241121-075100-c4c87cbc" +distribution-version = "2201.11.0" [[package]] org = "ballerina" diff --git a/gradle.properties b/gradle.properties index 3d8ca68a..7bdea9a5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=io.ballerina.stdlib -version=1.5.0-SNAPSHOT +version=1.5.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.11.0-20250127-101700-a4b67fe5 +ballerinaLangVersion=2201.11.0 # Direct Dependencies # Level 01 -stdlibTimeVersion=2.6.0-20250127-170200-86bdc5a +stdlibTimeVersion=2.6.0 # Enabled publishing insecure checksums, due to fail to publish to maven central # Refer https://github.com/gradle/gradle/issues/11308