We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1edb99a commit 4ddb8a0Copy full SHA for 4ddb8a0
ballerina/Ballerina.toml
@@ -16,7 +16,7 @@ graalvmCompatible = true
16
groupId = "io.ballerina.stdlib"
17
artifactId = "postgresql-native"
18
version = "1.14.0"
19
-path = "../native/build/libs/postgresql-native-1.14.0-SNAPSHOT.jar"
+path = "../native/build/libs/postgresql-native-1.14.0.jar"
20
21
[[platform.java21.dependency]]
22
ballerina/CompilerPlugin.toml
@@ -3,4 +3,4 @@ id = "postgresql-compiler-plugin"
3
class = "io.ballerina.stdlib.postgresql.compiler.PostgreSQLCompilerPlugin"
4
5
[[dependency]]
6
-path = "../compiler-plugin/build/libs/postgresql-compiler-plugin-1.14.0-SNAPSHOT.jar"
+path = "../compiler-plugin/build/libs/postgresql-compiler-plugin-1.14.0.jar"
0 commit comments