Author: sebb
Date: Fri Jan 16 02:07:56 2015
New Revision: 1652328

URL: http://svn.apache.org/r1652328
Log:
renamed the profile jdk7-findbugs to jdk7-plugin-fix-version

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=1652328&r1=1652327&r2=1652328&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Fri Jan 16 02:07:56 2015
@@ -42,6 +42,7 @@ Version 37:
 - added Animal Sniffer plugin in profile "animal-sniffer". This is active by 
default.
   The current version of the plugin (1.13) requires Java 7 to report API 
violations.
   The default version is set to 1.11 which works with Java 5 unless Maven is 
running under Java 7+
+- renamed the profile jdk7-findbugs to jdk7-plugin-fix-version
 
  -->
 
@@ -1361,8 +1362,9 @@ Version 37:
         </plugins>
       </build>
     </profile>
+    <!-- profile to allow the use of plugin versions that require Java 7+ -->
     <profile>
-      <id>jdk7-findbugs</id>
+      <id>jdk7-plugin-fix-version</id>
       <activation>
         <jdk>[1.7,)</jdk>
       </activation>

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=1652328&r1=1652327&r2=1652328&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/src/changes/changes.xml (original)
+++ commons/proper/commons-parent/trunk/src/changes/changes.xml Fri Jan 16 
02:07:56 2015
@@ -67,6 +67,7 @@ The <action> type attribute can be add,u
             <action type="update">Update Maven Project Info Reports Plugin : 
2.7 => 2.8</action>
             <action type="update">merged maven-3 profile into main body (Maven 
2 is no longer supported)</action>
             <action type="update">Added Animal Sniffer profile (active by 
default)</action>
+            <action type="update">renamed the profile jdk7-findbugs to 
jdk7-plugin-fix-version</action>
         </release>
 
        <release version="36" date="2014-12-21" description="Update plugins, 
fix release-notes profile.">


Reply via email to