Skip to content

Commit 79becaf

Browse files
authored
Merge pull request #453 from gsmet/jandex-maven-plugin
Upgrade the Jandex Maven plugin to 3.0.5
2 parents 89f9e0a + 8915e88 commit 79becaf

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs/modules/ROOT/pages/includes/attributes.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
:quarkus-version: 3.0.0.Alpha4
1+
:quarkus-version: 3.0.0.Alpha5
22
:quarkus-github-app-version: 2.0.0.Alpha2
33

44
:github-api-javadoc-root-url: https://github-api.kohsuke.org/apidocs/org/kohsuke/github

events/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<build>
2626
<plugins>
2727
<plugin>
28-
<groupId>org.jboss.jandex</groupId>
28+
<groupId>io.smallrye</groupId>
2929
<artifactId>jandex-maven-plugin</artifactId>
3030
</plugin>
3131
</plugins>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<resource-plugin.version>3.3.0</resource-plugin.version>
2626
<dependency-plugin.version>3.5.0</dependency-plugin.version>
2727
<surefire-plugin.version>3.0.0-M7</surefire-plugin.version>
28-
<jandex-plugin.version>1.2.3</jandex-plugin.version>
28+
<jandex-plugin.version>3.0.5</jandex-plugin.version>
2929
<assertj.version>3.24.2</assertj.version>
3030

3131
<quarkus-github-api.version>1.314.0</quarkus-github-api.version>
@@ -119,7 +119,7 @@
119119
<version>${dependency-plugin.version}</version>
120120
</plugin>
121121
<plugin>
122-
<groupId>org.jboss.jandex</groupId>
122+
<groupId>io.smallrye</groupId>
123123
<artifactId>jandex-maven-plugin</artifactId>
124124
<version>${jandex-plugin.version}</version>
125125
<executions>

runtime/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<build>
6464
<plugins>
6565
<plugin>
66-
<groupId>org.jboss.jandex</groupId>
66+
<groupId>io.smallrye</groupId>
6767
<artifactId>jandex-maven-plugin</artifactId>
6868
</plugin>
6969
<plugin>

0 commit comments

Comments
 (0)