File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11[package ]
22org = " ballerinax"
33name = " cdc"
4- version = " 1.0.0 "
4+ version = " 1.0.1 "
55distribution = " 2201.12.0"
66authors = [" Ballerina" ]
77repository = " https://github.com/ballerina-platform/module-ballerinax-cdc"
@@ -15,9 +15,9 @@ graalvmCompatible=true
1515
1616[[platform .java21 .dependency ]]
1717groupId = " 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 ]]
2323groupId = " io.debezium"
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ id = "cdc-compiler-plugin"
33class = " 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"
Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ modules = [
174174[[package ]]
175175org = " ballerinax"
176176name = " cdc"
177- version = " 1.0.0 "
177+ version = " 1.0.1 "
178178dependencies = [
179179 {org = " ballerina" , name = " crypto" },
180180 {org = " ballerina" , name = " data.jsondata" },
You can’t perform that action at this time.
0 commit comments