From d10eab6712dfa55b91ff4772982728e3c2d8e5b9 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Thu, 27 Jul 2023 11:44:54 +0000 Subject: [PATCH] [Automated] Update the native jar versions --- ballerina/Ballerina.toml | 4 ++-- ballerina/CompilerPlugin.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 803b0009..232361af 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -16,11 +16,11 @@ graalvmCompatible = true groupId = "io.ballerina.stdlib" artifactId = "log-native" version = "2.8.1" -path = "../native/build/libs/log-native-2.8.1-SNAPSHOT.jar" +path = "../native/build/libs/log-native-2.8.1.jar" [[platform.java11.dependency]] groupId = "io.ballerina.stdlib" artifactId = "log-test-utils" version = "2.8.1" -path = "../test-utils/build/libs/log-test-utils-2.8.1-SNAPSHOT.jar" +path = "../test-utils/build/libs/log-test-utils-2.8.1.jar" scope = "testOnly" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index 8b31405e..8d5238eb 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -3,4 +3,4 @@ id = "log-compiler-plugin" class = "io.ballerina.stdlib.log.plugin.LogCompilerPlugin" [[dependency]] -path = "../compiler-plugin/build/libs/log-compiler-plugin-2.8.1-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/log-compiler-plugin-2.8.1.jar"