You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2015/06/06 15:47:44 UTC

svn commit: r1683908 - in /commons/proper/commons-parent/trunk: pom.xml src/changes/changes.xml

Author: sebb
Date: Sat Jun  6 13:47:44 2015
New Revision: 1683908

URL: http://svn.apache.org/r1683908
Log:
CP 37 was released; move subsequent changes into new section

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=1683908&r1=1683907&r2=1683908&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Sat Jun  6 13:47:44 2015
@@ -27,34 +27,19 @@
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-parent</artifactId>
   <packaging>pom</packaging>
-  <version>37-SNAPSHOT</version>
+  <version>38-SNAPSHOT</version>
   <name>Apache Commons Parent</name>
   <url>http://commons.apache.org/</url>
   <description>The Apache Commons Parent POM provides common settings for all Apache Commons components.</description>
 
 <!--
-Version 37:
+Version 38:
 
-- 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
-- Update Maven Project Info Reports Plugin : 2.7 => 2.8
-- merged maven-3 profile into main body (Maven 2 is no longer supported)
-- 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 jdk7-plugin-fix-version is detected.
-- renamed the profile jdk7-findbugs to jdk7-plugin-fix-version
-- OSGI bundle-plugin allows commons.osgi.excludeDependencies to be configured
-  (default is true for compatibility with older versions, it excludes all dependencies and makes
-  the plugin skip most of its work around attributing packages correctly)
-- Added property commons.changes.onlyCurrentVersion for changes plugin Jira report
-- Update GPG Plugin : 1.5 => 1.6
-- Update Antrun plugin 1.7 => 1.8
-- Update Javadoc plugin 2.10.1 => 2.10.2
+- Update Assembly Plugin : 2.5.3 => 2.5.5
+- Update Cobertura plugin 2.6 => 2.7
 - Update Jacoco plugin 0.7.2 => 0.7.4
+- Update Javadoc plugin 2.10.1 => 2.10.2
 - Update Surefire plugin 2.18 => 2.18.1
-- Allow changes Jira report maxEntries to be overridden (default 100)
-- Allow changes Jira report runOnlyAtExecutionRoot to be overridden
-- Added site-basic profile to allow quick generation of the basic site docs
 
  -->
 
@@ -241,7 +226,7 @@ Version 37:
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-assembly-plugin</artifactId>
-          <version>2.5.3</version>
+          <version>2.5.5</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
@@ -1416,6 +1401,9 @@ Version 37:
         <jdk>[1.7,)</jdk>
       </activation>
       <properties>
+        <!-- TODO should these be separately overrideable properties?
+            early versions are unlikely to be updated, but current latest will be
+         -->
         <commons.findbugs.version>3.0.0</commons.findbugs.version>
         <!-- Current latest version requires Java 7 when running Maven -->
         <commons.animal-sniffer.version>1.13</commons.animal-sniffer.version>

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=1683908&r1=1683907&r2=1683908&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/src/changes/changes.xml (original)
+++ commons/proper/commons-parent/trunk/src/changes/changes.xml Sat Jun  6 13:47:44 2015
@@ -60,6 +60,15 @@ The <action> type attribute can be add,u
 
     <body>
 
+        <release version="38" date="TBA" description="TBA">
+            <!-- List each change individually so the changes HTML report is easier to read -->
+            <action type="update">Update Assembly Plugin : 2.5.3 => 2.5.5</action>
+            <action type="update">Update Cobertura Plugin : 2.6 => 2.7</action>
+            <action type="update">Update Jacoco Plugin : 0.7.2 => 0.7.4</action>
+            <action type="update">Update Javadoc Plugin : 2.10.1 => 2.10.2</action>
+            <action type="update">Update Surefire Plugin : 2.18 => 2.18.1</action>
+        </release>
+
         <release version="37" date="2015-01-28" description="Update plugins, add Animal Sniffer and site-basic profile">
             <!-- 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>