diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 21bdc4f0..ae30ff06 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -59,8 +59,8 @@ scope = "testOnly" groupId = "io.ballerina.stdlib" artifactId = "ftp-native" version = "2.5.1" -path = "../native/build/libs/ftp-native-2.5.1-SNAPSHOT.jar" +path = "../native/build/libs/ftp-native-2.5.1.jar" [[platform.java11.dependency]] -path = "../test-utils/build/libs/ftp-test-utils-2.5.1-SNAPSHOT.jar" +path = "../test-utils/build/libs/ftp-test-utils-2.5.1.jar" scope = "testOnly" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index ec2120f2..5b312ad6 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.5.1-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/ftp-compiler-plugin-2.5.1.jar"