Merge tag 'commons-build-plugin-1.10'

Tagging commons-build-plugin-1.10 from RC2
diff --git a/NOTICE.txt b/NOTICE.txt
index 5381e0e..b5a29f4 100644
--- a/NOTICE.txt
+++ b/NOTICE.txt
@@ -1,5 +1,5 @@
 Apache Commons Build Plugin Maven Mojo
-Copyright 2008-2018 The Apache Software Foundation
+Copyright 2008-2019 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index c52706d..c230858 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -10,6 +10,13 @@
    http://commons.apache.org/commons-build-plugin/
 
 
+VERSION 1.10 - 2019-02-26
+-------------------------
+
+Changes since the last release:
+1. Use SHA512 signatures as the default in the download page. (update; ggregory)
+2. Use SHA256 signatures as the default in the download page. (update; sebb)
+
 VERSION 1.9 - 2018-06-16
 ------------------------
 
diff --git a/pom.xml b/pom.xml
index 53d328d..495612d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,16 +25,13 @@
   </parent>
   <artifactId>commons-build-plugin</artifactId>
   <packaging>maven-plugin</packaging>
-  <version>1.10-SNAPSHOT</version>
+  <version>1.10</version>
   <name>Apache Commons Build Plugin Maven Mojo</name>
   <description>
     Apache Maven Mojo for Apache Commons Build tasks.
 
     For example:
       mvn commons:download-page [-Dcommons.release.version=1.2.3]
-
-    To use a SNAPSHOT version (for testing etc)
-      mvn org.apache.commons:commons-build-plugin:1.10-SNAPSHOT:download-page [-Dcommons.release.version=1.2.3]
   </description>
   <url>http://commons.apache.org/proper/commons-build-plugin/</url>
   <issueManagement>
@@ -214,9 +211,10 @@
     <commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>
     
     <!-- Commons Release Plugin -->
-    <commons.bc.version>1.8</commons.bc.version>
-    <commons.release.version>1.9</commons.release.version>
-    <commons.rc.version>RC1</commons.rc.version>
+    <commons.bc.version>1.9</commons.bc.version>
+    <commons.release.version>1.10</commons.release.version>
+    <commons.release-plugin.version>1.5</commons.release-plugin.version>
+    <commons.rc.version>RC2</commons.rc.version>
     <commons.release.isDistModule>true</commons.release.isDistModule>
     <commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/${commons.componentid}</commons.distSvnStagingUrl>
     <commons.releaseManagerName>Rob Tompkins</commons.releaseManagerName>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index fcc063d..471b23e 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -25,7 +25,7 @@
   </properties>

 

   <body>

-    <release version="1.10" date="2018-??-??" description="Feature release">

+    <release version="1.10" date="2019-02-26" description="Feature release">

       <action dev="ggregory" type="update">

         Use SHA512 signatures as the default in the download page.

       </action>

diff --git a/src/site/xdoc/all-mojo-sandbox.xml b/src/site/xdoc/all-mojo-sandbox.xml
index 64c5563..75c3cb8 100644
--- a/src/site/xdoc/all-mojo-sandbox.xml
+++ b/src/site/xdoc/all-mojo-sandbox.xml
@@ -22,7 +22,7 @@
   <body>
     <section name="commons-build:all-sandbox">
       <p><strong>Full name</strong>:</p>
-      <p>org.apache.commons:commons-build-plugin:1.9:all-sandbox</p>
+      <p>org.apache.commons:commons-build-plugin:1.10:all-sandbox</p>
       <p><strong>Description</strong>:</p>
       <div>Apache Commons Build Mojo: Generate all sandbox pages</div>
       <p><strong>Attributes</strong>:</p>
diff --git a/src/site/xdoc/all-mojo.xml b/src/site/xdoc/all-mojo.xml
index b9865a0..5a7199f 100644
--- a/src/site/xdoc/all-mojo.xml
+++ b/src/site/xdoc/all-mojo.xml
@@ -22,7 +22,7 @@
   <body>
     <section name="commons-build:all">
       <p><strong>Full name</strong>:</p>
-      <p>org.apache.commons:commons-build-plugin:1.9:all</p>
+      <p>org.apache.commons:commons-build-plugin:1.10:all</p>
       <p><strong>Description</strong>:</p>
       <div>Apache Commons Build Mojo: Generate all pages</div>
       <p><strong>Attributes</strong>:</p>
diff --git a/src/site/xdoc/contributing-md-mojo.xml b/src/site/xdoc/contributing-md-mojo.xml
index 477c501..7a23008 100644
--- a/src/site/xdoc/contributing-md-mojo.xml
+++ b/src/site/xdoc/contributing-md-mojo.xml
@@ -22,7 +22,7 @@
   <body>
     <section name="commons-build:contributing-md">
       <p><strong>Full name</strong>:</p>
-      <p>org.apache.commons:commons-build-plugin:1.9:contributing-md</p>
+      <p>org.apache.commons:commons-build-plugin:1.10:contributing-md</p>
       <p><strong>Description</strong>:</p>
       <div>Apache Commons Build Mojo: Generate CONTRIBUTING.md</div>
       <p><strong>Attributes</strong>:</p>
diff --git a/src/site/xdoc/copy-javadoc-files-mojo.xml b/src/site/xdoc/copy-javadoc-files-mojo.xml
index f4611dd..5b12803 100644
--- a/src/site/xdoc/copy-javadoc-files-mojo.xml
+++ b/src/site/xdoc/copy-javadoc-files-mojo.xml
@@ -22,7 +22,7 @@
   <body>
     <section name="commons-build:copy-javadoc-files">
       <p><strong>Full name</strong>:</p>
-      <p>org.apache.commons:commons-build-plugin:1.9:copy-javadoc-files</p>
+      <p>org.apache.commons:commons-build-plugin:1.10:copy-javadoc-files</p>
       <p><strong>Description</strong>:</p>
       <div>Commons Build: Copy NOTICE and LICENSE files to -javadoc.jar</div>
       <p><strong>Attributes</strong>:</p>
diff --git a/src/site/xdoc/download-page-mojo.xml b/src/site/xdoc/download-page-mojo.xml
index 71b042b..68f1741 100644
--- a/src/site/xdoc/download-page-mojo.xml
+++ b/src/site/xdoc/download-page-mojo.xml
@@ -22,7 +22,7 @@
   <body>
     <section name="commons-build:download-page">
       <p><strong>Full name</strong>:</p>
-      <p>org.apache.commons:commons-build-plugin:1.9:download-page</p>
+      <p>org.apache.commons:commons-build-plugin:1.10:download-page</p>
       <p><strong>Description</strong>:</p>
       <div>Apache Apache Commons Build Mojo: Generate Download page</div>
       <p><strong>Attributes</strong>:</p>
diff --git a/src/site/xdoc/download_commons-build-plugin.xml b/src/site/xdoc/download_commons-build-plugin.xml
index 9d0e165..7135e3e 100644
--- a/src/site/xdoc/download_commons-build-plugin.xml
+++ b/src/site/xdoc/download_commons-build-plugin.xml
@@ -111,32 +111,32 @@
       </p>
     </subsection>
     </section>
-    <section name="Apache Commons Build Plugin Maven Mojo 1.9-SNAPSHOT ">
+    <section name="Apache Commons Build Plugin Maven Mojo 1.10 ">
       <subsection name="Binaries">
         <table>
           <tr>
-              <td><a href="[preferred]/commons/commons-build-plugin/binaries/commons-build-plugin-1.9-SNAPSHOT-bin.tar.gz">commons-build-plugin-1.9-SNAPSHOT-bin.tar.gz</a></td>
-              <td><a href="https://www.apache.org/dist/commons/commons-build-plugin/binaries/commons-build-plugin-1.9-SNAPSHOT-bin.tar.gz.sha1">sha1</a></td>
-              <td><a href="https://www.apache.org/dist/commons/commons-build-plugin/binaries/commons-build-plugin-1.9-SNAPSHOT-bin.tar.gz.asc">pgp</a></td>
+              <td><a href="[preferred]/commons/commons-build-plugin/binaries/commons-build-plugin-1.10-bin.tar.gz">commons-build-plugin-1.10-bin.tar.gz</a></td>
+              <td><a href="https://www.apache.org/dist/commons/commons-build-plugin/binaries/commons-build-plugin-1.10-bin.tar.gz.sha1">sha1</a></td>
+              <td><a href="https://www.apache.org/dist/commons/commons-build-plugin/binaries/commons-build-plugin-1.10-bin.tar.gz.asc">pgp</a></td>
           </tr>
           <tr>
-              <td><a href="[preferred]/commons/commons-build-plugin/binaries/commons-build-plugin-1.9-SNAPSHOT-bin.zip">commons-build-plugin-1.9-SNAPSHOT-bin.zip</a></td>
-              <td><a href="https://www.apache.org/dist/commons/commons-build-plugin/binaries/commons-build-plugin-1.9-SNAPSHOT-bin.zip.sha1">sha1</a></td>
-              <td><a href="https://www.apache.org/dist/commons/commons-build-plugin/binaries/commons-build-plugin-1.9-SNAPSHOT-bin.zip.asc">pgp</a></td>
+              <td><a href="[preferred]/commons/commons-build-plugin/binaries/commons-build-plugin-1.10-bin.zip">commons-build-plugin-1.10-bin.zip</a></td>
+              <td><a href="https://www.apache.org/dist/commons/commons-build-plugin/binaries/commons-build-plugin-1.10-bin.zip.sha1">sha1</a></td>
+              <td><a href="https://www.apache.org/dist/commons/commons-build-plugin/binaries/commons-build-plugin-1.10-bin.zip.asc">pgp</a></td>
           </tr>
         </table>
       </subsection>
       <subsection name="Source">
         <table>
           <tr>
-              <td><a href="[preferred]/commons/commons-build-plugin/source/commons-build-plugin-1.9-SNAPSHOT-src.tar.gz">commons-build-plugin-1.9-SNAPSHOT-src.tar.gz</a></td>
-              <td><a href="https://www.apache.org/dist/commons/commons-build-plugin/source/commons-build-plugin-1.9-SNAPSHOT-src.tar.gz.sha1">sha1</a></td>
-              <td><a href="https://www.apache.org/dist/commons/commons-build-plugin/source/commons-build-plugin-1.9-SNAPSHOT-src.tar.gz.asc">pgp</a></td>
+              <td><a href="[preferred]/commons/commons-build-plugin/source/commons-build-plugin-1.10-src.tar.gz">commons-build-plugin-1.10-src.tar.gz</a></td>
+              <td><a href="https://www.apache.org/dist/commons/commons-build-plugin/source/commons-build-plugin-1.10-src.tar.gz.sha1">sha1</a></td>
+              <td><a href="https://www.apache.org/dist/commons/commons-build-plugin/source/commons-build-plugin-1.10-src.tar.gz.asc">pgp</a></td>
           </tr>
           <tr>
-              <td><a href="[preferred]/commons/commons-build-plugin/source/commons-build-plugin-1.9-SNAPSHOT-src.zip">commons-build-plugin-1.9-SNAPSHOT-src.zip</a></td>
-              <td><a href="https://www.apache.org/dist/commons/commons-build-plugin/source/commons-build-plugin-1.9-SNAPSHOT-src.zip.sha1">sha1</a></td>
-              <td><a href="https://www.apache.org/dist/commons/commons-build-plugin/source/commons-build-plugin-1.9-SNAPSHOT-src.zip.asc">pgp</a></td>
+              <td><a href="[preferred]/commons/commons-build-plugin/source/commons-build-plugin-1.10-src.zip">commons-build-plugin-1.10-src.zip</a></td>
+              <td><a href="https://www.apache.org/dist/commons/commons-build-plugin/source/commons-build-plugin-1.10-src.zip.sha1">sha1</a></td>
+              <td><a href="https://www.apache.org/dist/commons/commons-build-plugin/source/commons-build-plugin-1.10-src.zip.asc">pgp</a></td>
           </tr>
         </table>
       </subsection>
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index bae1773..05eb97d 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -60,7 +60,7 @@
 <plugin>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-build-plugin</artifactId>
-  <version>1.9</version>
+  <version>1.10</version>
 </plugin>
 ]]></source>
             </p>
diff --git a/src/site/xdoc/jira-page-mojo.xml b/src/site/xdoc/jira-page-mojo.xml
index 007e9ed..8e7d441 100644
--- a/src/site/xdoc/jira-page-mojo.xml
+++ b/src/site/xdoc/jira-page-mojo.xml
@@ -22,7 +22,7 @@
   <body>
     <section name="commons-build:jira-page">
       <p><strong>Full name</strong>:</p>
-      <p>org.apache.commons:commons-build-plugin:1.9:jira-page</p>
+      <p>org.apache.commons:commons-build-plugin:1.10:jira-page</p>
       <p><strong>Description</strong>:</p>
       <div>Apache Commons Build Mojo: Generate Issue Tracking page</div>
       <p><strong>Attributes</strong>:</p>
diff --git a/src/site/xdoc/mail-page-mojo.xml b/src/site/xdoc/mail-page-mojo.xml
index 95a7edf..4ccd612 100644
--- a/src/site/xdoc/mail-page-mojo.xml
+++ b/src/site/xdoc/mail-page-mojo.xml
@@ -22,7 +22,7 @@
   <body>
     <section name="commons-build:mail-page">
       <p><strong>Full name</strong>:</p>
-      <p>org.apache.commons:commons-build-plugin:1.9:mail-page</p>
+      <p>org.apache.commons:commons-build-plugin:1.10:mail-page</p>
       <p><strong>Description</strong>:</p>
       <div>Apache Commons Build Mojo: Generate Mailing List page</div>
       <p><strong>Attributes</strong>:</p>
diff --git a/src/site/xdoc/notice-txt-mojo.xml b/src/site/xdoc/notice-txt-mojo.xml
index 71ac879..8c31f16 100644
--- a/src/site/xdoc/notice-txt-mojo.xml
+++ b/src/site/xdoc/notice-txt-mojo.xml
@@ -22,7 +22,7 @@
   <body>
     <section name="commons-build:notice-txt">
       <p><strong>Full name</strong>:</p>
-      <p>org.apache.commons:commons-build-plugin:1.9:notice-txt</p>
+      <p>org.apache.commons:commons-build-plugin:1.10:notice-txt</p>
       <p><strong>Description</strong>:</p>
       <div>Apache Commons Build Mojo: Generate NOTICE.txt</div>
       <p><strong>Attributes</strong>:</p>
diff --git a/src/site/xdoc/readme-md-mojo.xml b/src/site/xdoc/readme-md-mojo.xml
index 0774dfa..8372fb6 100644
--- a/src/site/xdoc/readme-md-mojo.xml
+++ b/src/site/xdoc/readme-md-mojo.xml
@@ -22,7 +22,7 @@
   <body>
     <section name="commons-build:readme-md">
       <p><strong>Full name</strong>:</p>
-      <p>org.apache.commons:commons-build-plugin:1.9:readme-md</p>
+      <p>org.apache.commons:commons-build-plugin:1.10:readme-md</p>
       <p><strong>Description</strong>:</p>
       <div>Apache Commons Build Mojo: Generate README.md</div>
       <p><strong>Attributes</strong>:</p>
diff --git a/src/site/xdoc/sandbox-jira-page-mojo.xml b/src/site/xdoc/sandbox-jira-page-mojo.xml
index e47610d..c3914a5 100644
--- a/src/site/xdoc/sandbox-jira-page-mojo.xml
+++ b/src/site/xdoc/sandbox-jira-page-mojo.xml
@@ -22,7 +22,7 @@
   <body>
     <section name="commons-build:sandbox-jira-page">
       <p><strong>Full name</strong>:</p>
-      <p>org.apache.commons:commons-build-plugin:1.9:sandbox-jira-page</p>
+      <p>org.apache.commons:commons-build-plugin:1.10:sandbox-jira-page</p>
       <p><strong>Description</strong>:</p>
       <div>Apache Commons Build Mojo: Generate Sandbox Issue Tracking page</div>
       <p><strong>Attributes</strong>:</p>