From 4d7e79b1b14a5d7f0deb9edc52f5b5cb9c282fbd Mon Sep 17 00:00:00 2001 From: lnash94 Date: Wed, 18 Sep 2024 15:12:41 +0530 Subject: [PATCH] [Automated] Update the native jar versions --- ballerina/Ballerina.toml | 6 +++--- ballerina/CompilerPlugin.toml | 2 +- ballerina/Dependencies.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 18a31d4..c06e36c 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -1,7 +1,7 @@ [package] org = "ballerina" name = "data.jsondata" -version = "0.2.1" +version = "0.3.0" authors = ["Ballerina"] keywords = ["json", "json path", "json-transform", "json transform", "json to json", "json-convert", "json convert"] repository = "https://github.com/ballerina-platform/module-ballerina-data.jsondata" @@ -15,8 +15,8 @@ graalvmCompatible = true [[platform.java17.dependency]] groupId = "io.ballerina.lib" artifactId = "jsondata-native" -version = "0.2.1" -path = "../native/build/libs/data.jsondata-native-0.2.1-SNAPSHOT.jar" +version = "0.3.0" +path = "../native/build/libs/data.jsondata-native-0.3.0-SNAPSHOT.jar" [[platform.java17.dependency]] path = "./lib/json-path-2.9.0.jar" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index affd317..9dfea19 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -3,4 +3,4 @@ id = "constraint-compiler-plugin" class = "io.ballerina.lib.data.jsondata.compiler.JsondataCompilerPlugin" [[dependency]] -path = "../compiler-plugin/build/libs/data.jsondata-compiler-plugin-0.2.1-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/data.jsondata-compiler-plugin-0.3.0-SNAPSHOT.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index f33a723..68c32a0 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -22,7 +22,7 @@ modules = [ [[package]] org = "ballerina" name = "data.jsondata" -version = "0.2.1" +version = "0.3.0" dependencies = [ {org = "ballerina", name = "constraint"}, {org = "ballerina", name = "file"},