You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-commits@db.apache.org by mb...@apache.org on 2015/03/20 20:58:28 UTC

svn commit: r1668134 - in /db/jdo/site/src/site: resources/releases/release-3.1.cgi xdoc/downloads.xml xdoc/index.xml xdoc/releases/release-3.1.xml

Author: mbo
Date: Fri Mar 20 19:58:28 2015
New Revision: 1668134

URL: http://svn.apache.org/r1668134
Log:
Updates to site and process documents for 3.1 release.

Added:
    db/jdo/site/src/site/resources/releases/release-3.1.cgi
    db/jdo/site/src/site/xdoc/releases/release-3.1.xml
Modified:
    db/jdo/site/src/site/xdoc/downloads.xml
    db/jdo/site/src/site/xdoc/index.xml

Added: db/jdo/site/src/site/resources/releases/release-3.1.cgi
URL: http://svn.apache.org/viewvc/db/jdo/site/src/site/resources/releases/release-3.1.cgi?rev=1668134&view=auto
==============================================================================
--- db/jdo/site/src/site/resources/releases/release-3.1.cgi (added)
+++ db/jdo/site/src/site/resources/releases/release-3.1.cgi Fri Mar 20 19:58:28 2015
@@ -0,0 +1,23 @@
+#!/bin/sh
+
+# Copyright 2002-2004 The Apache Software Foundation or its licensors,
+# as applicable.
+#
+# Licensed 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.
+
+# Wrapper script around mirrors.cgi script
+# (we must change to that directory in order for python to pick up the
+#  python includes correctly)
+# Copied from Stefan's http://www.apache.org/~bodewig/mirror.html
+cd /www/www.apache.org/dyn/mirrors 
+/www/www.apache.org/dyn/mirrors/mirrors.cgi $*

Modified: db/jdo/site/src/site/xdoc/downloads.xml
URL: http://svn.apache.org/viewvc/db/jdo/site/src/site/xdoc/downloads.xml?rev=1668134&r1=1668133&r2=1668134&view=diff
==============================================================================
--- db/jdo/site/src/site/xdoc/downloads.xml (original)
+++ db/jdo/site/src/site/xdoc/downloads.xml Fri Mar 20 19:58:28 2015
@@ -27,14 +27,19 @@ limitations under the License.
     <body>
     <section name="Latest Official Release">
         <p>
-            <a href="releases/release-3.1-rc1.cgi">JDO 3.1-rc1</a> 
+            <a href="releases/release-3.1.cgi">JDO 3.1</a> 
             <img vspace="0" hspace="8" src="images/dot_clear.gif" alt=""/>
-            September 22, 2013
+            March 20, 2015
         </p>
     </section>
 
     <section name="Previous Official Releases">
         <p>
+            <a href="releases/release-3.1-rc1.cgi">JDO 3.1-rc1</a> 
+            <img vspace="0" hspace="8" src="images/dot_clear.gif" alt=""/>
+            September 22, 2013
+        </p>
+        <p>
             <a href="releases/release-3.0.1.cgi">JDO 3.0.1</a> 
             <img vspace="0" hspace="8" src="images/dot_clear.gif" alt=""/>
             November 13, 2011

Modified: db/jdo/site/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/db/jdo/site/src/site/xdoc/index.xml?rev=1668134&r1=1668133&r2=1668134&view=diff
==============================================================================
--- db/jdo/site/src/site/xdoc/index.xml (original)
+++ db/jdo/site/src/site/xdoc/index.xml Fri Mar 20 19:58:28 2015
@@ -56,6 +56,14 @@ thriving community of users and develope
 
 <section name="JDO News">
 
+    <strong>JDO 3.1 is released</strong><br/>
+    <blockquote>
+        JDO 3.1 has been released. This release contains minor bug fixes. For a complete list of changes (features plus bug fixes) see 
+        <a href="https://issues.apache.org/jira/browse/JDO/fixforversion/12325878">JDO 3.1 changes</a>.
+        You can download the release from the
+        <a href="downloads.html">downloads page</a>. You can also use the new release in maven projects
+        simply by referencing the jdo-api artifact in your pom.xml.</blockquote>
+
     <strong>JDO 3.1-rc1 is released</strong><br/>
     <blockquote>
         JDO 3.1-rc1 has been released. This release contains minor bug fixes. For a complete list of changes (features plus bug fixes) see 

Added: db/jdo/site/src/site/xdoc/releases/release-3.1.xml
URL: http://svn.apache.org/viewvc/db/jdo/site/src/site/xdoc/releases/release-3.1.xml?rev=1668134&view=auto
==============================================================================
--- db/jdo/site/src/site/xdoc/releases/release-3.1.xml (added)
+++ db/jdo/site/src/site/xdoc/releases/release-3.1.xml Fri Mar 20 19:58:28 2015
@@ -0,0 +1,124 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<document>
+    <properties>
+        <title>Apache JDO 3.1 Release</title>
+        <author email="jdo-dev@db.apache.org">JDO Documentation Team</author>
+    </properties>
+    <body>
+    <section name="JDO 3.1 Distributions">
+        <p>
+			Use the links below to download Apache JDO from one of our mirrors.
+            For more information about the projects see <a href="../downloads.html">Downloads</a>.
+            For information on running the TCK, see <a href="../tck.html">TCK</a>.
+        </p>
+        <p>
+            It is good practice to <a href="#Verifying">verify the integrity</a> 
+            of the distribution files.
+        </p>
+        <p>
+			You are currently using <strong>[preferred]</strong>. 
+            If you encounter a problem with this mirror, then please select another. 
+            If all mirrors are failing, there are backup mirrors at the end of the list. 
+            See <a href="http://www.apache.org/mirrors/">status</a> of mirrors.
+        </p>
+        <form action="[location]" method="get" id="SelectMirror">
+        Other mirrors: <select name="Preferred">
+            [if-any http]
+              [for http]<option value="[http]">[http]</option>[end]
+            [end]  
+            [if-any ftp]
+              [for ftp]<option value="[ftp]">[ftp]</option>[end]
+            [end]
+            [if-any backup]
+              [for backup]<option value="[backup]">[backup] (backup)</option>[end]
+            [end]
+        </select>
+        <input type="submit" value="Change" />
+        </form>
+        <br/>
+
+        <subsection name="Release Notes">
+            <p>
+                <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12325878&amp;styleName=Html&amp;projectId=10630">
+                    View release notes for JDO 3.1</a>
+            </p> 
+        </subsection>
+        <subsection name="API">
+			<p>
+            The api project contains source to build jdo-api.jar,
+            which defines the JDO API.
+            The jar file is the only artifact needed for users who wish to compile 
+            their programs using the JDO API.
+            It can be downloaded automatically by maven and placed into the local
+            maven repository if you include the
+            proper dependency in your maven project definition. 
+            Use groupId javax.jdo, artifactId jdo-api, version 3.1
+            and define your remote repository as 
+            http://www.ibiblio.org/maven.
+            Alternatively, it can be downloaded manually and put into a location 
+            of your choice.
+			</p>
+            <p>
+		     <a href="[preferred]/db/jdo/3.1/jdo-api-3.1.jar">jdo-api-3.1.jar</a>
+		    [<a href="http://www.apache.org/dist/db/jdo/3.1/jdo-api-3.1.jar.asc">PGP</a>]
+            </p>
+            <p>
+		     <a href="[preferred]/db/jdo/3.1/jdo-api-3.1.pom">jdo-api-3.1.pom</a>
+		    [<a href="http://www.apache.org/dist/db/jdo/3.1/jdo-api-3.1.pom.asc">PGP</a>]
+            </p>
+            <p>
+	     <a href="[preferred]/db/jdo/3.1/jdo-api-3.1-sources.jar">jdo-api-3.1-sources.jar</a>
+	    [<a href="http://www.apache.org/dist/db/jdo/3.1/jdo-api-3.1-sources.jar.asc">PGP</a>]
+            </p>
+        </subsection>
+
+        <subsection name="TCK">
+			<p>
+				This is a download for all implementors of JDO, and for those who want to check
+				how well an implementation is compliant with the JDO specification.
+            The tck project contains the JDO Technology Compatibility Kit. 
+            The source distribution is the only artifact needed to be downloaded 
+            by the user.  The dependencies are automatically downloaded by maven as needed to run the TCK.
+            Please refer to the README.html for further details. 
+			</p>
+            <p>
+		     <a href="[preferred]/db/jdo/3.1/jdo-3.1-src.zip">jdo-3.1-src.zip</a>
+		    [<a href="http://www.apache.org/dist/db/jdo/3.1/jdo-3.1-src.zip.asc">PGP</a>]
+            </p>
+            <p>
+		     <a href="[preferred]/db/jdo/3.1/jdo-3.1-src.tar.gz">jdo-3.1-src.tar.gz</a>
+		    [<a href="http://www.apache.org/dist/db/jdo/3.1/jdo-3.1-src.tar.gz.asc">PGP</a>]
+            </p>
+        </subsection>
+
+        </section>
+
+<section name="Verifying Releases">
+<a name="Verifying"></a>
+<p>It is essential that you verify the integrity of the downloaded
+files using the PGP signature. </p>
+<p>The PGP signatures can be verified using PGP or GPG.
+First download the <a href="http://www.apache.org/dist/db/jdo/KEYS">KEYS</a>
+as well as the <code>asc</code> signature file for the particular
+distribution.
+Make sure you get these files from the 
+<a href="http://www.apache.org/dist/db/jdo/">main distribution
+directory</a>, rather than from a mirror. Then verify the signatures using
+</p>
+<p><code>
+% pgpk -a KEYS<br />
+% pgpv <i>release_name</i>.tar.gz.asc<br />
+</code>
+<em>or</em><br />
+<code>
+% pgp -ka KEYS<br />
+% pgp <i>release_name</i>.tar.gz.asc<br />
+</code>
+<em>or</em><br />
+<code>
+% gpg --import KEYS<br/>
+% gpg --verify <i>release_name</i>.tar.gz.asc
+</code></p>
+        </section>
+    </body>
+</document>