Browse Source

Use versions-maven-plugin 2.3 to avoid NPE while setting project version

Change-Id: I9080a9f46193c1dea4a9ef6856d2899fe960b7e9
(cherry picked from commit e7b9db54a5)
tags/7.7.3^0
Artur Signell 7 years ago
parent
commit
0a3a1ef832
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      pom.xml

+ 5
- 0
pom.xml View File

@@ -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>

Loading…
Cancel
Save