From a351af6b3844218d4865bd1bd098c4fd4004fd4b Mon Sep 17 00:00:00 2001 From: Sasindu Alahakoon Date: Fri, 29 Nov 2024 09:42:45 +0530 Subject: [PATCH 1/2] [Automated] Update the native jar versions --- ballerina/Ballerina.toml | 6 +++--- ballerina/CompilerPlugin.toml | 2 +- ballerina/Dependencies.toml | 3 ++- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 92b702b..606edc5 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -1,7 +1,7 @@ [package] org = "ballerina" name = "data.xmldata" -version = "1.1.0" +version = "1.2.0" authors = ["Ballerina"] keywords = ["xml"] repository = "https://github.com/ballerina-platform/module-ballerina-data-xmldata" @@ -12,8 +12,8 @@ export = ["data.xmldata"] [[platform.java21.dependency]] groupId = "io.ballerina.lib" artifactId = "data-native" -version = "1.1.0" -path = "../native/build/libs/data.xmldata-native-1.1.0-SNAPSHOT.jar" +version = "1.2.0" +path = "../native/build/libs/data.xmldata-native-1.2.0-SNAPSHOT.jar" [[platform.java21.dependency]] groupId = "io.ballerina.stdlib" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index 2eb00ce..e907ea4 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.1.0-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/data.xmldata-compiler-plugin-1.2.0-SNAPSHOT.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 7c9e3b6..387a4c1 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -22,7 +22,7 @@ modules = [ [[package]] org = "ballerina" name = "data.xmldata" -version = "1.1.0" +version = "1.2.0" dependencies = [ {org = "ballerina", name = "constraint"}, {org = "ballerina", name = "io"}, @@ -124,3 +124,4 @@ dependencies = [ modules = [ {org = "ballerina", packageName = "time", moduleName = "time"} ] + From e9ddb1846efb71754603e8919fd994ee7315837b Mon Sep 17 00:00:00 2001 From: Sasindu Alahakoon Date: Fri, 29 Nov 2024 09:44:49 +0530 Subject: [PATCH 2/2] Update 1.2.0 minor version --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index ad95f12..925b0cc 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.lib -version=1.1.0-SNAPSHOT +version=1.2.0-SNAPSHOT ballerinaLangVersion=2201.11.0-20241121-075100-c4c87cbc checkstyleToolVersion=10.12.0