Skip to content

Commit

Permalink
Use versions-maven-plugin 2.3 to avoid NPE while setting project version
Browse files Browse the repository at this point in the history
Change-Id: I9080a9f46193c1dea4a9ef6856d2899fe960b7e9
(cherry picked from commit e7b9db5)
  • Loading branch information
Artur- committed Sep 25, 2016
1 parent 0aad93e commit 0a3a1ef
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 @@ -167,6 +167,11 @@
<artifactId>exec-maven-plugin</artifactId>
<version>1.4.0</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>2.3</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
Expand Down

0 comments on commit 0a3a1ef

Please sign in to comment.