You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ch...@apache.org on 2018/08/29 12:57:06 UTC

[1/4] commons-release-plugin git commit: Preparing for 1.4 release

Repository: commons-release-plugin
Updated Branches:
  refs/heads/master 2c48dd247 -> 67b7ce172


Preparing for 1.4 release


Project: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/commit/8b6fb2bb
Tree: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/tree/8b6fb2bb
Diff: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/diff/8b6fb2bb

Branch: refs/heads/master
Commit: 8b6fb2bb8ae7b163a5ff91b05cf3aa0dad256f44
Parents: 2c48dd2
Author: Rob Tompkins <ch...@apache.org>
Authored: Fri Aug 24 21:09:48 2018 -0400
Committer: Rob Tompkins <ch...@apache.org>
Committed: Fri Aug 24 21:09:48 2018 -0400

----------------------------------------------------------------------
 RELEASE-NOTES.txt                               |  20 +++-
 pom.xml                                         |   6 +-
 .../release-notes/RELEASE-NOTES-1.4.txt         | 105 +++++++++++++++++++
 .../xdoc/download_commons-release-plugin.xml    |  26 ++---
 src/site/xdoc/release-history.xml               |   3 +
 5 files changed, 142 insertions(+), 18 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-release-plugin/blob/8b6fb2bb/RELEASE-NOTES.txt
----------------------------------------------------------------------
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 62d3e1f..436f0ce 100755
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -1,10 +1,10 @@
                          Apache Commons Release Plugin
-                                  Version 1.3
+                                  Version 1.4
                                  Release Notes
 
 INTRODUCTION
 ============
-This document contains the release notes for the 1.3 version of Apache commons-release-plgin.
+This document contains the release notes for the 1.4 version of Apache commons-release-plgin.
 The commons-release-plugin is meant to be a mechanism for automating The Apache Commons Project's
 release process.
 
@@ -15,6 +15,22 @@ together for the purpose of removing the manual steps required to produce an Apa
 
 Changes in this version include:
 
+Fixed Bugs
+==========
+o Check the result of checking out files from the SCM.
+
+CHANGES
+=======
+o Better error message when files cannot be checked in to the SCM.
+o COMMONSSITE-120: [release-plugin] Use SHA-256 and SHA-512, not MD5, not SHA-1.
+o Update Apache Commons Compress from 1.17 to 1.18.
+
+
+=============================================================================
+
+                         Apache Commons Release Plugin
+                                  Version 1.3
+                                 Release Notes
 
 NEW FEATURES
 ============

http://git-wip-us.apache.org/repos/asf/commons-release-plugin/blob/8b6fb2bb/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 7267084..6fff149 100755
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
   </parent>
   <artifactId>commons-release-plugin</artifactId>
   <packaging>maven-plugin</packaging>
-  <version>1.4-SNAPSHOT</version>
+  <version>1.4</version>
   <name>Apache Commons Release Plugin</name>
 
   <description>
@@ -111,8 +111,8 @@
 
     <!-- Including commons release plugin older version -->
     <commons.release.isDistModule>true</commons.release.isDistModule>
-    <commons.bc.version>1.2</commons.bc.version>
-    <commons.release.version>1.3</commons.release.version>
+    <commons.bc.version>1.3</commons.bc.version>
+    <commons.release.version>1.4</commons.release.version>
     <commons.rc.version>RC1</commons.rc.version>
     <commons.release.isDistModule>true</commons.release.isDistModule>
     <commons.releaseManagerName>Rob Tompkins</commons.releaseManagerName>

http://git-wip-us.apache.org/repos/asf/commons-release-plugin/blob/8b6fb2bb/src/site/resources/release-notes/RELEASE-NOTES-1.4.txt
----------------------------------------------------------------------
diff --git a/src/site/resources/release-notes/RELEASE-NOTES-1.4.txt b/src/site/resources/release-notes/RELEASE-NOTES-1.4.txt
new file mode 100755
index 0000000..436f0ce
--- /dev/null
+++ b/src/site/resources/release-notes/RELEASE-NOTES-1.4.txt
@@ -0,0 +1,105 @@
+                         Apache Commons Release Plugin
+                                  Version 1.4
+                                 Release Notes
+
+INTRODUCTION
+============
+This document contains the release notes for the 1.4 version of Apache commons-release-plgin.
+The commons-release-plugin is meant to be a mechanism for automating The Apache Commons Project's
+release process.
+
+The Apache Commons Release Plugin is a collection of Java based Maven mojos for Apache Commons
+Release process. These mojos are intended to be used as a collection of steps to be strung
+together for the purpose of removing the manual steps required to produce an Apache Commons Release.
+
+
+Changes in this version include:
+
+Fixed Bugs
+==========
+o Check the result of checking out files from the SCM.
+
+CHANGES
+=======
+o Better error message when files cannot be checked in to the SCM.
+o COMMONSSITE-120: [release-plugin] Use SHA-256 and SHA-512, not MD5, not SHA-1.
+o Update Apache Commons Compress from 1.17 to 1.18.
+
+
+=============================================================================
+
+                         Apache Commons Release Plugin
+                                  Version 1.3
+                                 Release Notes
+
+NEW FEATURES
+============
+o COMMONSSITE-112:  Add a vote.txt file.
+o COMMONSSITE-108:  Adding README.html and HEADER.html to staged release
+
+
+CHANGES
+=======
+o COMMONSSITE-117: Remove md5 signatures from release artifacts.
+o COMMONSSITE-113: Put unpacked site in scm dev dist directory for navigating purposes.
+o Update platform requirement from Java 7 to Java 8.
+
+
+=============================================================================
+
+                         Apache Commons Release Plugin
+                                  Version 1.2
+                                 Release Notes
+
+FIXED BUGS
+==========
+
+o COMMONSSITE-107: Adding ./target/commons-release-plugin/scm/RELEASE-NOTES.txt
+                   to svn as opposed to ./RELEASE-NOTES.txt
+
+
+=============================================================================
+
+                         Apache Commons Release Plugin
+                                  Version 1.1
+                                 Release Notes
+
+NEW FEATURES
+============
+
+o COMMONSSITE-98:  Making the project more multi-module compatible
+
+FIXED BUGS
+==========
+
+o COMMONSSITE-104: Sha1 signature files now reflect actual signatures.
+o COMMONSSITE-102: Commons Release Plugin doesn't work with Commons Release Plugin
+o COMMONSSITE-101: Make -Dcommons.release.dryRun=true our commit toggle
+
+
+
+=============================================================================
+
+                         Apache Commons Release Plugin
+                                  Version 1.0
+                                 Release Notes
+
+NEW FEATURES
+============
+
+o COMMONSSITE-96:   Create commons-release-component project skeleton.
+o COMMONSSITE-99:   Prepare Standard Build integrations, travis, jacoco, checkstyle, etc.
+o COMMONSSITE-97:   Documentation for commons-release-plugin.
+
+
+Historical list of changes: http://commons.apache.org/release-plugin/changes-report.html
+
+For complete information on the Apache commons-release-plugin, including instructions on how
+to submit bug reports, patches, or suggestions for improvement, see the Apache commons-release-plugin's
+website:
+
+http://commons.apache.org/release-plugin/
+
+Have fun!
+-Apache Commons Release Plugin team
+

http://git-wip-us.apache.org/repos/asf/commons-release-plugin/blob/8b6fb2bb/src/site/xdoc/download_commons-release-plugin.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/download_commons-release-plugin.xml b/src/site/xdoc/download_commons-release-plugin.xml
index 2466b94..c2c1f0e 100755
--- a/src/site/xdoc/download_commons-release-plugin.xml
+++ b/src/site/xdoc/download_commons-release-plugin.xml
@@ -111,32 +111,32 @@ limitations under the License.
       </p>
     </subsection>
     </section>
-    <section name="Apache Commons Release Plugin 1.3 ">
+    <section name="Apache Commons Release Plugin 1.4 ">
       <subsection name="Binaries">
         <table>
           <tr>
-              <td><a href="[preferred]/commons/commons-release-plugin/binaries/commons-release-plugin-1.3-bin.tar.gz">commons-release-plugin-1.3-bin.tar.gz</a></td>
-              <td><a href="https://www.apache.org/dist/commons/commons-release-plugin/binaries/commons-release-plugin-1.3-bin.tar.gz.sha512">sha512</a></td>
-              <td><a href="https://www.apache.org/dist/commons/commons-release-plugin/binaries/commons-release-plugin-1.3-bin.tar.gz.asc">pgp</a></td>
+              <td><a href="[preferred]/commons/commons-release-plugin/binaries/commons-release-plugin-1.4-bin.tar.gz">commons-release-plugin-1.4-bin.tar.gz</a></td>
+              <td><a href="https://www.apache.org/dist/commons/commons-release-plugin/binaries/commons-release-plugin-1.4-bin.tar.gz.sha512">sha512</a></td>
+              <td><a href="https://www.apache.org/dist/commons/commons-release-plugin/binaries/commons-release-plugin-1.4-bin.tar.gz.asc">pgp</a></td>
           </tr>
           <tr>
-              <td><a href="[preferred]/commons/commons-release-plugin/binaries/commons-release-plugin-1.3-bin.zip">commons-release-plugin-1.3-bin.zip</a></td>
-              <td><a href="https://www.apache.org/dist/commons/commons-release-plugin/binaries/commons-release-plugin-1.3-bin.zip.sha512">sha512</a></td>
-              <td><a href="https://www.apache.org/dist/commons/commons-release-plugin/binaries/commons-release-plugin-1.3-bin.zip.asc">pgp</a></td>
+              <td><a href="[preferred]/commons/commons-release-plugin/binaries/commons-release-plugin-1.4-bin.zip">commons-release-plugin-1.4-bin.zip</a></td>
+              <td><a href="https://www.apache.org/dist/commons/commons-release-plugin/binaries/commons-release-plugin-1.4-bin.zip.sha512">sha512</a></td>
+              <td><a href="https://www.apache.org/dist/commons/commons-release-plugin/binaries/commons-release-plugin-1.4-bin.zip.asc">pgp</a></td>
           </tr>
         </table>
       </subsection>
       <subsection name="Source">
         <table>
           <tr>
-              <td><a href="[preferred]/commons/commons-release-plugin/source/commons-release-plugin-1.3-src.tar.gz">commons-release-plugin-1.3-src.tar.gz</a></td>
-              <td><a href="https://www.apache.org/dist/commons/commons-release-plugin/source/commons-release-plugin-1.3-src.tar.gz.sha512">sha512</a></td>
-              <td><a href="https://www.apache.org/dist/commons/commons-release-plugin/source/commons-release-plugin-1.3-src.tar.gz.asc">pgp</a></td>
+              <td><a href="[preferred]/commons/commons-release-plugin/source/commons-release-plugin-1.4-src.tar.gz">commons-release-plugin-1.4-src.tar.gz</a></td>
+              <td><a href="https://www.apache.org/dist/commons/commons-release-plugin/source/commons-release-plugin-1.4-src.tar.gz.sha512">sha512</a></td>
+              <td><a href="https://www.apache.org/dist/commons/commons-release-plugin/source/commons-release-plugin-1.4-src.tar.gz.asc">pgp</a></td>
           </tr>
           <tr>
-              <td><a href="[preferred]/commons/commons-release-plugin/source/commons-release-plugin-1.3-src.zip">commons-release-plugin-1.3-src.zip</a></td>
-              <td><a href="https://www.apache.org/dist/commons/commons-release-plugin/source/commons-release-plugin-1.3-src.zip.sha512">sha512</a></td>
-              <td><a href="https://www.apache.org/dist/commons/commons-release-plugin/source/commons-release-plugin-1.3-src.zip.asc">pgp</a></td>
+              <td><a href="[preferred]/commons/commons-release-plugin/source/commons-release-plugin-1.4-src.zip">commons-release-plugin-1.4-src.zip</a></td>
+              <td><a href="https://www.apache.org/dist/commons/commons-release-plugin/source/commons-release-plugin-1.4-src.zip.sha512">sha512</a></td>
+              <td><a href="https://www.apache.org/dist/commons/commons-release-plugin/source/commons-release-plugin-1.4-src.zip.asc">pgp</a></td>
           </tr>
         </table>
       </subsection>

http://git-wip-us.apache.org/repos/asf/commons-release-plugin/blob/8b6fb2bb/src/site/xdoc/release-history.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/release-history.xml b/src/site/xdoc/release-history.xml
index fcba13a..7cd5416 100755
--- a/src/site/xdoc/release-history.xml
+++ b/src/site/xdoc/release-history.xml
@@ -25,6 +25,9 @@ limitations under the License.
             <table>
                 <tr><th>Version</th><th>Release date</th><th>Required Java Version</th><th>Javadoc</th><th>Release notes</th></tr>
                 <tr>
+                    <td>1.4</td><td>8-24-2018</td><td>8.0</td><td><a href="javadocs/api-1.4/index.html">api-1.4</a></td><td><a href="release-notes/RELEASE-NOTES-1.4.txt">release notes for 1.4</a></td>
+                </tr>
+                <tr>
                     <td>1.3</td><td>6-15-2018</td><td>8.0</td><td><a href="javadocs/api-1.3/index.html">api-1.3</a></td><td><a href="release-notes/RELEASE-NOTES-1.3.txt">release notes for 1.3</a></td>
                 </tr>
                 <tr>


[3/4] commons-release-plugin git commit: (fix) points from Gary on release vote

Posted by ch...@apache.org.
(fix) points from Gary on release vote


Project: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/commit/37eac246
Tree: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/tree/37eac246
Diff: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/diff/37eac246

Branch: refs/heads/master
Commit: 37eac2462a64381a8c0a679b73dec3c5d92e59b2
Parents: 9a3d7d0
Author: Rob Tompkins <ch...@apache.org>
Authored: Wed Aug 29 08:44:42 2018 -0400
Committer: Rob Tompkins <ch...@apache.org>
Committed: Wed Aug 29 08:44:42 2018 -0400

----------------------------------------------------------------------
 RELEASE-NOTES.txt                                      | 2 +-
 src/changes/changes.xml                                | 2 +-
 src/site/resources/release-notes/RELEASE-NOTES-1.4.txt | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-release-plugin/blob/37eac246/RELEASE-NOTES.txt
----------------------------------------------------------------------
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 436f0ce..f4019b6 100755
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -4,7 +4,7 @@
 
 INTRODUCTION
 ============
-This document contains the release notes for the 1.4 version of Apache commons-release-plgin.
+This document contains the release notes for the 1.4 version of Apache commons-release-plugin.
 The commons-release-plugin is meant to be a mechanism for automating The Apache Commons Project's
 release process.
 

http://git-wip-us.apache.org/repos/asf/commons-release-plugin/blob/37eac246/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 7ac8938..f27a997 100755
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -25,7 +25,7 @@
   </properties>
 
   <body>
-    <release version="1.4" date="2018-MM-DD" description="Version 1.4">
+    <release version="1.4" date="2018-08-29" description="Version 1.4">
       <action type="update" dev="ggregory">Better error message when files cannot be checked in to the SCM.</action>
       <action type="fix" dev="ggregory">Check the result of checking out files from the SCM.</action>
       <action issue="COMMONSSITE-120" type="update" dev="ggregory">[release-plugin] Use SHA-256 and SHA-512, not MD5, not SHA-1.</action>

http://git-wip-us.apache.org/repos/asf/commons-release-plugin/blob/37eac246/src/site/resources/release-notes/RELEASE-NOTES-1.4.txt
----------------------------------------------------------------------
diff --git a/src/site/resources/release-notes/RELEASE-NOTES-1.4.txt b/src/site/resources/release-notes/RELEASE-NOTES-1.4.txt
index 436f0ce..f4019b6 100755
--- a/src/site/resources/release-notes/RELEASE-NOTES-1.4.txt
+++ b/src/site/resources/release-notes/RELEASE-NOTES-1.4.txt
@@ -4,7 +4,7 @@
 
 INTRODUCTION
 ============
-This document contains the release notes for the 1.4 version of Apache commons-release-plgin.
+This document contains the release notes for the 1.4 version of Apache commons-release-plugin.
 The commons-release-plugin is meant to be a mechanism for automating The Apache Commons Project's
 release process.
 


[2/4] commons-release-plugin git commit: (docs) update vote-txt mojo to refer to 1.4

Posted by ch...@apache.org.
(docs) update vote-txt mojo to refer to 1.4


Project: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/commit/9a3d7d06
Tree: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/tree/9a3d7d06
Diff: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/diff/9a3d7d06

Branch: refs/heads/master
Commit: 9a3d7d06d327010d1ecb02740f9f266b8d089d8e
Parents: 8b6fb2b
Author: Rob Tompkins <ch...@apache.org>
Authored: Fri Aug 24 21:28:49 2018 -0400
Committer: Rob Tompkins <ch...@apache.org>
Committed: Fri Aug 24 21:28:49 2018 -0400

----------------------------------------------------------------------
 src/site/xdoc/vote-txt-mojo.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-release-plugin/blob/9a3d7d06/src/site/xdoc/vote-txt-mojo.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/vote-txt-mojo.xml b/src/site/xdoc/vote-txt-mojo.xml
index e922a1b..4a173b3 100755
--- a/src/site/xdoc/vote-txt-mojo.xml
+++ b/src/site/xdoc/vote-txt-mojo.xml
@@ -22,7 +22,7 @@
   <body>
     <section name="commons:vote-txt">
       <p><strong>Full name</strong>:</p>
-      <p>org.apache.commons:commons-release-plugin:1.3:vote-txt</p>
+      <p>org.apache.commons:commons-release-plugin:1.4:vote-txt</p>
       <p><strong>Description</strong>:</p>
       <div>Apache Commons Release Mojo: Generate VOTE.txt</div>
       <p><strong>Attributes</strong>:</p>


[4/4] commons-release-plugin git commit: Upversion to 1.5-SNAPSHOT for master mergedown

Posted by ch...@apache.org.
Upversion to 1.5-SNAPSHOT for master mergedown


Project: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/commit/67b7ce17
Tree: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/tree/67b7ce17
Diff: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/diff/67b7ce17

Branch: refs/heads/master
Commit: 67b7ce1723bbb6adb27947004b3ee2fbc188f39e
Parents: 37eac24
Author: Rob Tompkins <ch...@apache.org>
Authored: Wed Aug 29 08:54:34 2018 -0400
Committer: Rob Tompkins <ch...@apache.org>
Committed: Wed Aug 29 08:54:34 2018 -0400

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-release-plugin/blob/67b7ce17/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6fff149..0082c57 100755
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
   </parent>
   <artifactId>commons-release-plugin</artifactId>
   <packaging>maven-plugin</packaging>
-  <version>1.4</version>
+  <version>1.5-SNAPSHOT</version>
   <name>Apache Commons Release Plugin</name>
 
   <description>