diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 5c11de8..8b719bf 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -1,7 +1,7 @@ [package] org = "ballerinax" name = "snowflake" -version = "1.2.0" +version = "1.2.1" authors = ["Ballerina"] keywords = ["IT Operations/Cloud Services", "Cost/Paid"] repository = "https://github.com/ballerina-platform/module-ballerinax-snowflake" @@ -10,7 +10,13 @@ license = ["Apache-2.0"] distribution = "2201.7.0" [[platform.java11.dependency]] -path = "../native/build/libs/snowflake-native-1.2.0.jar" +groupId = "io.ballerina.stdlib" +artifactId = "snowflake-native" +version = "1.2.1" +path = "../native/build/libs/snowflake-native-1.2.1.jar" [[platform.java11.dependency]] +groupId = "io.ballerina.stdlib" +artifactId = "sql-native" +version = "1.10.0" path = "./lib/sql-native-1.10.0.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 81edc22..abe07b9 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -5,11 +5,12 @@ [ballerina] dependencies-toml-version = "2" +distribution-version = "2201.7.0" [[package]] org = "ballerina" name = "io" -version = "1.3.0" +version = "1.5.0" dependencies = [ {org = "ballerina", name = "jballerina.java"}, {org = "ballerina", name = "lang.value"} @@ -39,7 +40,7 @@ dependencies = [ [[package]] org = "ballerina" name = "sql" -version = "1.5.0" +version = "1.10.0" dependencies = [ {org = "ballerina", name = "io"}, {org = "ballerina", name = "jballerina.java"}, @@ -53,7 +54,7 @@ modules = [ [[package]] org = "ballerina" name = "time" -version = "2.2.2" +version = "2.3.0" dependencies = [ {org = "ballerina", name = "jballerina.java"} ] @@ -61,7 +62,7 @@ dependencies = [ [[package]] org = "ballerinax" name = "snowflake" -version = "1.1.0" +version = "1.2.1" dependencies = [ {org = "ballerina", name = "jballerina.java"}, {org = "ballerina", name = "sql"} @@ -70,4 +71,3 @@ modules = [ {org = "ballerinax", packageName = "snowflake", moduleName = "snowflake"} ] - diff --git a/build-config/resources/Ballerina.toml b/build-config/resources/Ballerina.toml index 6c3f589..7b93962 100644 --- a/build-config/resources/Ballerina.toml +++ b/build-config/resources/Ballerina.toml @@ -10,7 +10,13 @@ license = ["Apache-2.0"] distribution = "2201.7.0" [[platform.java11.dependency]] +groupId = "io.ballerina.stdlib" +artifactId = "snowflake-native" +version = "@project.version@" path = "../native/build/libs/snowflake-native-@project.version@.jar" [[platform.java11.dependency]] +groupId = "io.ballerina.stdlib" +artifactId = "sql-native" +version = "@sql.native.version@" path = "./lib/sql-native-@sql.native.version@.jar" diff --git a/gradle.properties b/gradle.properties index 792ec7e..de9fbbe 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=io.ballerinax -version=1.2.0 +version=1.2.1 puppycrawlCheckstyleVersion=8.18 checkstyleToolVersion=7.8.2