File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ distribution = "2201.3.0"
13
13
groupId = " io.ballerina.stdlib"
14
14
artifactId = " java.jdbc-native"
15
15
version = " 1.6.0"
16
- path = " ../native/build/libs/java.jdbc-native-1.6.0-SNAPSHOT .jar"
16
+ path = " ../native/build/libs/java.jdbc-native-1.6.0.jar"
17
17
18
18
[[platform .java11 .dependency ]]
19
19
groupId = " io.ballerina.stdlib"
20
20
artifactId = " sql-native"
21
21
version = " 1.6.0"
22
- path = " ./lib/sql-native-1.6.0-20221124-212700-5827a5c .jar"
22
+ path = " ./lib/sql-native-1.6.0.jar"
23
23
24
24
[[platform .java11 .dependency ]]
25
25
path = " ./lib/h2-2.1.212.jar"
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ id = "jdbc-compiler-plugin"
3
3
class = " io.ballerina.stdlib.java.jdbc.compiler.JDBCCompilerPlugin"
4
4
5
5
[[dependency ]]
6
- path = " ../compiler-plugin/build/libs/java.jdbc-compiler-plugin-1.6.0-SNAPSHOT .jar"
6
+ path = " ../compiler-plugin/build/libs/java.jdbc-compiler-plugin-1.6.0.jar"
You can’t perform that action at this time.
0 commit comments