Skip to content
This repository was archived by the owner on Jun 13, 2023. It is now read-only.

Commit 205ea9a

Browse files
committed
Update to Jandex 2.4.0.Final
Also bump the minor version, as Jandex 2.4.0.Final has some bigger changes (3 new methods in `IndexView`, new storage format version).
1 parent 53abd2e commit 205ea9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
<groupId>org.jboss.jandex</groupId>
2727
<artifactId>jandex-maven-plugin</artifactId>
28-
<version>1.1.2-SNAPSHOT</version>
28+
<version>1.2.0-SNAPSHOT</version>
2929
<packaging>maven-plugin</packaging>
3030

3131
<name>Jandex wrapper for Maven</name>
@@ -113,7 +113,7 @@
113113
<dependency>
114114
<groupId>org.jboss</groupId>
115115
<artifactId>jandex</artifactId>
116-
<version>2.3.1.Final</version>
116+
<version>2.4.0.Final</version>
117117
</dependency>
118118
</dependencies>
119119

0 commit comments

Comments
 (0)