diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index c27e92de..c34f5e85 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -16,10 +16,10 @@ graalvmCompatible = true groupId = "io.ballerina.stdlib" artifactId = "udp-native" version = "1.9.3" -path = "../native/build/libs/udp-native-1.9.3-SNAPSHOT.jar" +path = "../native/build/libs/udp-native-1.9.3.jar" [[platform.java17.dependency]] -path = "../test-utils/build/libs/udp-test-utils-1.9.3-SNAPSHOT.jar" +path = "../test-utils/build/libs/udp-test-utils-1.9.3.jar" scope = "testOnly" [[platform.java17.dependency]] diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index 2d40229e..50fe8a1e 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -3,4 +3,4 @@ id = "udp-plugin" class = "io.ballerina.stdlib.udp.compiler.UdpCompilerPlugin" [[dependency]] -path = "../compiler-plugin/build/libs/udp-compiler-plugin-1.9.3-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/udp-compiler-plugin-1.9.3.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 5680f35c..28b02aa0 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -10,7 +10,7 @@ distribution-version = "2201.8.0" [[package]] org = "ballerina" name = "io" -version = "1.6.1" +version = "1.6.0" scope = "testOnly" dependencies = [ {org = "ballerina", name = "jballerina.java"}, @@ -24,7 +24,6 @@ modules = [ org = "ballerina" name = "jballerina.java" version = "0.0.0" -scope = "testOnly" modules = [ {org = "ballerina", packageName = "jballerina.java", moduleName = "jballerina.java"} ] @@ -65,7 +64,7 @@ modules = [ [[package]] org = "ballerina" name = "observe" -version = "1.2.3" +version = "1.2.0" scope = "testOnly" dependencies = [ {org = "ballerina", name = "jballerina.java"} diff --git a/gradle.properties b/gradle.properties index 3a23ec56..aef8e59a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.stdlib -version=1.9.3-SNAPSHOT +version=1.9.4-SNAPSHOT ballerinaLangVersion=2201.8.0 puppycrawlCheckstyleVersion=10.12.0