diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index d6fcc58b..7e5c43bf 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.1" -path = "../native/build/libs/sql-native-1.13.1-SNAPSHOT.jar" +path = "../native/build/libs/sql-native-1.13.1.jar" [[platform.java17.dependency]] -path = "../test-utils/build/libs/sql-test-utils-1.13.1-SNAPSHOT.jar" +path = "../test-utils/build/libs/sql-test-utils-1.13.1.jar" scope = "testOnly" [[platform.java17.dependency]] diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index 5d1108b5..63b3183c 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.1-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/sql-compiler-plugin-1.13.1.jar"