Skip to content

Commit

Permalink
Merge pull request #22 from ravinperera00/java21_2
Browse files Browse the repository at this point in the history
Migrate to new Runtime APIs
  • Loading branch information
warunalakshitha authored Nov 16, 2024
2 parents 1c0e6d6 + 2265391 commit cf03680
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
[package]
org = "ballerinax"
name = "h2.driver"
version = "1.1.0"
version = "1.1.1"
authors = ["Ballerina"]
keywords = ["H2"]
repository = "https://github.com/ballerina-platform/module-ballerinax-h2.driver"
license = ["Apache-2.0"]
distribution = "2201.10.0-20241011-161100-51978649"
distribution = "2201.11.0-20241112-214900-6b80ab87"

[platform.java21]
graalvmCompatible = true

[[platform.java21.dependency]]
path = "./lib/h2-2.2.220.jar"
path = "./lib/h2-2.3.232.jar"

[[platform.java21.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "h2.driver-native"
version = "1.1.0"
path = "../native/build/libs/h2.driver-native-1.1.0.jar"
version = "1.1.1"
path = "../native/build/libs/h2.driver-native-1.1.1-SNAPSHOT.jar"
4 changes: 2 additions & 2 deletions ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@

[ballerina]
dependencies-toml-version = "2"
distribution-version = "2201.10.0-20241011-161100-51978649"
distribution-version = "2201.11.0-20241112-214900-6b80ab87"

[[package]]
org = "ballerinax"
name = "h2.driver"
version = "1.1.0"
version = "1.1.1"
modules = [
{org = "ballerinax", packageName = "h2.driver", moduleName = "h2.driver"}
]
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ version=1.1.1-SNAPSHOT

githubSpotbugsVersion=6.0.18
githubJohnrengelmanShadowVersion=8.1.1
h2DriverVersion=2.2.220
h2DriverVersion=2.3.232
underCouchDownloadVersion=5.4.0
researchgateReleaseVersion=2.8.0
ballerinaGradlePluginVersion=2.0.1

ballerinaLangVersion=2201.10.0-20241011-161100-51978649
ballerinaLangVersion=2201.11.0-20241112-214900-6b80ab87

0 comments on commit cf03680

Please sign in to comment.