Skip to content

Commit

Permalink
Fixing group-id for jandex plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
cuioss committed Dec 4, 2023
1 parent 5d8e6b5 commit 3a391b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/project.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: cui parent pom
pages-reference: cui-parent-pom
release:
current-version: 0.4.4
current-version: 0.4.5
next-version: 0.4-SNAPSHOT
4 changes: 2 additions & 2 deletions cui-java-bom/cui-java-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<artifactId>buildnumber-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.jboss.jandex</groupId>
<groupId>io.smallrye</groupId>
<artifactId>jandex-maven-plugin</artifactId>
</plugin>
<plugin>
Expand Down Expand Up @@ -102,7 +102,7 @@
<artifactId>buildnumber-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.jboss.jandex</groupId>
<groupId>io.smallrye</groupId>
<artifactId>jandex-maven-plugin</artifactId>
</plugin>
<plugin>
Expand Down

0 comments on commit 3a391b3

Please sign in to comment.