diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 43196fee..ca622009 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -13,11 +13,11 @@ distribution = "2201.2.0" groupId = "io.ballerina.stdlib" artifactId = "log-native" version = "2.4.1" -path = "../native/build/libs/log-native-2.4.1-SNAPSHOT.jar" +path = "../native/build/libs/log-native-2.4.1.jar" [[platform.java11.dependency]] groupId = "io.ballerina.stdlib" artifactId = "log-test-utils" version = "2.4.1" -path = "../test-utils/build/libs/log-test-utils-2.4.1-SNAPSHOT.jar" +path = "../test-utils/build/libs/log-test-utils-2.4.1.jar" scope = "testOnly" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index 8ebe5e31..ba22fc9d 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.4.1-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/log-compiler-plugin-2.4.1.jar"