You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ec...@apache.org on 2014/12/24 13:34:53 UTC

svn commit: r1647767 - in /commons/proper/commons-parent/trunk: BUILDING.txt pom.xml src/changes/changes.xml

Author: ecki
Date: Wed Dec 24 12:34:53 2014
New Revision: 1647767

URL: http://svn.apache.org/r1647767
Log:
Prepare 37-SNAPSHOT

Modified:
    commons/proper/commons-parent/trunk/BUILDING.txt
    commons/proper/commons-parent/trunk/pom.xml
    commons/proper/commons-parent/trunk/src/changes/changes.xml

Modified: commons/proper/commons-parent/trunk/BUILDING.txt
URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/BUILDING.txt?rev=1647767&r1=1647766&r2=1647767&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/BUILDING.txt (original)
+++ commons/proper/commons-parent/trunk/BUILDING.txt Wed Dec 24 12:34:53 2014
@@ -24,11 +24,11 @@ Commit all changes to SVN
 Creating release candidate tag:
 ------------------------------
 Checkout trunk in clean workspace:
-svn co https://svn.apache.org/repos/asf/commons/proper/commons-parent/trunk commons-parent-35-RC1
-cd commons-parent-35-RC1
+svn co https://svn.apache.org/repos/asf/commons/proper/commons-parent/trunk commons-parent-36-RC1
+cd commons-parent-36-RC1
 Edit pom.xml to remove SNAPSHOT suffix
 Create tag in SVN from the updated workspace:
-svn cp . https://svn.apache.org/repos/asf/commons/proper/commons-parent/tags/commons-parent-35-RC1 -m"Create 35 RC1 tag"
+svn cp . https://svn.apache.org/repos/asf/commons/proper/commons-parent/tags/commons-parent-36-RC1 -m"Create 36 RC1 tag"
 
 Test build of tag:
 -----------------
@@ -48,7 +48,7 @@ The message "No CLM data recorded" appea
 Open the bottom "Content" tab and navigate to the files
 Delete *.asc.md5 and *.asc.sha1 if present
 Double-check!
-Close the staging area - "Commons Parent 35 RC1"
+Close the staging area - Description: "Apache Commons Parent 36 RC1"
 Screen does not auto-refresh - you need to press refresh
 
 Send round the release vote(lazy)

Modified: commons/proper/commons-parent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=1647767&r1=1647766&r2=1647767&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Wed Dec 24 12:34:53 2014
@@ -27,12 +27,15 @@
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-parent</artifactId>
   <packaging>pom</packaging>
-  <version>36-SNAPSHOT</version>
+  <version>37-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 36:
 
 - Update maven-assembly-plugin 2.4.1 -> 2.5.3
@@ -43,30 +46,6 @@ Version 36:
 - commons.wagon-ssh.version    2.6   -> 2.8
 - Fixed release-notes profile (announcementDirectory)
 
-Version 35:
-
-- Suppress test Javadocs
-- Update JaCoCo -> 0.7.2.201409121644
-- Update maven-compiler-plugin to 3.1 -> 3.2
-- Update maven-source-plugin to 2.2.1 -> 2.4
-- Update maven-site-plugin 3.3 -> 3.4
-- Update maven-gpg-plugin 1.4 -> 1.5
-- Update maven-jar-plugin 2.4 -> 2.5
-- Update maven-release-plugin 2.4.2 -> 2.5.1
-- Update maven-bundle-plugin 2.4.0 -> 2.5.3
-- Update buildnumber-maven-plugin 1.2 -> 1.3
-- Update wagon-ssh 2.3 -> 2.6
-- Update maven-scm-publish-plugin 1.0 -> 1.1
-- Update jdepend-maven-plugin 2.0-beta-2 -> 2.0
-- Update apache-rat-plugin 0.10 -> 0.11
-- Update maven-clean-plugin 2.5 -> 2.6.
-- Update maven-changes-plugin 2.9 -> 2.11
-- Update maven-deploy-plugin 2.8.1 -> 2.8.2
-- Update maven-install-plugin 2.5.1 -> 2.5.2
-- Update maven-javadic-plugin 2.9.1 -> 2.10.1
-- Update apache 13 -> 15
-- Add property commons.findbugs.version.
-
  -->
 
   <!-- Maven versions plugin reports an error if this is omitted -->

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=1647767&r1=1647766&r2=1647767&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/src/changes/changes.xml (original)
+++ commons/proper/commons-parent/trunk/src/changes/changes.xml Wed Dec 24 12:34:53 2014
@@ -60,6 +60,11 @@ The <action> type attribute can be add,u
 
     <body>
 
+        <release version="37" date="TBD" description="TBD">
+            <!-- List each change individually so the changes HTML report is easier to read -->
+
+        </release>
+
 	<release version="36" date="2014-12-21" description="Update plugins, fix release-notes profile.">
             <!-- List each change individually so the changes HTML report is easier to read -->
             <action type="update">Update maven-jxr-plugin 2.4 to 2.5</action>