Skip to content

Commit d287002

Browse files
committed
[Automated] Update the toml files
1 parent 50ffe99 commit d287002

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

ballerina/Ballerina.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
org = "ballerinax"
33
name = "cdc"
4-
version = "1.0.0"
4+
version = "1.0.1"
55
distribution = "2201.12.0"
66
authors = ["Ballerina"]
77
repository = "https://github.com/ballerina-platform/module-ballerinax-cdc"
@@ -15,9 +15,9 @@ graalvmCompatible=true
1515

1616
[[platform.java21.dependency]]
1717
groupId = "io.ballerina.lib.cdc"
18-
artifactId = "cdc-native-1.0.0"
19-
version = "1.0.0"
20-
path = "../native/build/libs/cdc-native-1.0.0.jar"
18+
artifactId = "cdc-native-1.0.1-SNAPSHOT"
19+
version = "1.0.1-SNAPSHOT"
20+
path = "../native/build/libs/cdc-native-1.0.1-SNAPSHOT.jar"
2121

2222
[[platform.java21.dependency]]
2323
groupId = "io.debezium"

ballerina/CompilerPlugin.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ id = "cdc-compiler-plugin"
33
class = "io.ballerina.lib.cdc.compiler.CdcCompilerPlugin"
44

55
[[dependency]]
6-
path = "../compiler-plugin/build/libs/cdc-compiler-plugin-1.0.0.jar"
6+
path = "../compiler-plugin/build/libs/cdc-compiler-plugin-1.0.1-SNAPSHOT.jar"

ballerina/Dependencies.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ modules = [
174174
[[package]]
175175
org = "ballerinax"
176176
name = "cdc"
177-
version = "1.0.0"
177+
version = "1.0.1"
178178
dependencies = [
179179
{org = "ballerina", name = "crypto"},
180180
{org = "ballerina", name = "data.jsondata"},

0 commit comments

Comments
 (0)