Skip to content

Commit

Permalink
Merge pull request #142 from gsmet/jandex-maven-plugin
Browse files Browse the repository at this point in the history
Update jandex-maven-plugin to new coordinates/version
  • Loading branch information
gsmet authored Jan 5, 2024
2 parents 0437a7f + 051c69f commit ea75855
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build-reporter-github-actions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@
<artifactId>maven-compiler-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.jboss.jandex</groupId>
<groupId>io.smallrye</groupId>
<artifactId>jandex-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>
</project>
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<quarkus.version>3.6.4</quarkus.version>
<quarkus-github-app.version>2.1.1</quarkus-github-app.version>
<jandex-maven-plugin.version>1.2.3</jandex-maven-plugin.version>
<jandex-maven-plugin.version>3.1.6</jandex-maven-plugin.version>
<surefire-plugin.version>3.2.3</surefire-plugin.version>
</properties>
<dependencyManagement>
Expand Down Expand Up @@ -76,7 +76,7 @@
<version>${plexus-containers.version}</version>
</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 ea75855

Please sign in to comment.