File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
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.14.1"
19
- path = " ../native/build/libs/sql-native-1.14.1-SNAPSHOT .jar"
19
+ path = " ../native/build/libs/sql-native-1.14.1.jar"
20
20
21
21
[[platform .java17 .dependency ]]
22
- path = " ../test-utils/build/libs/sql-test-utils-1.14.1-SNAPSHOT .jar"
22
+ path = " ../test-utils/build/libs/sql-test-utils-1.14.1.jar"
23
23
scope = " testOnly"
24
24
25
25
[[platform .java17 .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.14.1-SNAPSHOT .jar"
6
+ path = " ../compiler-plugin/build/libs/sql-compiler-plugin-1.14.1.jar"
You can’t perform that action at this time.
0 commit comments