Skip to content

Commit

Permalink
upgrade to 2.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
msillence committed Sep 24, 2024
1 parent 3520de5 commit 24ee40a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion debezium-connector-ibmi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>io.debezium</groupId>
<artifactId>debezium-connector-reactor-ibmi</artifactId>
<version>2.7.0-SNAPSHOT</version>
<version>2.7.3.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion journal-parsing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.debezium</groupId>
<artifactId>debezium-connector-reactor-ibmi</artifactId>
<version>2.7.0-SNAPSHOT</version>
<version>2.7.3.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion jt400-override-ccsid/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.debezium</groupId>
<artifactId>debezium-connector-reactor-ibmi</artifactId>
<version>2.7.0-SNAPSHOT</version>
<version>2.7.3.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<parent>
<groupId>io.debezium</groupId>
<artifactId>debezium-parent</artifactId>
<version>2.7.0-SNAPSHOT</version>
<version>2.7.3.Final</version>
</parent>

<modelVersion>4.0.0</modelVersion>

<artifactId>debezium-connector-reactor-ibmi</artifactId>
<version>2.7.0-SNAPSHOT</version>
<version>2.7.3.Final</version>
<packaging>pom</packaging>
<name>Debezium Connector Reactor for IBM iSeries Db2</name>

Expand All @@ -28,7 +28,7 @@

<properties>
<!-- Debezium parent -->
<version.debezium>2.7.0-SNAPSHOT</version.debezium>
<version.debezium>2.7.3.Final</version.debezium>

<!-- Dependencies -->
<version.jt400>11.1</version.jt400>
Expand Down

0 comments on commit 24ee40a

Please sign in to comment.