Skip to content

Commit

Permalink
Merge pull request #537 from cescoffier/fix-jandex-plugin
Browse files Browse the repository at this point in the history
Change the jandex plugin coordinates
  • Loading branch information
cescoffier authored Apr 18, 2023
2 parents b6ca658 + 0b3512a commit 2196394
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<revapi-reporter-text.version>0.15.0</revapi-reporter-text.version>
<revapi.skip>true</revapi.skip>

<jandex-maven-plugin.version>1.2.3</jandex-maven-plugin.version>
<jandex-maven-plugin.version>3.0.5</jandex-maven-plugin.version>

<plugin.version.failsafe>3.0.0</plugin.version.failsafe>

Expand Down Expand Up @@ -318,7 +318,7 @@
</executions>
</plugin>
<plugin>
<groupId>org.jboss.jandex</groupId>
<groupId>io.smallrye</groupId>
<artifactId>jandex-maven-plugin</artifactId>
<version>${jandex-maven-plugin.version}</version>
<executions>
Expand Down

0 comments on commit 2196394

Please sign in to comment.