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

Commit

Permalink
Merge pull request #28 from yrodiere/jandex2.3
Browse files Browse the repository at this point in the history
Upgrade to Jandex 2.3.0
  • Loading branch information
n1hility authored Jun 1, 2021
2 parents 4e24990 + a24fd04 commit 80b1ce5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ target
.classpath
.settings/
.project

# Intellij IDEA
.idea
*.iml
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<groupId>org.jboss.jandex</groupId>
<artifactId>jandex-maven-plugin</artifactId>
<version>1.0.9-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
<packaging>maven-plugin</packaging>

<name>Jandex wrapper for Maven</name>
Expand Down Expand Up @@ -107,7 +107,7 @@
<dependency>
<groupId>org.jboss</groupId>
<artifactId>jandex</artifactId>
<version>2.1.2.Final</version>
<version>2.3.0.Final</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 80b1ce5

Please sign in to comment.