Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Automated] Sync main after 1.10.0 release #730

Merged
merged 5 commits into from
Jul 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.10.0"
path = "../native/build/libs/oracledb-native-1.10.0-SNAPSHOT.jar"
path = "../native/build/libs/oracledb-native-1.10.0.jar"

[[platform.java11.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "sql-native"
version = "1.10.0"
path = "./lib/sql-native-1.10.0-20230621-085100-7175ed0.jar"
path = "./lib/sql-native-1.10.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.10.0-SNAPSHOT.jar"
path = "../compiler-plugin/build/libs/oracledb-compiler-plugin-1.10.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.7.0-20230619-175900-bb4e4544"
distribution-version = "2201.7.0"

[[package]]
org = "ballerina"
Expand Down
44 changes: 22 additions & 22 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=io.ballerina.stdlib
version=1.10.0-SNAPSHOT
version=1.10.1-SNAPSHOT

puppycrawlCheckstyleVersion=8.18
oracleDBDriverVersion=12.2.0.1
Expand All @@ -11,50 +11,50 @@ researchgateReleaseVersion=2.8.0
testngVersion=7.4.0
ballerinaGradlePluginVersion=1.1.0

ballerinaLangVersion= 2201.7.0-20230622-064700-4a2dc6dd
ballerinaLangVersion= 2201.7.0

stdlibSqlVersion=1.10.0-20230623-100400-baaf88f
stdlibSqlVersion=1.10.0

# Direct Dependencies
# Level 01
stdlibIoVersion=1.5.0-20230622-110500-8523dfe
stdlibTimeVersion=2.3.0-20230622-110600-b78c05f
stdlibIoVersion=1.5.0
stdlibTimeVersion=2.3.0

# Level 02
stdlibLogVersion=2.8.0-20230622-125300-797c7fe
stdlibOsVersion=1.7.0-20230622-115000-1a0833a
stdlibLogVersion=2.8.0
stdlibOsVersion=1.7.0

# Level 03
stdlibFileVersion=1.8.0-20230622-133700-989cf79
stdlibFileVersion=1.8.0

# Ballerinax Observer
observeVersion=1.1.0-20230622-105700-f92eb77
observeInternalVersion=1.1.0-20230622-114200-c6b7282
observeVersion=1.1.0
observeInternalVersion=1.1.0

# Transitive Dependencies
# Level 01
stdlibConstraintVersion=1.3.0-20230622-115000-e1ca592
stdlibUrlVersion=2.3.0-20230622-110800-bea5e27
stdlibConstraintVersion=1.3.0
stdlibUrlVersion=2.3.0

# Level 02
stdlibCryptoVersion=2.4.0-20230622-115200-fdbc399
stdlibTaskVersion=2.4.0-20230622-115600-696d07f
stdlibCryptoVersion=2.4.0
stdlibTaskVersion=2.4.0

# Level 03
stdlibCacheVersion=3.6.0-20230622-124400-5d6a738
stdlibMimeVersion=2.8.0-20230622-135900-25e4923
stdlibUuidVersion=1.6.0-20230622-124700-fd21e75
stdlibCacheVersion=3.6.0
stdlibMimeVersion=2.8.0
stdlibUuidVersion=1.6.0

# Level 04
stdlibAuthVersion=2.9.0-20230622-133700-87dec9a
stdlibJwtVersion=2.9.0-20230622-133700-dd9ebf0
stdlibOAuth2Version=2.9.0-20230622-140500-ef79c89
stdlibAuthVersion=2.9.0
stdlibJwtVersion=2.9.0
stdlibOAuth2Version=2.9.0

# Level 05
stdlibHttpVersion=2.9.0-20230622-163900-9a4bd32
stdlibHttpVersion=2.9.0

# Level 06
stdlibTransactionVersion=1.7.0-20230622-214600-b7b5f02
stdlibTransactionVersion=1.7.0

# Ballerina extended library
stdlibOracledbDriverVersion=1.2.1