Skip to content

Commit

Permalink
added maven-versions-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ghacupha committed Mar 19, 2018
1 parent 1d1d924 commit 9087a84
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>2.5</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down Expand Up @@ -997,6 +998,13 @@
<version>2.0.0.RELEASE</version>
<type>maven-plugin</type>
</dependency>
<!-- https://mvnrepository.com/artifact/org.codehaus.mojo/versions-maven-plugin -->
<dependency>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>2.5</version>
<type>maven-plugin</type>
</dependency>

</dependencies>

Expand Down

0 comments on commit 9087a84

Please sign in to comment.