diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index dc5358a8..faf0a630 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -16,10 +16,10 @@ graalvmCompatible = true groupId = "io.ballerina.stdlib" artifactId = "mssql-native" version = "1.12.0" -path = "../native/build/libs/mssql-native-1.12.0-SNAPSHOT.jar" +path = "../native/build/libs/mssql-native-1.12.0.jar" [[platform.java17.dependency]] groupId = "io.ballerina.stdlib" artifactId = "sql-native" version = "1.13.0" -path = "./lib/sql-native-1.13.0-20240502-234000-648d89f.jar" +path = "./lib/sql-native-1.13.0.jar" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index 0e273546..504c20e2 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -3,4 +3,4 @@ id = "mssql-compiler-plugin" class = "io.ballerina.stdlib.mssql.compiler.MSSQLCompilerPlugin" [[dependency]] -path = "../compiler-plugin/build/libs/mssql-compiler-plugin-1.12.0-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/mssql-compiler-plugin-1.12.0.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index d8f771e8..cbbeba6d 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"