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
niveathika committed May 26, 2022
1 parent 2711b93 commit 4b4dda2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
org = "ballerina"
name = "time"
version = "2.2.1"
version = "2.2.2"
authors = ["Ballerina"]
keywords = ["time", "utc", "epoch", "civil"]
repository = "https://github.com/ballerina-platform/module-ballerina-time"
Expand All @@ -10,5 +10,5 @@ license = ["Apache-2.0"]
distribution = "2201.0.4"

[[platform.java11.dependency]]
path = "../native/build/libs/time-native-2.2.1.jar"
version = "2.2.1"
path = "../native/build/libs/time-native-2.2.2-SNAPSHOT.jar"
version = "2.2.2-SNAPSHOT"
2 changes: 1 addition & 1 deletion ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ modules = [
[[package]]
org = "ballerina"
name = "time"
version = "2.2.1"
version = "2.2.2"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "test"}
Expand Down

0 comments on commit 4b4dda2

Please sign in to comment.