From 568ddd64de480e7eecb4e214c89f234e234ecf1d Mon Sep 17 00:00:00 2001 From: Sasindu Alahakoon Date: Tue, 18 Mar 2025 17:24:19 +0530 Subject: [PATCH 1/2] [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 85a1847..9a98a59 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -1,7 +1,7 @@ [package] org = "ballerinax" name = "np" -version = "0.2.1" +version = "0.8.0" authors = ["Ballerina"] keywords = ["natural programming", "ai"] repository = "https://github.com/ballerina-platform/module-ballerinax-np" @@ -17,5 +17,5 @@ observabilityIncluded = true [[platform.java21.dependency]] groupId = "io.ballerina.lib" artifactId = "np-native" -version = "0.2.1" -path = "../native/build/libs/np-native-0.2.1-SNAPSHOT.jar" +version = "0.8.0" +path = "../native/build/libs/np-native-0.8.0-SNAPSHOT.jar" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index eef690b..e85cbc6 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -3,4 +3,4 @@ id = "np-compiler-plugin" class = "io.ballerina.lib.np.compilerplugin.CompilerPlugin" [[dependency]] -path = "../compiler-plugin/build/libs/np-compiler-plugin-0.2.1-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/np-compiler-plugin-0.8.0-SNAPSHOT.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 5c480a9..cd1074d 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -335,7 +335,7 @@ modules = [ [[package]] org = "ballerinax" name = "np" -version = "0.2.1" +version = "0.8.0" dependencies = [ {org = "ballerina", name = "http"}, {org = "ballerina", name = "jballerina.java"}, From 5da54c7ff156eee79737447173082917bbbda172 Mon Sep 17 00:00:00 2001 From: Sasindu Alahakoon Date: Tue, 18 Mar 2025 17:24:34 +0530 Subject: [PATCH 2/2] Update version into 0.8.0 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 9c9cfec..7d3bc76 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.lib -version=0.2.1-SNAPSHOT +version=0.8.0-SNAPSHOT ballerinaLangVersion=2201.12.0 checkstyleToolVersion=10.12.0