File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ graalvmCompatible = true
16
16
groupId = " io.ballerina.stdlib"
17
17
artifactId = " sql-native"
18
18
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"
20
20
21
21
[[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"
23
23
scope = " testOnly"
24
24
25
25
[[platform .java21 .dependency ]]
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ id = "sql-compiler-plugin"
3
3
class = " io.ballerina.stdlib.sql.compiler.SQLCompilerPlugin"
4
4
5
5
[[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"
Original file line number Diff line number Diff line change 5
5
6
6
[ballerina ]
7
7
dependencies-toml-version = " 2"
8
- distribution-version = " 2201.12.0-20250311-124800-b9003fed "
8
+ distribution-version = " 2201.12.0"
9
9
10
10
[[package ]]
11
11
org = " ballerina"
You can’t perform that action at this time.
0 commit comments