File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ graalvmCompatible = true
16
16
groupId = " io.ballerina.stdlib"
17
17
artifactId = " postgresql-native"
18
18
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"
20
20
21
21
[[platform .java11 .dependency ]]
22
22
groupId = " io.ballerina.stdlib"
23
23
artifactId = " sql-native"
24
24
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"
26
26
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ id = "postgresql-compiler-plugin"
3
3
class = " io.ballerina.stdlib.postgresql.compiler.PostgreSQLCompilerPlugin"
4
4
5
5
[[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"
Original file line number Diff line number Diff line change 5
5
6
6
[ballerina ]
7
7
dependencies-toml-version = " 2"
8
- distribution-version = " 2201.7.0-20230622-064700-4a2dc6dd "
8
+ distribution-version = " 2201.7.0"
9
9
10
10
[[package ]]
11
11
org = " ballerina"
You can’t perform that action at this time.
0 commit comments