Author: ecki
Date: Thu Jan 8 21:42:45 2015
New Revision: 1650387
URL: http://svn.apache.org/r1650387
Log:
bump minimum requirement to 3.0.1 to make versions-plugin not complain about
findbugs
Modified:
commons/proper/commons-parent/trunk/pom.xml
commons/proper/commons-parent/trunk/src/changes/changes.xml
Modified: commons/proper/commons-parent/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=1650387&r1=1650386&r2=1650387&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Thu Jan 8 21:42:45 2015
@@ -36,6 +36,7 @@
Version 37:
- Update org.apache:apache 15 to 16 (nop for commons, maven-compiler-plugin
already contained source/target)
+- Adjust maven prerequisite 3.0 -> 3.0.1 as required by findbugs
Version 36:
@@ -52,7 +53,7 @@ Version 36:
<!-- Maven versions plugin reports an error if this is omitted -->
<prerequisites>
- <maven>3.0</maven>
+ <maven>3.0.1</maven>
</prerequisites>
<ciManagement>
Modified: commons/proper/commons-parent/trunk/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/src/changes/changes.xml?rev=1650387&r1=1650386&r2=1650387&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/src/changes/changes.xml (original)
+++ commons/proper/commons-parent/trunk/src/changes/changes.xml Thu Jan 8
21:42:45 2015
@@ -62,6 +62,7 @@ The <action> type attribute can be add,u
<release version="37" date="TBD" description="TBD">
<!-- List each change individually so the changes HTML report is
easier to read -->
+ <action type="update">Update minimum maven prerequisite (as
defined by findbugs) 3.0 -> 3.0.1</action>
<action type="update">Update org.apache:apache 15 to 16 (nop for
commons: maven-compiler-plugin already contained source/target)</action>
</release>