Skip to content

Commit

Permalink
Merge pull request #705 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
daneshk authored Feb 25, 2024
2 parents dd0dfc0 + feabd28 commit 4c4f148
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 10 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 = "sql-native"
version = "1.12.0"
path = "../native/build/libs/sql-native-1.12.0-SNAPSHOT.jar"
path = "../native/build/libs/sql-native-1.12.0.jar"

[[platform.java17.dependency]]
path = "../test-utils/build/libs/sql-test-utils-1.12.0-SNAPSHOT.jar"
path = "../test-utils/build/libs/sql-test-utils-1.12.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.12.0-SNAPSHOT.jar"
path = "../compiler-plugin/build/libs/sql-compiler-plugin-1.12.0.jar"
10 changes: 4 additions & 6 deletions ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "cache"
version = "3.7.1"
version = "3.7.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "constraint"},
Expand All @@ -35,7 +35,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "constraint"
version = "1.5.0"
version = "1.4.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
Expand Down Expand Up @@ -69,7 +69,7 @@ modules = [
[[package]]
org = "ballerina"
name = "http"
version = "2.10.6"
version = "2.10.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "auth"},
Expand Down Expand Up @@ -111,7 +111,6 @@ modules = [
org = "ballerina"
name = "jballerina.java"
version = "0.0.0"
scope = "testOnly"
modules = [
{org = "ballerina", packageName = "jballerina.java", moduleName = "jballerina.java"}
]
Expand Down Expand Up @@ -282,7 +281,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "observe"
version = "1.2.2"
version = "1.2.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
Expand Down Expand Up @@ -345,7 +344,6 @@ modules = [
org = "ballerina"
name = "time"
version = "2.4.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]
Expand Down
2 changes: 1 addition & 1 deletion 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.1
hikkariLibVersion=3.3.1
Expand Down

0 comments on commit 4c4f148

Please sign in to comment.