diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 0277f3c4..6eb7974f 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -16,10 +16,10 @@ graalvmCompatible = true groupId = "io.ballerina.stdlib" artifactId = "sql-native" version = "1.13.0" -path = "../native/build/libs/sql-native-1.13.0-SNAPSHOT.jar" +path = "../native/build/libs/sql-native-1.13.0.jar" [[platform.java17.dependency]] -path = "../test-utils/build/libs/sql-test-utils-1.13.0-SNAPSHOT.jar" +path = "../test-utils/build/libs/sql-test-utils-1.13.0.jar" scope = "testOnly" [[platform.java17.dependency]] diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index 8a12f262..a21ee608 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -3,4 +3,4 @@ id = "sql-compiler-plugin" class = "io.ballerina.stdlib.sql.compiler.SQLCompilerPlugin" [[dependency]] -path = "../compiler-plugin/build/libs/sql-compiler-plugin-1.13.0-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/sql-compiler-plugin-1.13.0.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index c637c9e9..238ed9f8 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.9.0-20240502-141200-0a49fa42" +distribution-version = "2201.9.0" [[package]] org = "ballerina"