Skip to content

Commit

Permalink
build(maven): use the Jandex Maven plugin from SmallRye rather than J…
Browse files Browse the repository at this point in the history
…Boss

This relocation had gone un-noticed, causing Mutiny to use an older Jandex.
  • Loading branch information
jponge committed Sep 26, 2023
1 parent 57974e1 commit 083e3be
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion implementation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
</configuration>
</plugin>
<plugin>
<groupId>org.jboss.jandex</groupId>
<groupId>io.smallrye</groupId>
<artifactId>jandex-maven-plugin</artifactId>
</plugin>
<plugin>
Expand Down
2 changes: 1 addition & 1 deletion math/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
</executions>
</plugin>
<plugin>
<groupId>org.jboss.jandex</groupId>
<groupId>io.smallrye</groupId>
<artifactId>jandex-maven-plugin</artifactId>
</plugin>
<plugin>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
<kotlin.compiler.jvmTarget>${maven.compiler.target}</kotlin.compiler.jvmTarget>
<dokka.version>1.7.20</dokka.version>

<jandex-maven-plugin.version>1.2.3</jandex-maven-plugin.version>
<jandex-maven-plugin.version>3.1.5</jandex-maven-plugin.version>
<find-and-replace-maven-plugin.version>1.1.0</find-and-replace-maven-plugin.version>
<jreleaser-maven-plugin.version>1.8.0</jreleaser-maven-plugin.version>
</properties>
Expand Down Expand Up @@ -323,7 +323,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 083e3be

Please sign in to comment.