Skip to content

Commit 554a6ae

Browse files
authored
Merge pull request #1243 from ballerina-platform/keyword-update
[Automated] Update Keywords for connector filtering
2 parents 28a3e6e + 40a3829 commit 554a6ae

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

ballerina/Ballerina.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[package]
22
org = "ballerinax"
33
name = "postgresql"
4-
version = "1.16.1"
4+
version = "1.16.2"
55
authors = ["Ballerina"]
6-
keywords = ["database", "client", "network", "SQL", "RDBMS", "PostgreSQL"]
6+
keywords = ["client", "network", "SQL", "RDBMS", "Vendor/PostgreSQL", "Area/Database", "Type/Connector"]
77
repository = "https://github.com/ballerina-platform/module-ballerinax-postgresql"
88
icon = "icon.png"
99
license = ["Apache-2.0"]
@@ -15,8 +15,8 @@ graalvmCompatible = true
1515
[[platform.java21.dependency]]
1616
groupId = "io.ballerina.stdlib"
1717
artifactId = "postgresql-native"
18-
version = "1.16.1"
19-
path = "../native/build/libs/postgresql-native-1.16.1.jar"
18+
version = "1.16.2"
19+
path = "../native/build/libs/postgresql-native-1.16.2-SNAPSHOT.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.1.jar"
6+
path = "../compiler-plugin/build/libs/postgresql-compiler-plugin-1.16.2-SNAPSHOT.jar"

ballerina/Dependencies.toml

Lines changed: 6 additions & 6 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.0"
13+
version = "2.9.2"
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.0"
25+
version = "1.1.3"
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.0"
145+
version = "1.5.1"
146146
dependencies = [
147147
{org = "ballerina", name = "jballerina.java"}
148148
]
149149

150150
[[package]]
151151
org = "ballerina"
152152
name = "os"
153-
version = "1.10.0"
153+
version = "1.10.1"
154154
scope = "testOnly"
155155
dependencies = [
156156
{org = "ballerina", name = "io"},
@@ -208,7 +208,7 @@ dependencies = [
208208
[[package]]
209209
org = "ballerinax"
210210
name = "cdc"
211-
version = "1.0.2"
211+
version = "1.0.3"
212212
dependencies = [
213213
{org = "ballerina", name = "crypto"},
214214
{org = "ballerina", name = "data.jsondata"},
@@ -222,7 +222,7 @@ modules = [
222222
[[package]]
223223
org = "ballerinax"
224224
name = "postgresql"
225-
version = "1.16.1"
225+
version = "1.16.2"
226226
dependencies = [
227227
{org = "ballerina", name = "crypto"},
228228
{org = "ballerina", name = "file"},

build-config/resources/Ballerina.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ org = "ballerinax"
33
name = "postgresql"
44
version = "@toml.version@"
55
authors = ["Ballerina"]
6-
keywords = ["database", "client", "network", "SQL", "RDBMS", "PostgreSQL"]
6+
keywords = ["client", "network", "SQL", "RDBMS", "Vendor/PostgreSQL", "Area/Database", "Type/Connector"]
77
repository = "https://github.com/ballerina-platform/module-ballerinax-postgresql"
88
icon = "icon.png"
99
license = ["Apache-2.0"]

0 commit comments

Comments
 (0)