diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index ad1b08d2..4f7a7ae3 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -16,10 +16,10 @@ graalvmCompatible = true groupId = "io.ballerina.stdlib" artifactId = "mssql-native" version = "1.14.0" -path = "../native/build/libs/mssql-native-1.14.0-SNAPSHOT.jar" +path = "../native/build/libs/mssql-native-1.14.0.jar" [[platform.java21.dependency]] groupId = "io.ballerina.stdlib" artifactId = "sql-native" version = "1.15.0" -path = "./lib/sql-native-1.15.0-20241127-162900-c57df5b.jar" +path = "./lib/sql-native-1.15.0.jar" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index c753394e..138ffa67 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.14.0-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/mssql-compiler-plugin-1.14.0.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 7c7bbf72..420f8447 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.11.0-20241121-075100-c4c87cbc" +distribution-version = "2201.11.0" [[package]] org = "ballerina" diff --git a/gradle.properties b/gradle.properties index f2adb189..2952eee7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=io.ballerina.stdlib -version=1.14.0-SNAPSHOT +version=1.14.1-SNAPSHOT ballerinaLangVersion=2201.11.0 checkstylePluginVersion=10.12.1