Skip to content

Commit 01921de

Browse files
author
ballerina-bot
committed
[Automated] Update the native jar versions
1 parent 20efa57 commit 01921de

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ballerina/Ballerina.toml

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

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

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

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.6.0-SNAPSHOT.jar"
6+
path = "../compiler-plugin/build/libs/java.jdbc-compiler-plugin-1.6.0.jar"

0 commit comments

Comments
 (0)