Skip to content

Commit

Permalink
Merge pull request #775 from ballerina-platform/release-1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kaneeldias committed Sep 19, 2023
2 parents 6dab206 + 63d1da5 commit a87d753
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 28 deletions.
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 = "oracledb-native"
version = "1.11.0"
path = "../native/build/libs/oracledb-native-1.11.0-SNAPSHOT.jar"
path = "../native/build/libs/oracledb-native-1.11.0.jar"

[[platform.java17.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "sql-native"
version = "1.11.0"
path = "./lib/sql-native-1.11.0-20230815-094200-9d12228.jar"
path = "./lib/sql-native-1.11.0.jar"
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 = "oracledb-compiler-plugin"
class = "io.ballerina.stdlib.oracledb.compiler.OracleDBCompilerPlugin"

[[dependency]]
path = "../compiler-plugin/build/libs/oracledb-compiler-plugin-1.11.0-SNAPSHOT.jar"
path = "../compiler-plugin/build/libs/oracledb-compiler-plugin-1.11.0.jar"
4 changes: 2 additions & 2 deletions 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.8.0-20230726-145300-b2bdf796"
distribution-version = "2201.8.0"

[[package]]
org = "ballerina"
Expand Down Expand Up @@ -71,7 +71,7 @@ modules = [
[[package]]
org = "ballerina"
name = "http"
version = "2.9.2"
version = "2.10.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "auth"},
Expand Down
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

### Changed

## [1.10.0] - 2023-06-30

### Added
- [Add compiler plugin validation to validate spread-field config initialization](https://github.com/ballerina-platform/ballerina-standard-library/issues/4594)

Expand Down
46 changes: 23 additions & 23 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=io.ballerina.stdlib
version=1.11.0-SNAPSHOT
version=1.11.1-SNAPSHOT

puppycrawlCheckstyleVersion=10.12.1
oracleDBDriverVersion=23.2.0.0
Expand All @@ -11,50 +11,50 @@ researchgateReleaseVersion=2.8.0
testngVersion=7.6.1
ballerinaGradlePluginVersion=2.0.1

ballerinaLangVersion=2201.8.0-20230726-145300-b2bdf796
ballerinaLangVersion=2201.8.0

stdlibSqlVersion=1.11.0-20230815-094200-9d12228
stdlibSqlVersion=1.11.0

# Direct Dependencies
# Level 01
stdlibIoVersion=1.6.0-20230810-115500-2e569f5
stdlibTimeVersion=2.4.0-20230810-115600-b28bb07
stdlibIoVersion=1.6.0
stdlibTimeVersion=2.4.0

# Level 02
stdlibLogVersion=2.9.0-20230810-161500-6d3d1df
stdlibOsVersion=1.8.0-20230810-161400-624a2aa
stdlibLogVersion=2.9.0
stdlibOsVersion=1.8.0

# Level 03
stdlibFileVersion=1.9.0-20230811-093200-875a787
stdlibFileVersion=1.9.0

# Ballerinax Observer
observeVersion=1.2.0-20230810-105500-5841859
observeInternalVersion=1.2.0-20230810-141300-a348751
observeVersion=1.2.0
observeInternalVersion=1.2.0

# Transitive Dependencies
# Level 01
stdlibConstraintVersion=1.4.0-20230810-133100-e09cfc1
stdlibUrlVersion=2.4.0-20230810-111000-683c6e4
stdlibConstraintVersion=1.4.0
stdlibUrlVersion=2.4.0

# Level 02
stdlibCryptoVersion=2.5.0-20230810-124300-ddf6788
stdlibTaskVersion=2.5.0-20230810-145800-b191831
stdlibCryptoVersion=2.5.0
stdlibTaskVersion=2.5.0

# Level 03
stdlibCacheVersion=3.7.0-20230811-093200-b83e72c
stdlibMimeVersion=2.9.0-20230810-183500-af95101
stdlibUuidVersion=1.7.0-20230811-093200-dc65fdd
stdlibCacheVersion=3.7.0
stdlibMimeVersion=2.9.0
stdlibUuidVersion=1.7.0

# Level 04
stdlibAuthVersion=2.10.0-20230811-110600-2428623
stdlibJwtVersion=2.10.0-20230811-114700-d48ab2f
stdlibOAuth2Version=2.10.0-20230811-111300-5550652
stdlibAuthVersion=2.10.0
stdlibJwtVersion=2.10.0
stdlibOAuth2Version=2.10.0

# Level 05
stdlibHttpVersion=2.10.0-20230811-144100-cac5d57
stdlibHttpVersion=2.10.0

# Level 06
stdlibTransactionVersion=1.8.0-20230814-091700-0011487
stdlibTransactionVersion=1.8.0

# Ballerina extended library
stdlibOracledbDriverVersion=1.4.0-20230816-130500-8ca6e3b
stdlibOracledbDriverVersion=1.4.0

0 comments on commit a87d753

Please sign in to comment.