Skip to content

Commit

Permalink
[Automated] Update native jar versions in toml files
Browse files Browse the repository at this point in the history
  • Loading branch information
hasathcharu committed Apr 8, 2024
1 parent eb9950c commit 08d5232
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
org = "ballerinax"
name = "persist.inmemory"
version = "1.2.0"
version = "1.2.1"
authors = ["Ballerina"]
keywords = ["persist", "inmemory"]
repository = "https://github.com/ballerina-platform/module-ballerinax-persist.inmemory"
Expand All @@ -13,10 +13,10 @@ distribution = "2201.8.0"
graalvmCompatible = true

[[platform.java17.dependency]]
groupId = "io.ballerina.persist"
artifactId = "persist-inmemory-native"
version = "1.2.0"
path = "../native/build/libs/persist.inmemory-native-1.2.0.jar"
groupId = "io.ballerina.stdlib"
artifactId = "persist.inmemory-native"
version = "1.2.1"
path = "../native/build/libs/persist.inmemory-native-1.2.1-SNAPSHOT.jar"

[[platform.java17.dependency]]
groupId = "io.ballerina.stdlib"
Expand Down
2 changes: 1 addition & 1 deletion ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ modules = [
[[package]]
org = "ballerinax"
name = "persist.inmemory"
version = "1.2.0"
version = "1.2.1"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "persist"},
Expand Down

0 comments on commit 08d5232

Please sign in to comment.