Skip to content

Commit aa946f8

Browse files
author
ballerina-bot
committed
[Automated] Update the native jar versions
1 parent 762db55 commit aa946f8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

ballerina/Ballerina.toml

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

2121
[[platform.java11.dependency]]
2222
groupId = "io.ballerina.stdlib"
2323
artifactId = "sql-native"
2424
version = "1.10.0"
25-
path = "./lib/sql-native-1.10.0-20230623-100400-baaf88f.jar"
25+
path = "./lib/sql-native-1.10.0.jar"
2626

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.10.0-SNAPSHOT.jar"
6+
path = "../compiler-plugin/build/libs/postgresql-compiler-plugin-1.10.0.jar"

ballerina/Dependencies.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
[ballerina]
77
dependencies-toml-version = "2"
8-
distribution-version = "2201.7.0-20230622-064700-4a2dc6dd"
8+
distribution-version = "2201.7.0"
99

1010
[[package]]
1111
org = "ballerina"

0 commit comments

Comments
 (0)