Skip to content

Commit

Permalink
Update jandex and jandex-maven-plugin versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nastra committed Oct 8, 2021
1 parent 473acec commit e36cb3e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<failsafe-plugin.version>${version.surefire.plugin}</failsafe-plugin.version>

<!-- jandex maven plugin version -->
<jandex-maven-plugin.version>1.2.0</jandex-maven-plugin.version>
<jandex-maven-plugin.version>1.2.1</jandex-maven-plugin.version>

<!-- These properties are needed in order for them to be resolvable by the documentation -->
<!-- The Graal version we suggest using in documentation - as that's
Expand Down
2 changes: 1 addition & 1 deletion independent-projects/arc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<!-- Versions -->
<version.cdi>2.0.2</version.cdi>
<version.jta>1.3.3</version.jta>
<version.jandex>2.4.0.Final</version.jandex>
<version.jandex>2.4.1.Final</version.jandex>
<version.junit5>5.8.1</version.junit5>
<version.maven>3.8.1</version.maven>
<version.assertj>3.20.2</version.assertj>
Expand Down
2 changes: 1 addition & 1 deletion independent-projects/resteasy-reactive/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<maven.compiler.release>11</maven.compiler.release>
<!-- Versions -->
<version.cdi>2.0.2</version.cdi>
<version.jandex>2.4.0.Final</version.jandex>
<version.jandex>2.4.1.Final</version.jandex>
<version.junit5>5.8.1</version.junit5>
<version.maven>3.8.1</version.maven>
<version.assertj>3.20.2</version.assertj>
Expand Down
2 changes: 1 addition & 1 deletion independent-projects/tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<maven-model-helper.version>18</maven-model-helper.version>
<commons-io.version>2.11.0</commons-io.version>
<smallrye-common.version>1.6.0</smallrye-common.version>
<jandex-maven-plugin.version>1.2.0</jandex-maven-plugin.version>
<jandex-maven-plugin.version>1.2.1</jandex-maven-plugin.version>
</properties>
<modules>
<module>artifact-api</module>
Expand Down

0 comments on commit e36cb3e

Please sign in to comment.