diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 143368a9..787c91fa 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -1,22 +1,22 @@ [package] org = "ballerina" name = "data.xmldata" -version = "1.0.1" +version = "1.1.0" authors = ["Ballerina"] keywords = ["xml"] repository = "https://github.com/ballerina-platform/module-ballerina-data-xmldata" license = ["Apache-2.0"] -distribution = "2201.10.0" +distribution = "2201.11.0" export = ["data.xmldata"] [[platform.java21.dependency]] groupId = "io.ballerina.lib" artifactId = "data-native" -version = "1.0.1" -path = "../native/build/libs/data.xmldata-native-1.0.1-SNAPSHOT.jar" +version = "1.1.0" +path = "../native/build/libs/data.xmldata-native-1.1.0-SNAPSHOT.jar" [[platform.java21.dependency]] groupId = "io.ballerina.stdlib" artifactId = "constraint-native" version = "1.6.0" -path = "./lib/constraint-native-1.6.0-20241113-090900-d276ad5.jar" +path = "./lib/constraint-native-1.6.0-20241121-170800-002e6d6.jar" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index d69411d9..2eb00ce5 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.1-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/data.xmldata-compiler-plugin-1.1.0-SNAPSHOT.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index aed09f86..9cef1b0d 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.11.0-20241112-214900-6b80ab87" +distribution-version = "2201.11.0-20241121-075100-c4c87cbc" [[package]] org = "ballerina" @@ -22,7 +22,7 @@ modules = [ [[package]] org = "ballerina" name = "data.xmldata" -version = "1.0.1" +version = "1.1.0" dependencies = [ {org = "ballerina", name = "constraint"}, {org = "ballerina", name = "io"}, @@ -37,7 +37,7 @@ modules = [ [[package]] org = "ballerina" name = "io" -version = "1.6.2" +version = "1.7.0" scope = "testOnly" dependencies = [ {org = "ballerina", name = "jballerina.java"},