diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 63dfe5f2..526b8187 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -1,7 +1,7 @@ [package] org = "ballerina" name = "sql" -version = "1.13.0" +version = "1.12.3" authors = ["Ballerina"] keywords = ["database", "client", "network", "SQL", "RDBMS"] repository = "https://github.com/ballerina-platform/module-ballerina-sql" @@ -15,11 +15,11 @@ graalvmCompatible = true [[platform.java17.dependency]] groupId = "io.ballerina.stdlib" artifactId = "sql-native" -version = "1.13.0" -path = "../native/build/libs/sql-native-1.13.0-SNAPSHOT.jar" +version = "1.12.3" +path = "../native/build/libs/sql-native-1.12.3-SNAPSHOT.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.12.3-SNAPSHOT.jar" scope = "testOnly" [[platform.java17.dependency]] diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index 8a12f262..6c36c62b 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.12.3-SNAPSHOT.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index ce2c6d0b..b040466c 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -300,7 +300,7 @@ dependencies = [ [[package]] org = "ballerina" name = "sql" -version = "1.13.0" +version = "1.12.3" dependencies = [ {org = "ballerina", name = "file"}, {org = "ballerina", name = "io"}, diff --git a/gradle.properties b/gradle.properties index bbe66588..6fb6ba2f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=io.ballerina.stdlib -version=1.13.0-SNAPSHOT +version=1.12.3-SNAPSHOT puppycrawlCheckstyleVersion=10.12.1 hikkariLibVersion=3.3.1