Skip to content

Commit

Permalink
Merge pull request #698 from ballerina-platform/release-1.9.0
Browse files Browse the repository at this point in the history
[Automated] Sync main after 1.9.0 release
  • Loading branch information
kalaiyarasiganeshalingam committed Jun 5, 2023
2 parents d7a408d + c194dd8 commit 38fc2fe
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 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.5.0"
groupId = "io.ballerina.stdlib"
artifactId = "oracledb-native"
version = "1.9.0"
path = "../native/build/libs/oracledb-native-1.9.0-SNAPSHOT.jar"
path = "../native/build/libs/oracledb-native-1.9.0.jar"

[[platform.java11.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "sql-native"
version = "1.9.0"
path = "./lib/sql-native-1.9.0-20230524-142200-889b602.jar"
path = "./lib/sql-native-1.9.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.9.0-SNAPSHOT.jar"
path = "../compiler-plugin/build/libs/oracledb-compiler-plugin-1.9.0.jar"
28 changes: 14 additions & 14 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=io.ballerina.stdlib
version=1.9.0-SNAPSHOT
version=1.9.1-SNAPSHOT

puppycrawlCheckstyleVersion=8.18
oracleDBDriverVersion=12.2.0.1
Expand All @@ -13,48 +13,48 @@ ballerinaGradlePluginVersion=1.0.1

ballerinaLangVersion=2201.5.0

stdlibSqlVersion=1.9.0-20230524-142200-889b602
stdlibSqlVersion=1.9.0

# Direct Dependencies
# Level 01
stdlibIoVersion=1.4.1
stdlibTimeVersion=2.2.4

# 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

# Ballerinax Observer
observeVersion=1.0.7
observeInternalVersion=1.0.6

# Transitive Dependencies
# Level 01
stdlibConstraintVersion=1.2.0-20230518-182800-2681a7b
stdlibConstraintVersion=1.2.0
stdlibUrlVersion=2.2.3

# 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 05
stdlibHttpVersion=2.8.0-20230523-165700-8e0a30b
stdlibHttpVersion=2.8.0

# Level 06
stdlibTransactionVersion=1.6.0-20230524-123200-367c766
stdlibTransactionVersion=1.6.0

# Ballerina extended library
stdlibOracledbDriverVersion=1.2.1

0 comments on commit 38fc2fe

Please sign in to comment.