File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,18 +13,18 @@ distribution = "2201.5.0"
13
13
groupId = " io.ballerina.stdlib"
14
14
artifactId = " java.jdbc-native"
15
15
version = " 1.8.0"
16
- path = " ../native/build/libs/java.jdbc-native-1.8.0-SNAPSHOT .jar"
16
+ path = " ../native/build/libs/java.jdbc-native-1.8.0.jar"
17
17
18
18
[[platform .java11 .dependency ]]
19
19
groupId = " io.ballerina.stdlib"
20
20
artifactId = " sql-native"
21
21
version = " 1.8.0"
22
- path = " ./lib/sql-native-1.8.0-20230404-175900-159d8aa .jar"
22
+ path = " ./lib/sql-native-1.8.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.8.0-SNAPSHOT .jar"
29
+ path = " ../native-image-configs/build/libs/java.jdbc-native-image-configs-1.8.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.8.0-SNAPSHOT .jar"
6
+ path = " ../compiler-plugin/build/libs/java.jdbc-compiler-plugin-1.8.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.5.0-20230404-105200-b8aec90e "
8
+ distribution-version = " 2201.5.0"
9
9
10
10
[[package ]]
11
11
org = " ballerina"
You can’t perform that action at this time.
0 commit comments