diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index aa6372e9..a3c4cdba 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -16,4 +16,4 @@ graalvmCompatible = true groupId = "io.ballerina.stdlib" artifactId = "xmldata-native" version = "2.7.0" -path = "../native/build/libs/xmldata-native-2.7.0-SNAPSHOT.jar" +path = "../native/build/libs/xmldata-native-2.7.0.jar" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index f30d2ffd..7459b058 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -3,4 +3,4 @@ id = "xmldata-compiler-plugin" class = "io.ballerina.stdlib.xmldata.compiler.XmldataCompilerPlugin" [[dependency]] -path = "../compiler-plugin/build/libs/xmldata-compiler-plugin-2.7.0-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/xmldata-compiler-plugin-2.7.0.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index cac48cbb..372cf7be 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 fc07fcce..dc5a0880 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ org.gradle.caching=true group=io.ballerina.stdlib -version=2.7.0-SNAPSHOT -ballerinaLangVersion=2201.8.0-20230908-135700-74a59dff +version=2.7.1-SNAPSHOT +ballerinaLangVersion=2201.8.0 checkstyleToolVersion=10.12.0 puppycrawlCheckstyleVersion=10.12.0