diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index ef90ee1..96ab3ff 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -13,10 +13,10 @@ distribution = "2201.6.0" groupId = "io.ballerina.stdlib" artifactId = "persist.sql-native" version = "1.0.0" -path = "../native/build/libs/persist.sql-native-1.0.0-SNAPSHOT.jar" +path = "../native/build/libs/persist.sql-native-1.0.0.jar" [[platform.java11.dependency]] groupId = "io.ballerina.stdlib" artifactId = "persist-native" version = "1.0.0" -path = "./lib/persist-native-1.0.0-20230529-125900-cf8337e.jar" +path = "./lib/persist-native-1.0.0.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 1fc9d05..33eee88 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.6.0-20230525-070000-e36fc7ac" +distribution-version = "2201.6.0" [[package]] org = "ballerina" diff --git a/changelog.md b/changelog.md index 1e5b413..290d765 100644 --- a/changelog.md +++ b/changelog.md @@ -9,3 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added ### Changed + +## [1.0.0] - 2023-06-01 + +### Added +- [Initial release](https://github.com/ballerina-platform/ballerina-standard-library/issues/4488) diff --git a/gradle.properties b/gradle.properties index 433be73..c322ab8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=io.ballerina.stdlib -version=1.0.0-SNAPSHOT +version=1.0.1-SNAPSHOT puppycrawlCheckstyleVersion=8.18 checkstyleToolVersion=7.8.2 @@ -11,7 +11,7 @@ testngVersion=7.4.0 gsonVersion=2.10 ballerinaGradlePluginVersion=1.0.0 -ballerinaLangVersion=2201.6.0-20230525-070000-e36fc7ac +ballerinaLangVersion=2201.6.0 # Direct Dependencies @@ -21,20 +21,20 @@ stdlibTimeVersion=2.2.4 stdlibUrlVersion=2.2.3 # Level 02 -stdlibLogVersion=2.7.1-20230522-155500-d73bdb5 +stdlibLogVersion=2.7.1 stdlibOsVersion=1.6.0 # Level 03 -stdlibFileVersion=1.7.1-20230523-104800-e56ed72 +stdlibFileVersion=1.7.1 # Level 05 -stdlibHttpVersion=2.8.0-20230523-165700-8e0a30b +stdlibHttpVersion=2.8.0 # Level 08 -stdlibSqlVersion=1.9.0-20230524-142200-889b602 +stdlibSqlVersion=1.9.0 # Level 09 -stdlibPersistVersion=1.0.0-20230529-125900-cf8337e +stdlibPersistVersion=1.0.0 # Ballerina external dependency stdlibMysqlDriverVersion=1.4.1 @@ -45,24 +45,24 @@ observeInternalVersion=1.0.6 # Transitive Dependencies # Level 01 -stdlibConstraintVersion=1.2.0-20230518-182800-2681a7b +stdlibConstraintVersion=1.2.0 #Level 02 -stdlibCryptoVersion=2.3.1-20230522-113000-73ae1e2 +stdlibCryptoVersion=2.3.1 stdlibTaskVersion=2.3.2 # Level 03 -stdlibCacheVersion=3.5.0-20230523-104800-1103165 -stdlibMimeVersion=2.7.1-20230523-092600-8dee40d -stdlibUuidVersion=1.5.1-20230523-104800-89d91a7 +stdlibCacheVersion=3.5.0 +stdlibMimeVersion=2.7.1 +stdlibUuidVersion=1.5.1 # Level 04 -stdlibAuthVersion=2.8.0-20230523-114200-ee19e22 -stdlibJwtVersion=2.8.0-20230523-142400-24ef641 -stdlibOAuth2Version=2.8.0-20230523-120200-d1e3253 +stdlibAuthVersion=2.8.0 +stdlibJwtVersion=2.8.0 +stdlibOAuth2Version=2.8.0 # Level 06 -stdlibTransactionVersion=1.6.0-20230524-123200-367c766 +stdlibTransactionVersion=1.6.0 # Test Dependencies # Dependency of mysql and crypto should be the previous update versions