From f7b4440f290c7d9d105e6ee431bca717bde5ec59 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Mon, 20 Feb 2023 10:28:15 +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 986dcae..3bded7a 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -13,11 +13,11 @@ distribution = "2201.4.0" groupId = "io.ballerina.stdlib" artifactId = "file-native" version = "1.6.0" -path = "../native/build/libs/file-native-1.6.0-SNAPSHOT.jar" +path = "../native/build/libs/file-native-1.6.0.jar" [[platform.java11.dependency]] path = "./lib/org.wso2.transport.local-file-system-6.0.55.jar" [[platform.java11.dependency]] -path = "../test-utils/build/libs/file-test-utils-1.6.0-SNAPSHOT.jar" +path = "../test-utils/build/libs/file-test-utils-1.6.0.jar" scope = "testOnly" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index 70c2d3f..e1b5b2c 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -3,4 +3,4 @@ id = "file-compiler-plugin" class = "io.ballerina.stdlib.file.compiler.FileCompilerPlugin" [[dependency]] -path = "../compiler-plugin/build/libs/file-compiler-plugin-1.6.0-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/file-compiler-plugin-1.6.0.jar"