diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 919e6e2f..012a373f 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -5,12 +5,12 @@ version = "1.0.0" distribution = "slbeta3" [[platform.java11.dependency]] -path = "../native/build/libs/file-native-1.0.0-SNAPSHOT.jar" +path = "../native/build/libs/file-native-1.0.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.0.0-SNAPSHOT.jar" +path = "../test-utils/build/libs/file-test-utils-1.0.0.jar" scope = "testOnly" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index a8a4dd5e..d420044e 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.0.0-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/file-compiler-plugin-1.0.0.jar"