Skip to content

Commit 39126c9

Browse files
ballerina-botballerina-bot
andauthored
[Automated] Sync main after 1.16.2 release (#1244)
* [Automated] Update the native jar versions * [Automated] Update the native jar versions * [Gradle Release Plugin] - pre tag commit: 'v1.16.2'. * [Gradle Release Plugin] - new version commit: 'v1.16.3-SNAPSHOT'. --------- Co-authored-by: ballerina-bot <[email protected]>
1 parent 554a6ae commit 39126c9

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

ballerina/Ballerina.toml

Lines changed: 1 addition & 1 deletion
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.16.2"
19-
path = "../native/build/libs/postgresql-native-1.16.2-SNAPSHOT.jar"
19+
path = "../native/build/libs/postgresql-native-1.16.2.jar"
2020

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

ballerina/CompilerPlugin.toml

Lines changed: 1 addition & 1 deletion
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.16.2-SNAPSHOT.jar"
6+
path = "../compiler-plugin/build/libs/postgresql-compiler-plugin-1.16.2.jar"

ballerina/Dependencies.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ distribution-version = "2201.12.0"
1010
[[package]]
1111
org = "ballerina"
1212
name = "crypto"
13-
version = "2.9.2"
13+
version = "2.9.0"
1414
dependencies = [
1515
{org = "ballerina", name = "jballerina.java"},
1616
{org = "ballerina", name = "time"}
@@ -22,7 +22,7 @@ modules = [
2222
[[package]]
2323
org = "ballerina"
2424
name = "data.jsondata"
25-
version = "1.1.3"
25+
version = "1.1.0"
2626
dependencies = [
2727
{org = "ballerina", name = "jballerina.java"},
2828
{org = "ballerina", name = "lang.object"}
@@ -142,15 +142,15 @@ dependencies = [
142142
[[package]]
143143
org = "ballerina"
144144
name = "observe"
145-
version = "1.5.1"
145+
version = "1.5.0"
146146
dependencies = [
147147
{org = "ballerina", name = "jballerina.java"}
148148
]
149149

150150
[[package]]
151151
org = "ballerina"
152152
name = "os"
153-
version = "1.10.1"
153+
version = "1.10.0"
154154
scope = "testOnly"
155155
dependencies = [
156156
{org = "ballerina", name = "io"},

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group=io.ballerina.stdlib
2-
version=1.16.2-SNAPSHOT
2+
version=1.16.3-SNAPSHOT
33
ballerinaLangVersion=2201.12.0
44

55
checkstylePluginVersion=10.12.1

0 commit comments

Comments
 (0)