Skip to content

Commit 4ddb8a0

Browse files
author
ballerina-bot
committed
[Automated] Update the native jar versions
1 parent 1edb99a commit 4ddb8a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ballerina/Ballerina.toml

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

2121
[[platform.java21.dependency]]
2222
groupId = "io.ballerina.stdlib"

ballerina/CompilerPlugin.toml

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

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

0 commit comments

Comments
 (0)