Skip to content

Commit

Permalink
DBZ-8604 Update debezium version to reflect project version
Browse files Browse the repository at this point in the history
  • Loading branch information
mfvitale committed Jan 29, 2025
1 parent 349e50d commit c271db5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions debezium-platform-conductor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<version.assertj>3.24.2</version.assertj>
<version.lombok>1.18.32</version.lombok>
<version.mapstruct>1.5.5.Final</version.mapstruct>
<version.debezium>3.0.5.Final</version.debezium>
<version.debezium>${project.version}</version.debezium>

<quarkus.container-image.registry>quay.io</quarkus.container-image.registry>
<quarkus.container-image.group>debezium</quarkus.container-image.group>
Expand Down Expand Up @@ -401,7 +401,7 @@
</configuration>
<executions>
<execution>
<id>operator-package</id>
<id>conductor-package</id>
<phase>package</phase>
<goals>
<goal>single</goal>
Expand Down

0 comments on commit c271db5

Please sign in to comment.