Skip to content

Commit 335ec4b

Browse files
author
ballerina-bot
committed
[Automated] Update native jar versions in toml files
1 parent 9ffd097 commit 335ec4b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ballerina/Ballerina.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ graalvmCompatible = true
1616
groupId = "io.ballerina.stdlib"
1717
artifactId = "sql-native"
1818
version = "1.14.1"
19-
path = "../native/build/libs/sql-native-1.14.1-SNAPSHOT.jar"
19+
path = "../native/build/libs/sql-native-1.14.1.jar"
2020

2121
[[platform.java17.dependency]]
22-
path = "../test-utils/build/libs/sql-test-utils-1.14.1-SNAPSHOT.jar"
22+
path = "../test-utils/build/libs/sql-test-utils-1.14.1.jar"
2323
scope = "testOnly"
2424

2525
[[platform.java17.dependency]]

ballerina/CompilerPlugin.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ id = "sql-compiler-plugin"
33
class = "io.ballerina.stdlib.sql.compiler.SQLCompilerPlugin"
44

55
[[dependency]]
6-
path = "../compiler-plugin/build/libs/sql-compiler-plugin-1.14.1-SNAPSHOT.jar"
6+
path = "../compiler-plugin/build/libs/sql-compiler-plugin-1.14.1.jar"

0 commit comments

Comments
 (0)