From 4b4dda23c1cde989653e2d938614ad3c69d5aede Mon Sep 17 00:00:00 2001 From: Niveathika Date: Fri, 27 May 2022 01:17:02 +0530 Subject: [PATCH 1/2] [Automated] Update native jar versions in toml files --- ballerina/Ballerina.toml | 6 +++--- ballerina/Dependencies.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index a5d6093..828b7ba 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -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" @@ -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" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index b97007c..623d6b6 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -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"} From f7823cd64b0154495cf025d77274e1f16ccb768d Mon Sep 17 00:00:00 2001 From: Niveathika Date: Fri, 27 May 2022 10:55:06 +0530 Subject: [PATCH 2/2] Update language version to --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index a4a9ec5..98b1b8f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.stdlib version=2.2.2-SNAPSHOT -ballerinaLangVersion=2201.0.1 +ballerinaLangVersion=2201.0.4 puppycrawlCheckstyleVersion=8.18 ballerinaGradlePluginVersion=0.14.1