Skip to content

Commit

Permalink
[add] distributionManagement
Browse files Browse the repository at this point in the history
  • Loading branch information
tuancamtbtx committed Dec 4, 2023
1 parent 67bc32e commit 4fec70c
Show file tree
Hide file tree
Showing 8 changed files with 56 additions and 6 deletions.
8 changes: 7 additions & 1 deletion cdc-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,13 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>cdc-core</artifactId>

<distributionManagement>
<repository>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/tuancamtbtx/cdc-core</url>
</repository>
</distributionManagement>
<properties>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
Expand Down
8 changes: 7 additions & 1 deletion cdc-debezium-converter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,13 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>cdc-debezium-converter</artifactId>

<distributionManagement>
<repository>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/tuancamtbtx/cdc-debezium-converter</url>
</repository>
</distributionManagement>
<properties>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
Expand Down
8 changes: 7 additions & 1 deletion cdc-debezium-pipeline/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,13 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>cdc-debezium-pipeline</artifactId>

<distributionManagement>
<repository>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/tuancamtbtx/cdc-debezium-pipeline</url>
</repository>
</distributionManagement>
<properties>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
Expand Down
7 changes: 7 additions & 0 deletions cdc-debezium-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@
<version>1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<distributionManagement>
<repository>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/tuancamtbtx/cdc-debezium-server</url>
</repository>
</distributionManagement>
<repositories>
<repository>
<id>confluent</id>
Expand Down
8 changes: 7 additions & 1 deletion cdc-debezium-storage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,13 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>cdc-debezium-storage</artifactId>

<distributionManagement>
<repository>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/tuancamtbtx/cdc-debezium-storage</url>
</repository>
</distributionManagement>
<properties>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
Expand Down
8 changes: 7 additions & 1 deletion cdc-engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,13 @@

<groupId>org.example</groupId>
<artifactId>cdc-engine</artifactId>

<distributionManagement>
<repository>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/tuancamtbtx/cdc-engine</url>
</repository>
</distributionManagement>
<properties>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
Expand Down
8 changes: 7 additions & 1 deletion cdc-security/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,13 @@

<artifactId>cdc-security</artifactId>
<version>1.0-SNAPSHOT</version>

<distributionManagement>
<repository>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/tuancamtbtx/cdc-security</url>
</repository>
</distributionManagement>
<properties>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
Expand Down
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@
<artifactId>cdc-debezium-common</artifactId>
<packaging>pom</packaging>
<version>1.0-SNAPSHOT</version>
<distributionManagement>
<repository>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/tuancamtbtx/cdc-debezium-common</url>
</repository>
</distributionManagement>
<modules>
<module>cdc-debezium-transform</module>
<module>cdc-debezium-server</module>
Expand Down

0 comments on commit 4fec70c

Please sign in to comment.