Browse Source

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

Change-Id: I5b9a00466090b22fec374fd7d71b80d745afed26
tags/8.0.0.alpha1
Artur Signell 7 years ago
parent
commit
e7b9db54a5
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      pom.xml

+ 5
- 0
pom.xml View File

@@ -356,6 +356,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