You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by th...@apache.org on 2017/07/09 06:30:40 UTC

[2/3] commons-dbutils git commit: Update download page for 1.7 release

Update download page for 1.7 release


Project: http://git-wip-us.apache.org/repos/asf/commons-dbutils/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-dbutils/commit/7ea01787
Tree: http://git-wip-us.apache.org/repos/asf/commons-dbutils/tree/7ea01787
Diff: http://git-wip-us.apache.org/repos/asf/commons-dbutils/diff/7ea01787

Branch: refs/heads/release
Commit: 7ea01787aed522ad89091535b987c9108553406a
Parents: 09fbd42
Author: Carl Hall <th...@apache.org>
Authored: Sat Jul 8 22:42:50 2017 -0700
Committer: Carl Hall <th...@apache.org>
Committed: Sat Jul 8 22:42:50 2017 -0700

----------------------------------------------------------------------
 src/site/xdoc/download_dbutils.xml | 60 +++++++++++++++++++++------------
 1 file changed, 38 insertions(+), 22 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-dbutils/blob/7ea01787/src/site/xdoc/download_dbutils.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/download_dbutils.xml b/src/site/xdoc/download_dbutils.xml
index a49cc10..0c4b464 100644
--- a/src/site/xdoc/download_dbutils.xml
+++ b/src/site/xdoc/download_dbutils.xml
@@ -31,10 +31,21 @@ limitations under the License.
  | 2) Set the following properties in the component's pom:              |
  |    - commons.componentid (required, alphabetic, lower case)          |
  |    - commons.release.version (required)                              |
- |    - commons.binary.suffix (optional)                                |
+ |    - commons.release.name    (required)                              |
+ |    - commons.binary.suffix   (optional)                              |
  |      (defaults to "-bin", set to "" for pre-maven2 releases)         |
+ |    - commons.release.desc    (optional)                              |
+ |    - commons.release.subdir  (optional)                              |
+ |                                                                      |
+ |    - commons.release.2/3.version       (conditional)                 |
+ |    - commons.release.2/3.name          (conditional)                 |
+ |    - commons.release.2/3.binary.suffix (optional)                    |
+ |    - commons.release.2/3.desc          (optional)                    |
+ |    - commons.release.2/3.subdir        (optional)                    |
  |                                                                      |
  | 3) Example Properties                                                |
+ |    (commons.release.name inherited by parent:                        |
+ |     ${project.artifactId}-${commons.release.version}                 |
  |                                                                      |
  |  <properties>                                                        |
  |    <commons.componentid>math</commons.componentid>                   |
@@ -46,17 +57,17 @@ limitations under the License.
 <document>
   <properties>
     <title>Download Apache Commons DbUtils</title>
-    <author email="dev@commons.apache.org">Commons Documentation Team</author>
+    <author email="dev@commons.apache.org">Apache Commons Documentation Team</author>
   </properties>
   <body>
     <section name="Download Apache Commons DbUtils">
     <subsection name="Using a Mirror">
       <p>
         We recommend you use a mirror to download our release
-        builds, but you <strong>must</strong> verify the integrity of
+        builds, but you <strong>must</strong> <a href="http://www.apache.org/info/verification.html">verify the integrity</a> of
         the downloaded files using signatures downloaded from our main
         distribution directories. Recent releases (48 hours) may not yet
-        be available from the mirrors.
+        be available from all the mirrors.
       </p>
 
       <p>
@@ -88,39 +99,44 @@ limitations under the License.
       </form>
 
       <p>
-        The <a href="http://www.apache.org/dist/commons/KEYS">KEYS</a>
-        link links to the code signing keys used to sign the product.
-        The <code>PGP</code> link downloads the OpenPGP compatible signature from our main site.
-        The <code>MD5</code> link downloads the checksum from the main site.
+        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).
+      </p>
+      <p>
+        The <a href="https://www.apache.org/dist/commons/KEYS">KEYS</a>
+        file contains the public PGP keys used by Apache Commons developers
+        to sign releases.
       </p>
     </subsection>
     </section>
-    <section name="Apache Commons DbUtils 1.6 ">
+    <section name="Apache Commons DbUtils 1.7 ">
       <subsection name="Binaries">
         <table>
           <tr>
-              <td><a href="[preferred]/commons/dbutils/binaries/commons-dbutils-1.6-bin.tar.gz">commons-dbutils-1.6-bin.tar.gz</a></td>
-              <td><a href="http://www.apache.org/dist/commons/dbutils/binaries/commons-dbutils-1.6-bin.tar.gz.md5">md5</a></td>
-              <td><a href="http://www.apache.org/dist/commons/dbutils/binaries/commons-dbutils-1.6-bin.tar.gz.asc">pgp</a></td>
+              <td><a href="[preferred]/commons/dbutils/binaries/commons-dbutils-1.7-bin.tar.gz">commons-dbutils-1.7-bin.tar.gz</a></td>
+              <td><a href="https://www.apache.org/dist/commons/dbutils/binaries/commons-dbutils-1.7-bin.tar.gz.md5">md5</a></td>
+              <td><a href="https://www.apache.org/dist/commons/dbutils/binaries/commons-dbutils-1.7-bin.tar.gz.asc">pgp</a></td>
           </tr>
           <tr>
-              <td><a href="[preferred]/commons/dbutils/binaries/commons-dbutils-1.6-bin.zip">commons-dbutils-1.6-bin.zip</a></td>
-              <td><a href="http://www.apache.org/dist/commons/dbutils/binaries/commons-dbutils-1.6-bin.zip.md5">md5</a></td>
-              <td><a href="http://www.apache.org/dist/commons/dbutils/binaries/commons-dbutils-1.6-bin.zip.asc">pgp</a></td>
+              <td><a href="[preferred]/commons/dbutils/binaries/commons-dbutils-1.7-bin.zip">commons-dbutils-1.7-bin.zip</a></td>
+              <td><a href="https://www.apache.org/dist/commons/dbutils/binaries/commons-dbutils-1.7-bin.zip.md5">md5</a></td>
+              <td><a href="https://www.apache.org/dist/commons/dbutils/binaries/commons-dbutils-1.7-bin.zip.asc">pgp</a></td>
           </tr>
         </table>
       </subsection>
       <subsection name="Source">
         <table>
           <tr>
-              <td><a href="[preferred]/commons/dbutils/source/commons-dbutils-1.6-src.tar.gz">commons-dbutils-1.6-src.tar.gz</a></td>
-              <td><a href="http://www.apache.org/dist/commons/dbutils/source/commons-dbutils-1.6-src.tar.gz.md5">md5</a></td>
-              <td><a href="http://www.apache.org/dist/commons/dbutils/source/commons-dbutils-1.6-src.tar.gz.asc">pgp</a></td>
+              <td><a href="[preferred]/commons/dbutils/source/commons-dbutils-1.7-src.tar.gz">commons-dbutils-1.7-src.tar.gz</a></td>
+              <td><a href="https://www.apache.org/dist/commons/dbutils/source/commons-dbutils-1.7-src.tar.gz.md5">md5</a></td>
+              <td><a href="https://www.apache.org/dist/commons/dbutils/source/commons-dbutils-1.7-src.tar.gz.asc">pgp</a></td>
           </tr>
           <tr>
-              <td><a href="[preferred]/commons/dbutils/source/commons-dbutils-1.6-src.zip">commons-dbutils-1.6-src.zip</a></td>
-              <td><a href="http://www.apache.org/dist/commons/dbutils/source/commons-dbutils-1.6-src.zip.md5">md5</a></td>
-              <td><a href="http://www.apache.org/dist/commons/dbutils/source/commons-dbutils-1.6-src.zip.asc">pgp</a></td>
+              <td><a href="[preferred]/commons/dbutils/source/commons-dbutils-1.7-src.zip">commons-dbutils-1.7-src.zip</a></td>
+              <td><a href="https://www.apache.org/dist/commons/dbutils/source/commons-dbutils-1.7-src.zip.md5">md5</a></td>
+              <td><a href="https://www.apache.org/dist/commons/dbutils/source/commons-dbutils-1.7-src.zip.asc">pgp</a></td>
           </tr>
         </table>
       </subsection>
@@ -131,7 +147,7 @@ limitations under the License.
         </p>
         <ul>
           <li class="download"><a href="[preferred]/commons/dbutils/">browse download area</a></li>
-          <li><a href="http://archive.apache.org/dist/commons/dbutils/">archives...</a></li>
+          <li><a href="https://archive.apache.org/dist/commons/dbutils/">archives...</a></li>
         </ul>
     </section>
   </body>