Author: ggregory
Date: Sat Nov 19 01:23:20 2016
New Revision: 1770455
URL: http://svn.apache.org/viewvc?rev=1770455&view=rev
Log:
Use versions-maven-plugin 2.3. Version 2.2 causes an NPE with Maven 3.3.9.
Modified:
commons/proper/commons-build-plugin/trunk/pom.xml
Modified: commons/proper/commons-build-plugin/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/commons-build-plugin/trunk/pom.xml?rev=1770455&r1=1770454&r2=1770455&view=diff
==============================================================================
--- commons/proper/commons-build-plugin/trunk/pom.xml (original)
+++ commons/proper/commons-build-plugin/trunk/pom.xml Sat Nov 19 01:23:20 2016
@@ -142,6 +142,12 @@
</excludes>
</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>
</plugins>
</build>
<reporting>