diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index e283ceee..630592c8 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -16,10 +16,10 @@ graalvmCompatible = true groupId = "io.ballerina.stdlib" artifactId = "sql-native" version = "1.14.2" -path = "../native/build/libs/sql-native-1.14.2-SNAPSHOT.jar" +path = "../native/build/libs/sql-native-1.14.2.jar" [[platform.java17.dependency]] -path = "../test-utils/build/libs/sql-test-utils-1.14.2-SNAPSHOT.jar" +path = "../test-utils/build/libs/sql-test-utils-1.14.2.jar" scope = "testOnly" [[platform.java17.dependency]] diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index de9b2906..08a1ba72 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.14.2-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/sql-compiler-plugin-1.14.2.jar"