diff --git a/.github/workflows/build-with-bal-test-graalvm.yml b/.github/workflows/build-with-bal-test-graalvm.yml index 6fbf394..708cf09 100644 --- a/.github/workflows/build-with-bal-test-graalvm.yml +++ b/.github/workflows/build-with-bal-test-graalvm.yml @@ -16,4 +16,5 @@ jobs: uses: ballerina-platform/ballerina-library/.github/workflows/build-with-bal-test-graalvm-template.yml@main secrets: inherit with: - additional_windows_build_flags: -x test + additional_ubuntu_build_flags: -x :cdc-examples:build + additional_windows_build_flags: -x test -x :cdc-examples:build diff --git a/README.md b/README.md index fe3d785..b6956a9 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Ballerina CDC Connector =================== - [![Build](https://github.com/ballerina-platform/module-ballerinax-cdc/actions/workflows/ci.yml/badge.svg)](https://github.com/ballerina-platform/module-ballerinax-cdc/actions/workflows/ci.yml) + [![Build](https://github.com/ballerina-platform/module-ballerinax-cdc/actions/workflows/build-timestamped-master.yml/badge.svg)](https://github.com/ballerina-platform/module-ballerinax-cdc/actions/workflows/build-timestamped-master.yml) [![Trivy](https://github.com/ballerina-platform/module-ballerinax-cdc/actions/workflows/trivy-scan.yml/badge.svg)](https://github.com/ballerina-platform/module-ballerinax-cdc/actions/workflows/trivy-scan.yml) [![codecov](https://codecov.io/gh/ballerina-platform/module-ballerinax-cdc/branch/main/graph/badge.svg)](https://codecov.io/gh/ballerina-platform/module-ballerinax-cdc) [![GraalVM Check](https://github.com/ballerina-platform/module-ballerinax-cdc/actions/workflows/build-with-bal-test-graalvm.yml/badge.svg)](https://github.com/ballerina-platform/module-ballerinax-cdc/actions/workflows/build-with-bal-test-graalvm.yml) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 6cf2405..a31ece5 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -15,9 +15,9 @@ graalvmCompatible=true [[platform.java21.dependency]] groupId = "io.ballerina.lib.cdc" -artifactId = "cdc-native-1.0.1-SNAPSHOT" -version = "1.0.1-SNAPSHOT" -path = "../native/build/libs/cdc-native-1.0.1-SNAPSHOT.jar" +artifactId = "cdc-native-1.0.1" +version = "1.0.1" +path = "../native/build/libs/cdc-native-1.0.1.jar" [[platform.java21.dependency]] groupId = "io.debezium" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index bcfbfb5..84c2b10 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -3,4 +3,4 @@ id = "cdc-compiler-plugin" class = "io.ballerina.lib.cdc.compiler.CdcCompilerPlugin" [[dependency]] -path = "../compiler-plugin/build/libs/cdc-compiler-plugin-1.0.1-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/cdc-compiler-plugin-1.0.1.jar" diff --git a/gradle.properties b/gradle.properties index c66f9c8..cf039f4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.lib -version=1.0.1-SNAPSHOT +version=1.0.2-SNAPSHOT checkstylePluginVersion=10.12.0 spotbugsPluginVersion=6.0.18 @@ -12,7 +12,7 @@ testngVersion=7.6.1 debeziumVersion=3.0.8.Final kafkaVersion=3.9.0 -# This version should be the one packed with debezium +# This ver should be the one packed with debezium fasterxmlVersion=2.16.2 gsonVersion=2.10.1