Skip to content

Commit

Permalink
Bump README.md to 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gaul committed Sep 21, 2023
1 parent b71d317 commit 13808fe
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 @@ -27,7 +27,7 @@ then invoke `mvn modernizer:modernizer`:
<plugin>
<groupId>org.gaul</groupId>
<artifactId>modernizer-maven-plugin</artifactId>
<version>2.6.0</version>
<version>2.7.0</version>
<configuration>
<javaVersion>8</javaVersion>
</configuration>
Expand Down Expand Up @@ -81,7 +81,7 @@ add the following dependency to your `pom.xml`:
<dependency>
<groupId>org.gaul</groupId>
<artifactId>modernizer-maven-annotations</artifactId>
<version>2.6.0</version>
<version>2.7.0</version>
</dependency>
</dependencies>
```
Expand Down

0 comments on commit 13808fe

Please sign in to comment.