diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 05d726b..65c2357 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -13,7 +13,7 @@ export = ["data.xmldata"] groupId = "io.ballerina.lib" artifactId = "data-native" version = "1.0.0" -path = "../native/build/libs/data.xmldata-native-1.0.0-SNAPSHOT.jar" +path = "../native/build/libs/data.xmldata-native-1.0.0.jar" [[platform.java17.dependency]] groupId = "io.ballerina.stdlib" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index e717227..1669a30 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -3,4 +3,4 @@ id = "constraint-compiler-plugin" class = "io.ballerina.lib.data.xmldata.compiler.XmldataCompilerPlugin" [[dependency]] -path = "../compiler-plugin/build/libs/data.xmldata-compiler-plugin-1.0.0-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/data.xmldata-compiler-plugin-1.0.0.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 1ae510e..0180731 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.10.0-20240814-095500-9d14866a" +distribution-version = "2201.10.0" [[package]] org = "ballerina"