Author: ggregory
Date: Sat Nov 19 01:27:43 2016
New Revision: 1770456
URL: http://svn.apache.org/viewvc?rev=1770456&view=rev
Log:
Use versions-maven-plugin 2.3. Version 2.2 causes an NPE with Maven 3.3.9.
Modified:
commons/proper/commons-parent/trunk/pom.xml
Modified: commons/proper/commons-parent/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=1770456&r1=1770455&r2=1770456&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Sat Nov 19 01:27:43 2016
@@ -54,6 +54,7 @@ Version 41:
- maven-javadoc-plugin 2.10.3 -> 2.10.4
- commons.rat.version 0.11 -> 0.12
- maven-source-plugin 3.0.0 -> 3.0.1
+- versions-maven-plugin 2.3
- new profile clirr (add src/site/resources/profile.clirr to enable, clirr
report no longer automatic)
- new profile japicmp (add src/site/resources/profile.japicmp to enable)
@@ -421,6 +422,12 @@ Version 39:
<minSeverity>${minSeverity}</minSeverity>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>versions-maven-plugin</artifactId>
+ <!-- Version 2.2 causes an NPE with Maven 3.3.9 -->
+ <version>2.3</version>
+ </plugin>
<!-- Apache parent: plexus & modello -->
</plugins>
</pluginManagement>