Skip to content

Commit

Permalink
Merge pull request #1148 from ballerina-platform/release-1.12.0
Browse files Browse the repository at this point in the history
[Automated] Sync master after 1.12.0 release
  • Loading branch information
ThisaruGuruge authored May 28, 2024
2 parents c6fc941 + eaad652 commit b409c37
Show file tree
Hide file tree
Showing 4 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 @@ -16,10 +16,10 @@ graalvmCompatible = true
groupId = "io.ballerina.stdlib"
artifactId = "mysql-native"
version = "1.12.0"
path = "../native/build/libs/mysql-native-1.12.0-SNAPSHOT.jar"
path = "../native/build/libs/mysql-native-1.12.0.jar"

[[platform.java17.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "sql-native"
version = "1.13.0"
path = "./lib/sql-native-1.13.0-20240410-111000-2cc6b6c.jar"
path = "./lib/sql-native-1.13.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 = "mysql-compiler-plugin"
class = "io.ballerina.stdlib.mysql.compiler.MySQLCompilerPlugin"

[[dependency]]
path = "../compiler-plugin/build/libs/mysql-compiler-plugin-1.12.0-SNAPSHOT.jar"
path = "../compiler-plugin/build/libs/mysql-compiler-plugin-1.12.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.9.0-20240405-165800-4b163f78"
distribution-version = "2201.9.0"

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

puppycrawlCheckstyleVersion=10.12.0
checkstyleToolVersion=10.12.0
Expand All @@ -10,9 +10,9 @@ researchgateReleaseVersion=2.8.0
testngVersion=7.6.1
ballerinaGradlePluginVersion=2.0.1

ballerinaLangVersion=2201.9.0-20240502-141200-0a49fa42
ballerinaLangVersion=2201.9.0

stdlibSqlVersion=1.13.0-20240502-234000-648d89f
stdlibSqlVersion=1.13.0

# Direct Dependencies
# Level 01
Expand All @@ -27,33 +27,33 @@ stdlibOsVersion=1.8.0
stdlibFileVersion=1.9.0

# Ballerinax Observer
observeVersion=1.2.3-20240408-194900-a0e331f
observeInternalVersion=1.2.2-20240408-195500-1436319
observeVersion=1.2.3
observeInternalVersion=1.2.2

# Transitive Dependencies
# Level 01
stdlibUrlVersion=2.4.0

# Level 02
stdlibConstraintVersion=1.5.0
stdlibCryptoVersion=2.7.0-20240502-172300-6b356e2
stdlibCryptoVersion=2.7.0
stdlibTaskVersion=2.5.0

# Level 03
stdlibCacheVersion=3.8.0-20240409-101100-e2d7f4e
stdlibCacheVersion=3.8.0
stdlibMimeVersion=2.9.0
stdlibUuidVersion=1.8.0-20240502-184000-71c8d75
stdlibUuidVersion=1.8.0

# Level 04
stdlibAuthVersion=2.11.0-20240502-184600-96868c0
stdlibJwtVersion=2.11.0-20240502-184700-00ec094
stdlibOAuth2Version=2.11.0-20240502-185000-b5e4bc8
stdlibAuthVersion=2.11.0
stdlibJwtVersion=2.11.0
stdlibOAuth2Version=2.11.0

# Level 05
stdlibHttpVersion=2.11.0-20240502-194500-bb0bced
stdlibHttpVersion=2.11.0

# Level 06
stdlibTransactionVersion=1.9.0-20240502-204500-58485c0
stdlibTransactionVersion=1.9.0

# Ballerina library
stdlibMysqlDriverVersion=1.6.0

0 comments on commit b409c37

Please sign in to comment.