Skip to content

Commit b3120aa

Browse files
author
ballerina-bot
committed
[Automated] Update native jar versions in toml files
1 parent 89a5b98 commit b3120aa

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

ballerina/Ballerina.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ graalvmCompatible = true
1616
groupId = "io.ballerina.stdlib"
1717
artifactId = "sql-native"
1818
version = "1.16.0"
19-
path = "../native/build/libs/sql-native-1.16.0-SNAPSHOT.jar"
19+
path = "../native/build/libs/sql-native-1.16.0.jar"
2020

2121
[[platform.java21.dependency]]
22-
path = "../test-utils/build/libs/sql-test-utils-1.16.0-SNAPSHOT.jar"
22+
path = "../test-utils/build/libs/sql-test-utils-1.16.0.jar"
2323
scope = "testOnly"
2424

2525
[[platform.java21.dependency]]

ballerina/CompilerPlugin.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ id = "sql-compiler-plugin"
33
class = "io.ballerina.stdlib.sql.compiler.SQLCompilerPlugin"
44

55
[[dependency]]
6-
path = "../compiler-plugin/build/libs/sql-compiler-plugin-1.16.0-SNAPSHOT.jar"
6+
path = "../compiler-plugin/build/libs/sql-compiler-plugin-1.16.0.jar"

ballerina/Dependencies.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
[ballerina]
77
dependencies-toml-version = "2"
8-
distribution-version = "2201.12.0-20250311-124800-b9003fed"
8+
distribution-version = "2201.12.0"
99

1010
[[package]]
1111
org = "ballerina"

0 commit comments

Comments
 (0)