File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,18 +13,18 @@ distribution = "2201.4.0"
13
13
groupId = " io.ballerina.stdlib"
14
14
artifactId = " java.jdbc-native"
15
15
version = " 1.7.0"
16
- path = " ../native/build/libs/java.jdbc-native-1.7.0-SNAPSHOT .jar"
16
+ path = " ../native/build/libs/java.jdbc-native-1.7.0.jar"
17
17
18
18
[[platform .java11 .dependency ]]
19
19
groupId = " io.ballerina.stdlib"
20
20
artifactId = " sql-native"
21
21
version = " 1.7.0"
22
- path = " ./lib/sql-native-1.7.0-20230214-062200-50a090a .jar"
22
+ path = " ./lib/sql-native-1.7.0.jar"
23
23
24
24
[[platform .java11 .dependency ]]
25
25
path = " ./lib/h2-2.1.212.jar"
26
26
scope = " testOnly"
27
27
28
28
[[platform .java11 .dependency ]]
29
- path = " ../native-image-configs/build/libs/java.jdbc-native-image-configs-1.7.0-SNAPSHOT .jar"
29
+ path = " ../native-image-configs/build/libs/java.jdbc-native-image-configs-1.7.0.jar"
30
30
scope = " testOnly"
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.7.0-SNAPSHOT .jar"
6
+ path = " ../compiler-plugin/build/libs/java.jdbc-compiler-plugin-1.7.0.jar"
You can’t perform that action at this time.
0 commit comments