From 27553d087fba58b5c8808210df3f1036c55cbf59 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Fri, 3 May 2024 13:48:58 +0000 Subject: [PATCH] [Automated] Update native jar versions in toml files --- ballerina/Ballerina.toml | 2 +- ballerina/CompilerPlugin.toml | 2 +- ballerina/Dependencies.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index b92e5656..7d32bbe7 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -16,4 +16,4 @@ graalvmCompatible = true groupId = "io.ballerina.stdlib" artifactId = "persist-native" version = "1.3.0" -path = "../native/build/libs/persist-native-1.3.0-SNAPSHOT.jar" +path = "../native/build/libs/persist-native-1.3.0.jar" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index e3f35590..b765238c 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -3,4 +3,4 @@ id = "persist-compiler-plugin" class = "io.ballerina.stdlib.persist.compiler.PersistCompilerPlugin" [[dependency]] -path = "../compiler-plugin/build/libs/persist-compiler-plugin-1.3.0-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/persist-compiler-plugin-1.3.0.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 3c16fdaf..3a5ab550 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.9.0-20240502-141200-0a49fa42" +distribution-version = "2201.9.0" [[package]] org = "ballerina"