Skip to content

Commit

Permalink
Merge pull request #12 from ballerina-platform/release-1.0.0
Browse files Browse the repository at this point in the history
[Automated] Sync main after 1.0.0 release
  • Loading branch information
kaneeldias committed Jun 5, 2023
2 parents 2593ab2 + 3546329 commit 894b309
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 19 deletions.
4 changes: 2 additions & 2 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
32 changes: 16 additions & 16 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 894b309

Please sign in to comment.