Skip to content

Commit 8a040ac

Browse files
author
ballerina-bot
committed
[Automated] Update the native jar versions
1 parent 17cb66f commit 8a040ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ballerina/Ballerina.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ license = ["Apache-2.0"]
1010
distribution = "2201.1.0"
1111

1212
[[platform.java11.dependency]]
13-
path = "../native/build/libs/java.jdbc-native-1.4.1-SNAPSHOT.jar"
13+
path = "../native/build/libs/java.jdbc-native-1.4.1.jar"
1414

1515
[[platform.java11.dependency]]
1616
path = "./lib/sql-native-1.4.1.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.4.1-SNAPSHOT.jar"
6+
path = "../compiler-plugin/build/libs/java.jdbc-compiler-plugin-1.4.1.jar"

0 commit comments

Comments
 (0)