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/01/16 22:52:03 UTC

[3/6] commons-release-plugin git commit: Further site preparations

Further site preparations


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

Branch: refs/heads/master
Commit: febb8b37ab0816844b55cfecb8b6cfa4c7c29fba
Parents: 551ed84
Author: Rob Tompkins <ch...@apache.org>
Authored: Wed Jan 10 20:43:56 2018 -0500
Committer: Rob Tompkins <ch...@apache.org>
Committed: Wed Jan 10 20:43:56 2018 -0500

----------------------------------------------------------------------
 README.md                                       |  2 +-
 .../release-notes/RELEASE-NOTES-1.0.txt         | 36 ++++++++++++++++++++
 src/site/site.xml                               | 11 +++---
 src/site/xdoc/development.xml                   |  2 +-
 .../xdoc/download_commons-release-plugin.xml    | 26 +++++++-------
 src/site/xdoc/index.xml                         |  2 +-
 src/site/xdoc/release-history.xml               | 35 +++++++++++++++++++
 7 files changed, 94 insertions(+), 20 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-release-plugin/blob/febb8b37/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 2151398..6d6d816 100644
--- a/README.md
+++ b/README.md
@@ -66,7 +66,7 @@ Alternatively you can pull it from the central Maven repositories:
 <dependency>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-release-plugin</artifactId>
-  <version>0.1-SNAPSHOT</version>
+  <version>1.0</version>
 </dependency>
 ```
 

http://git-wip-us.apache.org/repos/asf/commons-release-plugin/blob/febb8b37/src/site/resources/release-notes/RELEASE-NOTES-1.0.txt
----------------------------------------------------------------------
diff --git a/src/site/resources/release-notes/RELEASE-NOTES-1.0.txt b/src/site/resources/release-notes/RELEASE-NOTES-1.0.txt
new file mode 100644
index 0000000..597efd1
--- /dev/null
+++ b/src/site/resources/release-notes/RELEASE-NOTES-1.0.txt
@@ -0,0 +1,36 @@
+                         Apache Commons Release Plugin
+                                  Version 1.0
+                                 Release Notes
+
+INTRODUCTION
+============
+This document contains the release notes for the 1.0 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:
+
+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/febb8b37/src/site/site.xml
----------------------------------------------------------------------
diff --git a/src/site/site.xml b/src/site/site.xml
index 27a1a2d..e9561ba 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -23,10 +23,13 @@
 
     <body>
         <menu name="Release Plugin">
-            <item name="Overview"                href="/index.html" />
-            <item name="Help"                    href="/development.html">
-                <item name="Issue Tracking"      href="/issue-tracking.html"/>
-                <item name="Development"         href="/development.html"/>
+            <item name="Overview"                 href="/index.html" />
+            <item name="Download"                 href="/download_commons-release-plugin.cgi"/>
+            <item name="Release History"          href="/release-history.html"/>
+            <item name="Javadoc (Latest release)" href="javadocs/api-release/index.html"/>
+            <item name="Help"                     href="/development.html">
+                <item name="Issue Tracking"       href="/issue-tracking.html"/>
+                <item name="Development"          href="/development.html"/>
             </item>
         </menu>
     </body>

http://git-wip-us.apache.org/repos/asf/commons-release-plugin/blob/febb8b37/src/site/xdoc/development.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/development.xml b/src/site/xdoc/development.xml
index 8daede3..8404c11 100644
--- a/src/site/xdoc/development.xml
+++ b/src/site/xdoc/development.xml
@@ -65,7 +65,7 @@ private Boolean dryRun;
 <plugin>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-release-plugin</artifactId>
-  <version>0.1-SNAPSHOT</version>
+  <version>1.0</version>
   <configuration>
     <dryRun>true</dryRun>
   </configuration>

http://git-wip-us.apache.org/repos/asf/commons-release-plugin/blob/febb8b37/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 02e8d26..1a14666 100644
--- 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 0.1-SNAPSHOT ">
+    <section name="Apache Commons Release Plugin 1.0 ">
       <subsection name="Binaries">
         <table>
           <tr>
-              <td><a href="[preferred]/commons/commons-release-plugin/binaries/commons-release-plugin-0.1-SNAPSHOT-bin.tar.gz">commons-release-plugin-0.1-SNAPSHOT-bin.tar.gz</a></td>
-              <td><a href="https://www.apache.org/dist/commons/commons-release-plugin/binaries/commons-release-plugin-0.1-SNAPSHOT-bin.tar.gz.md5">md5</a></td>
-              <td><a href="https://www.apache.org/dist/commons/commons-release-plugin/binaries/commons-release-plugin-0.1-SNAPSHOT-bin.tar.gz.asc">pgp</a></td>
+              <td><a href="[preferred]/commons/commons-release-plugin/binaries/commons-release-plugin-1.0-bin.tar.gz">commons-release-plugin-1.0-bin.tar.gz</a></td>
+              <td><a href="https://www.apache.org/dist/commons/commons-release-plugin/binaries/commons-release-plugin-1.0-bin.tar.gz.md5">md5</a></td>
+              <td><a href="https://www.apache.org/dist/commons/commons-release-plugin/binaries/commons-release-plugin-1.0-bin.tar.gz.asc">pgp</a></td>
           </tr>
           <tr>
-              <td><a href="[preferred]/commons/commons-release-plugin/binaries/commons-release-plugin-0.1-SNAPSHOT-bin.zip">commons-release-plugin-0.1-SNAPSHOT-bin.zip</a></td>
-              <td><a href="https://www.apache.org/dist/commons/commons-release-plugin/binaries/commons-release-plugin-0.1-SNAPSHOT-bin.zip.md5">md5</a></td>
-              <td><a href="https://www.apache.org/dist/commons/commons-release-plugin/binaries/commons-release-plugin-0.1-SNAPSHOT-bin.zip.asc">pgp</a></td>
+              <td><a href="[preferred]/commons/commons-release-plugin/binaries/commons-release-plugin-1.0-bin.zip">commons-release-plugin-1.0-bin.zip</a></td>
+              <td><a href="https://www.apache.org/dist/commons/commons-release-plugin/binaries/commons-release-plugin-1.0-bin.zip.md5">md5</a></td>
+              <td><a href="https://www.apache.org/dist/commons/commons-release-plugin/binaries/commons-release-plugin-1.0-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-0.1-SNAPSHOT-src.tar.gz">commons-release-plugin-0.1-SNAPSHOT-src.tar.gz</a></td>
-              <td><a href="https://www.apache.org/dist/commons/commons-release-plugin/source/commons-release-plugin-0.1-SNAPSHOT-src.tar.gz.md5">md5</a></td>
-              <td><a href="https://www.apache.org/dist/commons/commons-release-plugin/source/commons-release-plugin-0.1-SNAPSHOT-src.tar.gz.asc">pgp</a></td>
+              <td><a href="[preferred]/commons/commons-release-plugin/source/commons-release-plugin-1.0-src.tar.gz">commons-release-plugin-1.0-src.tar.gz</a></td>
+              <td><a href="https://www.apache.org/dist/commons/commons-release-plugin/source/commons-release-plugin-1.0-src.tar.gz.md5">md5</a></td>
+              <td><a href="https://www.apache.org/dist/commons/commons-release-plugin/source/commons-release-plugin-1.0-src.tar.gz.asc">pgp</a></td>
           </tr>
           <tr>
-              <td><a href="[preferred]/commons/commons-release-plugin/source/commons-release-plugin-0.1-SNAPSHOT-src.zip">commons-release-plugin-0.1-SNAPSHOT-src.zip</a></td>
-              <td><a href="https://www.apache.org/dist/commons/commons-release-plugin/source/commons-release-plugin-0.1-SNAPSHOT-src.zip.md5">md5</a></td>
-              <td><a href="https://www.apache.org/dist/commons/commons-release-plugin/source/commons-release-plugin-0.1-SNAPSHOT-src.zip.asc">pgp</a></td>
+              <td><a href="[preferred]/commons/commons-release-plugin/source/commons-release-plugin-1.0-src.zip">commons-release-plugin-1.0-src.zip</a></td>
+              <td><a href="https://www.apache.org/dist/commons/commons-release-plugin/source/commons-release-plugin-1.0-src.zip.md5">md5</a></td>
+              <td><a href="https://www.apache.org/dist/commons/commons-release-plugin/source/commons-release-plugin-1.0-src.zip.asc">pgp</a></td>
           </tr>
         </table>
       </subsection>

http://git-wip-us.apache.org/repos/asf/commons-release-plugin/blob/febb8b37/src/site/xdoc/index.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index 2c1cbe8..0f70094 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -79,7 +79,7 @@
 <plugin>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-release-plugin</artifactId>
-  <version>0.1-SNAPSHOT</version>
+  <version>1.0</version>
   <configuration>
     <distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/foo</distSvnStagingUrl>
   </configuration>

http://git-wip-us.apache.org/repos/asf/commons-release-plugin/blob/febb8b37/src/site/xdoc/release-history.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/release-history.xml b/src/site/xdoc/release-history.xml
new file mode 100644
index 0000000..b3d4fd1
--- /dev/null
+++ b/src/site/xdoc/release-history.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0"?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+     http://www.apache.org/licenses/LICENSE-2.0
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+<document>
+    <properties>
+        <title>Home</title>
+        <author email="dev@commons.apache.org">Commons Documentation Team</author>
+    </properties>
+    <body>
+        <!-- ================================================== -->
+        <section name="Commons Release Plugin Release History">
+
+            <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.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>
+                </tr>
+            </table>
+
+        </section>
+        <!-- ================================================== -->
+    </body>
+</document>
\ No newline at end of file