Skip to content

Commit

Permalink
extract Jandex group id as property (apache#1629)
Browse files Browse the repository at this point in the history
  • Loading branch information
rgdoliveira authored Feb 16, 2023
1 parent 64e4266 commit 58e986a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<build>
<plugins>
<plugin>
<groupId>io.smallrye</groupId>
<groupId>${jandex-maven-plugin.group-id}</groupId>
<artifactId>jandex-maven-plugin</artifactId>
<executions>
<execution>
Expand Down
2 changes: 1 addition & 1 deletion data-index/data-index-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
</executions>
</plugin>
<plugin>
<groupId>io.smallrye</groupId>
<groupId>${jandex-maven-plugin.group-id}</groupId>
<artifactId>jandex-maven-plugin</artifactId>
<executions>
<execution>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<build>
<plugins>
<plugin>
<groupId>io.smallrye</groupId>
<groupId>${jandex-maven-plugin.group-id}</groupId>
<artifactId>jandex-maven-plugin</artifactId>
</plugin>
<plugin>
Expand Down
2 changes: 1 addition & 1 deletion explainability/explainability-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<build>
<plugins>
<plugin>
<groupId>io.smallrye</groupId>
<groupId>${jandex-maven-plugin.group-id}</groupId>
<artifactId>jandex-maven-plugin</artifactId>
<executions>
<execution>
Expand Down

0 comments on commit 58e986a

Please sign in to comment.