From 4fec70ccd0e9dbb3f3cc9747a680a10ac771d9cc Mon Sep 17 00:00:00 2001 From: tuancamtbtx Date: Mon, 4 Dec 2023 11:09:01 +0700 Subject: [PATCH] [add] distributionManagement --- cdc-core/pom.xml | 8 +++++++- cdc-debezium-converter/pom.xml | 8 +++++++- cdc-debezium-pipeline/pom.xml | 8 +++++++- cdc-debezium-server/pom.xml | 7 +++++++ cdc-debezium-storage/pom.xml | 8 +++++++- cdc-engine/pom.xml | 8 +++++++- cdc-security/pom.xml | 8 +++++++- pom.xml | 7 +++++++ 8 files changed, 56 insertions(+), 6 deletions(-) diff --git a/cdc-core/pom.xml b/cdc-core/pom.xml index 6fd6bfd..db27896 100644 --- a/cdc-core/pom.xml +++ b/cdc-core/pom.xml @@ -10,7 +10,13 @@ 4.0.0 cdc-core - + + + github + GitHub Packages + https://maven.pkg.github.com/tuancamtbtx/cdc-core + + 11 11 diff --git a/cdc-debezium-converter/pom.xml b/cdc-debezium-converter/pom.xml index 20aef79..87e287f 100644 --- a/cdc-debezium-converter/pom.xml +++ b/cdc-debezium-converter/pom.xml @@ -10,7 +10,13 @@ 4.0.0 cdc-debezium-converter - + + + github + GitHub Packages + https://maven.pkg.github.com/tuancamtbtx/cdc-debezium-converter + + 11 11 diff --git a/cdc-debezium-pipeline/pom.xml b/cdc-debezium-pipeline/pom.xml index 0fef4a5..8562fe7 100644 --- a/cdc-debezium-pipeline/pom.xml +++ b/cdc-debezium-pipeline/pom.xml @@ -10,7 +10,13 @@ 4.0.0 cdc-debezium-pipeline - + + + github + GitHub Packages + https://maven.pkg.github.com/tuancamtbtx/cdc-debezium-pipeline + + 11 11 diff --git a/cdc-debezium-server/pom.xml b/cdc-debezium-server/pom.xml index a9e24fb..15230b8 100644 --- a/cdc-debezium-server/pom.xml +++ b/cdc-debezium-server/pom.xml @@ -8,6 +8,13 @@ 1.0-SNAPSHOT 4.0.0 + + + github + GitHub Packages + https://maven.pkg.github.com/tuancamtbtx/cdc-debezium-server + + confluent diff --git a/cdc-debezium-storage/pom.xml b/cdc-debezium-storage/pom.xml index ca31871..8806507 100644 --- a/cdc-debezium-storage/pom.xml +++ b/cdc-debezium-storage/pom.xml @@ -10,7 +10,13 @@ 4.0.0 cdc-debezium-storage - + + + github + GitHub Packages + https://maven.pkg.github.com/tuancamtbtx/cdc-debezium-storage + + 11 11 diff --git a/cdc-engine/pom.xml b/cdc-engine/pom.xml index cec1bc2..ef80f55 100644 --- a/cdc-engine/pom.xml +++ b/cdc-engine/pom.xml @@ -11,7 +11,13 @@ org.example cdc-engine - + + + github + GitHub Packages + https://maven.pkg.github.com/tuancamtbtx/cdc-engine + + 11 11 diff --git a/cdc-security/pom.xml b/cdc-security/pom.xml index 396c826..58e7c81 100644 --- a/cdc-security/pom.xml +++ b/cdc-security/pom.xml @@ -11,7 +11,13 @@ cdc-security 1.0-SNAPSHOT - + + + github + GitHub Packages + https://maven.pkg.github.com/tuancamtbtx/cdc-security + + 11 11 diff --git a/pom.xml b/pom.xml index 1cfe8a7..49922f0 100644 --- a/pom.xml +++ b/pom.xml @@ -8,6 +8,13 @@ cdc-debezium-common pom 1.0-SNAPSHOT + + + github + GitHub Packages + https://maven.pkg.github.com/tuancamtbtx/cdc-debezium-common + + cdc-debezium-transform cdc-debezium-server