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

Commit

Permalink
Use 1.1.0 in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
famod authored Jul 30, 2021
1 parent ce4fa31 commit 45bc6a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Basic Usage
<plugin>
<groupId>org.jboss.jandex</groupId>
<artifactId>jandex-maven-plugin</artifactId>
<version>1.0.8</version>
<version>1.1.0</version>
<executions>
<execution>
<id>make-index</id>
Expand Down Expand Up @@ -40,7 +40,7 @@ If you need to process more than one directory of classes, you can specify multi
<plugin>
<groupId>org.jboss.jandex</groupId>
<artifactId>jandex-maven-plugin</artifactId>
<version>1.0.8</version>
<version>1.1.0</version>
<executions>
<execution>
<id>make-index</id>
Expand Down

0 comments on commit 45bc6a5

Please sign in to comment.