Skip to content

Commit cfe2f37

Browse files
author
ballerina-bot
committed
[Automated] Update the native jar versions
1 parent 9231ee7 commit cfe2f37

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ballerina/Ballerina.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@ distribution = "2201.4.0"
1313
groupId = "io.ballerina.stdlib"
1414
artifactId = "java.jdbc-native"
1515
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"
1717

1818
[[platform.java11.dependency]]
1919
groupId = "io.ballerina.stdlib"
2020
artifactId = "sql-native"
2121
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"
2323

2424
[[platform.java11.dependency]]
2525
path = "./lib/h2-2.1.212.jar"
2626
scope = "testOnly"
2727

2828
[[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"
3030
scope = "testOnly"

ballerina/CompilerPlugin.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ id = "jdbc-compiler-plugin"
33
class = "io.ballerina.stdlib.java.jdbc.compiler.JDBCCompilerPlugin"
44

55
[[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"

0 commit comments

Comments
 (0)