Skip to content

Commit

Permalink
[Debezium Server Name Mapper] Switch to Smallrye Jandex 3.1.2 plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Naros committed Aug 4, 2023
1 parent 8901c49 commit cc121c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions debezium-server-name-mapper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<version.debezium>2.3.2.Final</version.debezium>
<version.debezium.tag>2.3</version.debezium.tag>
<version.quarkus>3.2.3.Final</version.quarkus>
<version.jandex>1.2.3</version.jandex>
<version.kafka>3.5.0</version.kafka>
<version.jandex.plugin>3.1.2</version.jandex.plugin>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -70,9 +70,9 @@
</executions>
</plugin>
<plugin>
<groupId>org.jboss.jandex</groupId>
<groupId>io.smallrye</groupId>
<artifactId>jandex-maven-plugin</artifactId>
<version>${version.jandex}</version>
<version>${version.jandex.plugin}</version>
<executions>
<execution>
<id>make-index</id>
Expand Down

0 comments on commit cc121c1

Please sign in to comment.