Skip to content

Commit

Permalink
Fix the version of versions-maven-plugin used
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan202 committed Aug 29, 2018
1 parent 676e4be commit 10ea46b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -613,6 +613,11 @@
<artifactId>tidy-maven-plugin</artifactId>
<version>1.1.0</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>2.6</version>
</plugin>
<plugin>
<groupId>org.eluder.coveralls</groupId>
<artifactId>coveralls-maven-plugin</artifactId>
Expand Down

0 comments on commit 10ea46b

Please sign in to comment.