Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
TharmiganK committed Aug 3, 2023
1 parent 50e2b7f commit e4492c3
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 8 deletions.
10 changes: 8 additions & 2 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"
10 changes: 5 additions & 5 deletions ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand Down Expand Up @@ -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"},
Expand All @@ -53,15 +54,15 @@ modules = [
[[package]]
org = "ballerina"
name = "time"
version = "2.2.2"
version = "2.3.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]

[[package]]
org = "ballerinax"
name = "snowflake"
version = "1.1.0"
version = "1.2.1"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "sql"}
Expand All @@ -70,4 +71,3 @@ modules = [
{org = "ballerinax", packageName = "snowflake", moduleName = "snowflake"}
]


6 changes: 6 additions & 0 deletions build-config/resources/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=io.ballerinax
version=1.2.0
version=1.2.1

puppycrawlCheckstyleVersion=8.18
checkstyleToolVersion=7.8.2
Expand Down

0 comments on commit e4492c3

Please sign in to comment.