diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index f065e5bc..5f3449c5 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -16,4 +16,4 @@ graalvmCompatible = true groupId = "io.ballerina.persist" artifactId = "persist-native" version = "1.1.0" -path = "../native/build/libs/persist-native-1.1.0-SNAPSHOT.jar" +path = "../native/build/libs/persist-native-1.1.0.jar" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index 30a457e4..a06a1ee0 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.1.0-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/persist-compiler-plugin-1.1.0.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 6fcb2f4d..8edb0e81 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.7.0-20230619-175900-bb4e4544" +distribution-version = "2201.7.0" [[package]] org = "ballerina" diff --git a/gradle.properties b/gradle.properties index 7e62e8c6..79d01ec5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=io.ballerina.stdlib -version=1.1.0-SNAPSHOT +version=1.1.1-SNAPSHOT puppycrawlCheckstyleVersion=8.18 checkstyleToolVersion=7.8.2 @@ -11,12 +11,12 @@ testngVersion=7.4.0 gsonVersion=2.10 ballerinaGradlePluginVersion=1.1.0 -ballerinaLangVersion= 2201.7.0-20230622-064700-4a2dc6dd +ballerinaLangVersion= 2201.7.0 # Direct Dependencies # Level 01 -stdlibTimeVersion=2.3.0-20230622-110600-b78c05f +stdlibTimeVersion=2.3.0 # Enabled publishing insecure checksums, due to fail to publish to maven central # Refer https://github.com/gradle/gradle/issues/11308