From 0dc2af372132d974a231a236ab72c601c5b3406b Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Fri, 30 Jun 2023 09:36:10 +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 f065e5bc..5f3449c5 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -16,4 +16,4 @@ graalvmCompatible = true groupId = "io.ballerina.persist" artifactId = "persist-native" version = "1.1.0" -path = "../native/build/libs/persist-native-1.1.0-SNAPSHOT.jar" +path = "../native/build/libs/persist-native-1.1.0.jar" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index 30a457e4..a06a1ee0 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.1.0-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/persist-compiler-plugin-1.1.0.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index d31775a5..8edb0e81 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.7.0-20230622-064700-4a2dc6dd" +distribution-version = "2201.7.0" [[package]] org = "ballerina"