diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index cb7099e8..295ffcbc 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -13,10 +13,10 @@ distribution = "2201.5.0" groupId = "io.ballerina.stdlib" artifactId = "tcp-native" version = "1.7.2" -path = "../native/build/libs/tcp-native-1.7.2-SNAPSHOT.jar" +path = "../native/build/libs/tcp-native-1.7.2.jar" [[platform.java11.dependency]] -path = "../test-utils/build/libs/tcp-test-utils-1.7.2-SNAPSHOT.jar" +path = "../test-utils/build/libs/tcp-test-utils-1.7.2.jar" scope = "testOnly" [[platform.java11.dependency]] diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index ffa64d25..f3a60ef0 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -3,4 +3,4 @@ id = "tcp-plugin" class = "io.ballerina.stdlib.tcp.compiler.TcpCompilerPlugin" [[dependency]] -path = "../compiler-plugin/build/libs/tcp-compiler-plugin-1.7.2-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/tcp-compiler-plugin-1.7.2.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 8fc7358b..5d0e4f9f 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -91,7 +91,7 @@ modules = [ [[package]] org = "ballerina" name = "time" -version = "2.2.4" +version = "2.2.5" dependencies = [ {org = "ballerina", name = "jballerina.java"} ]