Skip to content

Commit

Permalink
Merge pull request #590 from ballerina-platform/release-1.6.0
Browse files Browse the repository at this point in the history
[Automated] Sync master after 1.6.0 release
  • Loading branch information
niveathika authored Nov 29, 2022
2 parents ffeebc8 + ae1174d commit c5c1020
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 22 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.3.0"
groupId = "io.ballerina.stdlib"
artifactId = "sql-native"
version = "1.6.0"
path = "../native/build/libs/sql-native-1.6.0-SNAPSHOT.jar"
path = "../native/build/libs/sql-native-1.6.0.jar"

[[platform.java11.dependency]]
path = "../test-utils/build/libs/sql-test-utils-1.6.0-SNAPSHOT.jar"
path = "../test-utils/build/libs/sql-test-utils-1.6.0.jar"
scope = "testOnly"

[[platform.java11.dependency]]
Expand Down
2 changes: 1 addition & 1 deletion ballerina/CompilerPlugin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ id = "sql-compiler-plugin"
class = "io.ballerina.stdlib.sql.compiler.SQLCompilerPlugin"

[[dependency]]
path = "../compiler-plugin/build/libs/sql-compiler-plugin-1.6.0-SNAPSHOT.jar"
path = "../compiler-plugin/build/libs/sql-compiler-plugin-1.6.0.jar"
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

### Changed

## [1.6.0] - 2022-11-29

### Changed
- [Updated API Docs](https://github.com/ballerina-platform/ballerina-standard-library/issues/3463)
- [Fix unable to set unlimited lifetime (0) to ballerina.sql.maxConnectionLifeTime](https://github.com/ballerina-platform/ballerina-standard-library/issues/3657)
Expand Down
38 changes: 19 additions & 19 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=io.ballerina.stdlib
version=1.6.0-SNAPSHOT
version=1.6.1-SNAPSHOT

puppycrawlCheckstyleVersion=8.18
hikkariLibVersion=3.3.1
Expand All @@ -18,42 +18,42 @@ ballerinaLangVersion=2201.3.0

# Direct Dependencies
# Level 01
stdlibIoVersion=1.3.1-20221013-104400-2228262
stdlibRegexVersion=1.3.1-20221012-141600-b6ec370
stdlibTimeVersion=2.2.3-20221013-110700-b1911b4
stdlibIoVersion=1.3.1
stdlibRegexVersion=1.3.1
stdlibTimeVersion=2.2.3

# Level 02
stdlibLogVersion=2.5.0-20221124-173200-ea7b873
stdlibOsVersion=1.5.0-20221124-172500-df3e8b1
stdlibLogVersion=2.5.0
stdlibOsVersion=1.5.0

# Level 03
stdlibFileVersion=1.5.0-20221124-175500-175fd6c
stdlibFileVersion=1.5.0

# Ballerinax Observer
observeVersion=1.0.5
observeInternalVersion=1.0.4

# Transitive Dependencies
# Level 01
stdlibConstraintVersion=1.0.1-20221012-153500-b7200cb
stdlibUrlVersion=2.2.3-20221012-145800-3753746
stdlibConstraintVersion=1.0.1
stdlibUrlVersion=2.2.3

# Level 02
stdlibCryptoVersion=2.3.0-20221124-172500-1f8ef4e
stdlibTaskVersion=2.3.0-20221124-173000-913faeb
stdlibCryptoVersion=2.3.0
stdlibTaskVersion=2.3.0

# Level 03
stdlibCacheVersion=3.3.0-20221124-175200-a2f04bd
stdlibMimeVersion=2.5.0-20221124-175100-48a613e
stdlibUuidVersion=1.4.0-20221124-175500-14feaec
stdlibCacheVersion=3.3.0
stdlibMimeVersion=2.5.0
stdlibUuidVersion=1.4.0

# Level 04
stdlibAuthVersion=2.5.0-20221124-181100-260c6d7
stdlibJwtVersion=2.5.0-20221124-181000-e3b7573
stdlibOAuth2Version=2.5.0-20221124-181300-f033c90
stdlibAuthVersion=2.5.0
stdlibJwtVersion=2.5.0
stdlibOAuth2Version=2.5.0

# Level 05
stdlibHttpVersion=2.5.0-20221124-190600-9b5df31
stdlibHttpVersion=2.5.0

# Level 06
stdlibTransactionVersion=1.3.0-20221124-202200-26cc4e7
stdlibTransactionVersion=1.3.0

0 comments on commit c5c1020

Please sign in to comment.