From b3ec6ee8f74adf4c076d9ba310187f831f1fca7b Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Wed, 24 Jul 2024 04:07:21 +0000 Subject: [PATCH] [Automated] Update the native jar versions --- ballerina/Ballerina.toml | 2 +- ballerina/CompilerPlugin.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index badd2b58..c0ab8adf 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -34,4 +34,4 @@ path = "./lib/commons-net-3.9.0.jar" groupId = "io.ballerina.stdlib" artifactId = "ftp-native" version = "2.10.1" -path = "../native/build/libs/ftp-native-2.10.1-SNAPSHOT.jar" +path = "../native/build/libs/ftp-native-2.10.1.jar" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index a3fb3d1d..07c5aa93 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -3,4 +3,4 @@ id = "ftp-compiler-plugin" class = "io.ballerina.stdlib.ftp.plugin.FtpCompilerPlugin" [[dependency]] -path = "../compiler-plugin/build/libs/ftp-compiler-plugin-2.10.1-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/ftp-compiler-plugin-2.10.1.jar"