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 2014/04/16 18:46:47 UTC

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

Author: sebb
Date: Wed Apr 16 16:46:47 2014
New Revision: 1587970

URL: http://svn.apache.org/r1587970
Log:
Update to next version
Suppress test Javadocs

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=1587970&r1=1587969&r2=1587970&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Wed Apr 16 16:46:47 2014
@@ -27,18 +27,15 @@
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-parent</artifactId>
   <packaging>pom</packaging>
-  <version>34-SNAPSHOT</version>
+  <version>35-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 34:
+Version 35:
 
-  - Added Maven enforcer to ensure builds use Maven 3.0.0 or later
-  - scm-publish 1.0-beta2 -> 1.0
-  - Surefire 2.16 -> 2.17
-  - Added Java 1.8 profile
+Suppress test Javadocs
 
  -->
 
@@ -610,6 +607,15 @@ Version 34:
             <link>${commons.javadoc.javaee.link}</link>
           </links>
         </configuration>
+        <!-- Suppress test Javadocs -->
+        <reportSets>
+          <reportSet>
+            <id>default</id>
+            <reports>
+              <report>javadoc</report>
+            </reports>
+          </reportSet>
+        </reportSets>
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>

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=1587970&r1=1587969&r2=1587970&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/src/changes/changes.xml (original)
+++ commons/proper/commons-parent/trunk/src/changes/changes.xml Wed Apr 16 16:46:47 2014
@@ -60,7 +60,17 @@ The <action> type attribute can be add,u
 
     <body>
 
-        <release version="34" date="2014-04-18" description="
+        <release version="35" date="2014-??-??" description="
+The main changes in this release are:
+  - suppress Test Javadocs from site build
+">
+            <!-- List each change individually so the changes HTML report is easier to read -->
+
+            <action type="update">Suppress test Javadocs when building site</action>
+
+        </release>
+
+        <release version="34" date="2014-04-16" description="
 The main changes in this release are:
   - Added Maven enforcer to ensure builds use Maven 3.0.0 or later
   - Surefire 2.16 -> 2.17