Skip to content

Commit

Permalink
Merge pull request #730 from ballerina-platform/release-1.14.0
Browse files Browse the repository at this point in the history
[Automated] Sync master after 1.14.0 release
  • Loading branch information
niveathika authored Aug 29, 2024
2 parents 3093fe5 + 8ec12ea commit 0dfc1bd
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# See: https://help.github.com/articles/about-codeowners/

# These owners will be the default owners for everything in the repo.
* @daneshk @niveathika
* @RDPerera @niveathika @shafreenAnfar
4 changes: 2 additions & 2 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ graalvmCompatible = true
groupId = "io.ballerina.stdlib"
artifactId = "sql-native"
version = "1.14.0"
path = "../native/build/libs/sql-native-1.14.0-SNAPSHOT.jar"
path = "../native/build/libs/sql-native-1.14.0.jar"

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

[[platform.java17.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.14.0-SNAPSHOT.jar"
path = "../compiler-plugin/build/libs/sql-compiler-plugin-1.14.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.10.0-20240806-083400-aabac46a"
distribution-version = "2201.10.0"

[[package]]
org = "ballerina"
Expand Down
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

## [1.14.0] - 2024-08-20

### Added
- Support for 2201.10.0 distribution
- Make maximum sql pool size configurable

## [1.13.2] - 2024-06-19

### Changed
Expand Down
24 changes: 12 additions & 12 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=io.ballerina.stdlib
version=1.14.0-SNAPSHOT
version=1.14.1-SNAPSHOT

puppycrawlCheckstyleVersion=10.12.1
hikkariLibVersion=3.3.1
Expand All @@ -14,23 +14,23 @@ researchgateReleaseVersion=2.8.0
testngVersion=7.6.1
ballerinaGradlePluginVersion=2.0.1

ballerinaLangVersion=2201.10.0-20240814-095500-9d14866a
ballerinaLangVersion=2201.10.0

# Direct Dependencies
# Level 01
stdlibIoVersion=1.6.1
stdlibTimeVersion=2.4.0

# Level 02
stdlibLogVersion=2.10.0-20240814-120000-f0c3cc8
stdlibLogVersion=2.10.0
stdlibOsVersion=1.8.0

# Level 03
stdlibFileVersion=1.10.0-20240814-133200-74f4d63
stdlibFileVersion=1.10.0

# Ballerinax Observer
observeVersion=1.3.0-20240814-114100-0f71e1e
observeInternalVersion=1.3.0-20240814-114900-8a734a3
observeVersion=1.3.0
observeInternalVersion=1.3.0

# Transitive Dependencies
# Level 01
Expand All @@ -43,16 +43,16 @@ stdlibTaskVersion=2.5.0

# Level 03
stdlibCacheVersion=3.8.0
stdlibMimeVersion=2.10.0-20240814-133200-6c54439
stdlibMimeVersion=2.10.0
stdlibUuidVersion=1.8.0

# Level 04
stdlibAuthVersion=2.12.0-20240814-133000-6db5624
stdlibJwtVersion=2.13.0-20240814-133100-630021f
stdlibOAuth2Version=2.12.0-20240814-133400-a7008e4
stdlibAuthVersion=2.12.0
stdlibJwtVersion=2.13.0
stdlibOAuth2Version=2.12.0

# Level 05
stdlibHttpVersion=2.12.0-20240814-145000-dcdc9a0
stdlibHttpVersion=2.12.0

# Level 06
stdlibTransactionVersion=1.10.0-20240814-160700-00e0ba7
stdlibTransactionVersion=1.10.0

0 comments on commit 0dfc1bd

Please sign in to comment.