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/04/05 15:40:22 UTC

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

Repository: commons-release-plugin
Updated Branches:
  refs/heads/master dd16b6d5f -> c706f85c3


Preparing for 1.2 release of release-plugin


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/4e2ccf5e
Tree: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/tree/4e2ccf5e
Diff: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/diff/4e2ccf5e

Branch: refs/heads/master
Commit: 4e2ccf5e746cb0271486f82b445e141ec232557a
Parents: dd16b6d
Author: Rob Tompkins <ch...@gmail.com>
Authored: Mon Apr 2 07:51:34 2018 -0400
Committer: Rob Tompkins <ch...@gmail.com>
Committed: Mon Apr 2 07:51:34 2018 -0400

----------------------------------------------------------------------
 RELEASE-NOTES.txt                               | 17 ++++-
 pom.xml                                         |  5 +-
 .../release-notes/RELEASE-NOTES-1.2.txt         | 69 ++++++++++++++++++++
 .../xdoc/download_commons-release-plugin.xml    | 10 +--
 src/site/xdoc/release-history.xml               |  7 +-
 5 files changed, 96 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-release-plugin/blob/4e2ccf5e/RELEASE-NOTES.txt
----------------------------------------------------------------------
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index ce1c751..dd40e95 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -1,10 +1,10 @@
                          Apache Commons Release Plugin
-                                  Version 1.1
+                                  Version 1.2
                                  Release Notes
 
 INTRODUCTION
 ============
-This document contains the release notes for the 1.0 version of Apache commons-release-plgin.
+This document contains the release notes for the 1.2 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,19 @@ together for the purpose of removing the manual steps required to produce an Apa
 
 Changes in this version include:
 
+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.0
+                                 Release Notes
+
 NEW FEATURES
 ============
 

http://git-wip-us.apache.org/repos/asf/commons-release-plugin/blob/4e2ccf5e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e688d42..e5a0878 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
     </parent>
     <artifactId>commons-release-plugin</artifactId>
     <packaging>maven-plugin</packaging>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.2</version>
     <name>Apache Commons Release Plugin</name>
 
     <description>
@@ -371,10 +371,9 @@
             <plugin>
                 <groupId>org.apache.commons</groupId>
                 <artifactId>commons-release-plugin</artifactId>
-                <version>1.0</version>
+                <version>${project.version}</version>
                 <configuration>
                     <distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/commons-release-plugin</distSvnStagingUrl>
-                    <dryRun>${dryRun}</dryRun>
                 </configuration>
                 <executions>
                     <execution>

http://git-wip-us.apache.org/repos/asf/commons-release-plugin/blob/4e2ccf5e/src/site/resources/release-notes/RELEASE-NOTES-1.2.txt
----------------------------------------------------------------------
diff --git a/src/site/resources/release-notes/RELEASE-NOTES-1.2.txt b/src/site/resources/release-notes/RELEASE-NOTES-1.2.txt
new file mode 100644
index 0000000..dd40e95
--- /dev/null
+++ b/src/site/resources/release-notes/RELEASE-NOTES-1.2.txt
@@ -0,0 +1,69 @@
+                         Apache Commons Release Plugin
+                                  Version 1.2
+                                 Release Notes
+
+INTRODUCTION
+============
+This document contains the release notes for the 1.2 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 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.0
+                                 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/4e2ccf5e/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 677f67b..26bd237 100644
--- a/src/site/xdoc/download_commons-release-plugin.xml
+++ b/src/site/xdoc/download_commons-release-plugin.xml
@@ -102,7 +102,7 @@ limitations under the License.
         It is essential that you
         <a href="https://www.apache.org/info/verification.html">verify the integrity</a>
         of downloaded files, preferably using the <code>PGP</code> signature (<code>*.asc</code> files);
-        failing that using the <code>MD5</code> hash (<code>*.md5</code> checksum files).
+        failing that using the <code>SHA1</code> hash (<code>*.sha1</code> checksum files).
       </p>
       <p>
         The <a href="https://www.apache.org/dist/commons/KEYS">KEYS</a>
@@ -116,12 +116,12 @@ limitations under the License.
         <table>
           <tr>
               <td><a href="[preferred]/commons/commons-release-plugin/binaries/commons-release-plugin-1.1-bin.tar.gz">commons-release-plugin-1.1-bin.tar.gz</a></td>
-              <td><a href="https://www.apache.org/dist/commons/commons-release-plugin/binaries/commons-release-plugin-1.1-bin.tar.gz.md5">md5</a></td>
+              <td><a href="https://www.apache.org/dist/commons/commons-release-plugin/binaries/commons-release-plugin-1.1-bin.tar.gz.sha1">sha1</a></td>
               <td><a href="https://www.apache.org/dist/commons/commons-release-plugin/binaries/commons-release-plugin-1.1-bin.tar.gz.asc">pgp</a></td>
           </tr>
           <tr>
               <td><a href="[preferred]/commons/commons-release-plugin/binaries/commons-release-plugin-1.1-bin.zip">commons-release-plugin-1.1-bin.zip</a></td>
-              <td><a href="https://www.apache.org/dist/commons/commons-release-plugin/binaries/commons-release-plugin-1.1-bin.zip.md5">md5</a></td>
+              <td><a href="https://www.apache.org/dist/commons/commons-release-plugin/binaries/commons-release-plugin-1.1-bin.zip.sha1">sha1</a></td>
               <td><a href="https://www.apache.org/dist/commons/commons-release-plugin/binaries/commons-release-plugin-1.1-bin.zip.asc">pgp</a></td>
           </tr>
         </table>
@@ -130,12 +130,12 @@ limitations under the License.
         <table>
           <tr>
               <td><a href="[preferred]/commons/commons-release-plugin/source/commons-release-plugin-1.1-src.tar.gz">commons-release-plugin-1.1-src.tar.gz</a></td>
-              <td><a href="https://www.apache.org/dist/commons/commons-release-plugin/source/commons-release-plugin-1.1-src.tar.gz.md5">md5</a></td>
+              <td><a href="https://www.apache.org/dist/commons/commons-release-plugin/source/commons-release-plugin-1.1-src.tar.gz.sha1">sha1</a></td>
               <td><a href="https://www.apache.org/dist/commons/commons-release-plugin/source/commons-release-plugin-1.1-src.tar.gz.asc">pgp</a></td>
           </tr>
           <tr>
               <td><a href="[preferred]/commons/commons-release-plugin/source/commons-release-plugin-1.1-src.zip">commons-release-plugin-1.1-src.zip</a></td>
-              <td><a href="https://www.apache.org/dist/commons/commons-release-plugin/source/commons-release-plugin-1.1-src.zip.md5">md5</a></td>
+              <td><a href="https://www.apache.org/dist/commons/commons-release-plugin/source/commons-release-plugin-1.1-src.zip.sha1">sha1</a></td>
               <td><a href="https://www.apache.org/dist/commons/commons-release-plugin/source/commons-release-plugin-1.1-src.zip.asc">pgp</a></td>
           </tr>
         </table>

http://git-wip-us.apache.org/repos/asf/commons-release-plugin/blob/4e2ccf5e/src/site/xdoc/release-history.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/release-history.xml b/src/site/xdoc/release-history.xml
index c2a3725..19f5331 100644
--- a/src/site/xdoc/release-history.xml
+++ b/src/site/xdoc/release-history.xml
@@ -25,10 +25,13 @@ 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.1</td><td>2-28-2018</td><td>7.0</td><td><a href="javadocs/api-1.1/">api-1.1</a></td><td><a href="release-notes/RELEASE-NOTES-1.1.txt">release notes for 1.1</a></td>
+                    <td>1.2</td><td>4-2-2018</td><td>7.0</td><td><a href="javadocs/api-1.2/index.html">api-1.2</a></td><td><a href="release-notes/RELEASE-NOTES-1.2.txt">release notes for 1.2</a></td>
                 </tr>
                 <tr>
-                    <td>1.0</td><td>1-10-2018</td><td>7.0</td><td><a href="javadocs/api-1.0/">api-1.0</a></td><td><a href="release-notes/RELEASE-NOTES-1.0.txt">release notes for 1.0</a></td>
+                    <td>1.1</td><td>2-28-2018</td><td>7.0</td><td><a href="javadocs/api-1.1/index.html">api-1.1</a></td><td><a href="release-notes/RELEASE-NOTES-1.1.txt">release notes for 1.1</a></td>
+                </tr>
+                <tr>
+                    <td>1.0</td><td>1-10-2018</td><td>7.0</td><td><a href="javadocs/api-1.0/index.html">api-1.0</a></td><td><a href="release-notes/RELEASE-NOTES-1.0.txt">release notes for 1.0</a></td>
                 </tr>
             </table>
 


[3/4] commons-release-plugin git commit: Add release date to changes.xml

Posted by ch...@apache.org.
Add release date to changes.xml


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/629390e1
Tree: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/tree/629390e1
Diff: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/diff/629390e1

Branch: refs/heads/master
Commit: 629390e117c2b4a1a2233f741c4767059d32c3ad
Parents: 3c135e6
Author: Rob Tompkins <ch...@gmail.com>
Authored: Mon Apr 2 08:21:56 2018 -0400
Committer: Rob Tompkins <ch...@gmail.com>
Committed: Mon Apr 2 08:21:56 2018 -0400

----------------------------------------------------------------------
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-release-plugin/blob/629390e1/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 6f6ff3d..c3af6ef 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -25,7 +25,7 @@
   </properties>
 
   <body>
-    <release version="1.2" date="YYYY-MM-DD" description="Version 1.2">
+    <release version="1.2" date="2018-04-02" description="Version 1.2">
       <action issue="COMMONSSITE-107" type="fix" dev="chtompki">Adding ./target/commons-release-plugin/scm/RELEASE-NOTES.txt to svn as opposed to ./RELEASE-NOTES.txt</action>
     </release>
 


[4/4] commons-release-plugin git commit: Upversion to 1.3-SNAPSHOT post 1.2 release

Posted by ch...@apache.org.
Upversion to 1.3-SNAPSHOT post 1.2 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/c706f85c
Tree: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/tree/c706f85c
Diff: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/diff/c706f85c

Branch: refs/heads/master
Commit: c706f85c335ee7a2a43c27a5a5afd06fc378b350
Parents: 629390e
Author: Rob Tompkins <ch...@apache.org>
Authored: Thu Apr 5 11:40:15 2018 -0400
Committer: Rob Tompkins <ch...@apache.org>
Committed: Thu Apr 5 11:40:15 2018 -0400

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


http://git-wip-us.apache.org/repos/asf/commons-release-plugin/blob/c706f85c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 0f1bf01..dbd5008 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
     </parent>
     <artifactId>commons-release-plugin</artifactId>
     <packaging>maven-plugin</packaging>
-    <version>1.2</version>
+    <version>1.3-SNAPSHOT</version>
     <name>Apache Commons Release Plugin</name>
 
     <description>


[2/4] commons-release-plugin git commit: Upversion commons-release-plugin version to 1.1 for 1.2 release

Posted by ch...@apache.org.
Upversion commons-release-plugin version to 1.1 for 1.2 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/3c135e69
Tree: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/tree/3c135e69
Diff: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/diff/3c135e69

Branch: refs/heads/master
Commit: 3c135e69842711fabc0542017d7c2992dade9d00
Parents: 4e2ccf5
Author: Rob Tompkins <ch...@gmail.com>
Authored: Mon Apr 2 08:21:01 2018 -0400
Committer: Rob Tompkins <ch...@gmail.com>
Committed: Mon Apr 2 08:21:01 2018 -0400

----------------------------------------------------------------------
 pom.xml | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-release-plugin/blob/3c135e69/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e5a0878..0f1bf01 100644
--- a/pom.xml
+++ b/pom.xml
@@ -371,7 +371,7 @@
             <plugin>
                 <groupId>org.apache.commons</groupId>
                 <artifactId>commons-release-plugin</artifactId>
-                <version>${project.version}</version>
+                <version>1.1</version>
                 <configuration>
                     <distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/commons-release-plugin</distSvnStagingUrl>
                 </configuration>
@@ -390,6 +390,13 @@
                             <goal>compress-site</goal>
                         </goals>
                     </execution>
+                    <execution>
+                        <id>stage-distributions</id>
+                        <phase>deploy</phase>
+                        <goals>
+                            <goal>stage-distributions</goal>
+                        </goals>
+                    </execution>
                 </executions>
             </plugin>
         </plugins>