Author: buildbot
Date: Wed May 14 19:27:46 2014
New Revision: 908816

Log:
Staging update by buildbot for openjpa

Modified:
    websites/staging/openjpa/trunk/content/   (props changed)
    
websites/staging/openjpa/trunk/content/apache-nexus-release-process-(1.2.x-2.1.x).html

Propchange: websites/staging/openjpa/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed May 14 19:27:46 2014
@@ -1 +1 @@
-1590119
+1594682

Modified: 
websites/staging/openjpa/trunk/content/apache-nexus-release-process-(1.2.x-2.1.x).html
==============================================================================
--- 
websites/staging/openjpa/trunk/content/apache-nexus-release-process-(1.2.x-2.1.x).html
 (original)
+++ 
websites/staging/openjpa/trunk/content/apache-nexus-release-process-(1.2.x-2.1.x).html
 Wed May 14 19:27:46 2014
@@ -22,7 +22,7 @@ limitations under the License.
         <!-- <link href="http://openjpa.apache.org/styles/type-settings.css"; 
rel="stylesheet" type="text/css"/> -->
         <link href="./css/type-settings.css" rel="stylesheet" type="text/css"/>
         <LINK rel="schema.DC" href="http://purl.org/DC/elements/1.0/";>
-        <META name="Description" content="Apache OpenJPA -- Apache Nexus 
Release Process 1.2.x-2.1.x" />
+        <META name="Description" content="Apache OpenJPA -- Apache Nexus 
Release Process 1.2.x-2.x" />
         <META name="Keywords" content="Apache OpenJPA, JPA, JPA 1.0, JSR-220, 
JPA2, JPA 2.0, JSR-317, " />
         <META name="Owner" content="[email protected]" />
         <META name="Robots" content="index, follow" />
@@ -68,7 +68,7 @@ limitations under the License.
                             <div class="bottom_red_bar">
                                 <div id="site-breadcrumbs">
                                     <!-- Breadcrumbs --
-                                    <a href="/">Home</a>&nbsp;&raquo&nbsp;<a 
href="/apache-nexus-release-process-(1.2.x-2.1.x).html">Apache Nexus Release 
Process 1.2.x-2.1.x</a>
+                                    <a href="/">Home</a>&nbsp;&raquo&nbsp;<a 
href="/apache-nexus-release-process-(1.2.x-2.1.x).html">Apache Nexus Release 
Process 1.2.x-2.x</a>
                                      -- Breadcrumbs -->
                                 </div>
                             </div>
@@ -146,7 +146,7 @@ limitations under the License.
                                         <td valign="top" width="100%" 
style="overflow:hidden;">
                                             <div class="wiki-content">
                                                 <p><a 
name="apache-nexus-release-process-(1.2.x-2.1.x)"></a></p>
-<h1 id="release-steps-for-openjpa-12x-21x">Release Steps for OpenJPA 1.2.x - 
2.1.x</h1>
+<h1 id="release-steps-for-openjpa-12x-2x">Release Steps for OpenJPA 1.2.x - 
2.x</h1>
 <p>We're starting to move our builds over to using the Apache Nexus repository 
(repository.apache.org) for releasing SNAPSHOT and release artifacts.
 More details on releasing artifacts and using Nexus can be found on the Maven 
website at - <a 
href="http://maven.apache.org/developers/release/apache-release.html";>http://maven.apache.org/developers/release/apache-release.html</a></p>
 <ol>
@@ -596,14 +596,14 @@ $ svn commit -m &quot;Commit <span class
 <li>
 <p>Update the assemblies in the distribution directory.  For this, we'll just 
wget copies of the released assemblies with their signatures and hashes from 
the Apache repo:</p>
 <div class="codehilite"><pre>$ cd /www/www.apache.org/dist/openjpa/<span 
class="cp">${</span><span class="n">RELEASE</span><span class="cp">}</span>
-$ wget [--no-check-certificate] 
https://repository.apache.org/content/repositories/releases/\
+$ wget --no-check-certificate 
https://repository.apache.org/content/repositories/releases/\
       org/apache/openjpa/apache-openjpa/<span class="cp">${</span><span 
class="n">RELEASE</span><span class="cp">}</span>/apache-openjpa-<span 
class="cp">${</span><span class="n">RELEASE</span><span 
class="cp">}</span>-source.zip
-$ wget [--no-check-certificate] 
https://repository.apache.org/content/repositories/releases/\
+$ wget --no-check-certificate 
https://repository.apache.org/content/repositories/releases/\
       org/apache/openjpa/apache-openjpa/<span class="cp">${</span><span 
class="n">RELEASE</span><span class="cp">}</span>/apache-openjpa-<span 
class="cp">${</span><span class="n">RELEASE</span><span 
class="cp">}</span>-binary.zip
 </pre></div>
 
 
-<p>Along with the <em>.zip.asc, </em>.zip.md5 and *.zip.sha1 for both ZIP 
files above.</p>
+<p>Along with the corresponding .asc, .md5 and .sha1 files for both ZIP files 
above.</p>
 </li>
 <li>
 <p>Update openjpa group access</p>
@@ -614,7 +614,7 @@ $ chmod -R g+w /www/www.apache.org/dist/
 
 </li>
 <li>
-<p>Optional: Remove the previous version from /dist. Ie if you're publishing 
2.0.1 you would remove 2.0.0.  Verify that the release being removed is in the 
distribution archives before removing.</p>
+<p>Remove the previous version from /dist. Ie if you're publishing 2.0.1 you 
would remove 2.0.0.  Verify that the release being removed is in the 
distribution archives before removing.</p>
 <div class="codehilite"><pre>$ <span class="n">ls</span> <span 
class="o">-</span><span class="n">la</span> <span class="o">/</span><span 
class="n">www</span><span class="o">/</span><span class="n">archive</span><span 
class="p">.</span><span class="n">apache</span><span class="p">.</span><span 
class="n">org</span><span class="o">/</span><span class="n">dist</span><span 
class="o">/</span><span class="n">openjpa</span><span class="o">/</span>2<span 
class="p">.</span>0<span class="p">.</span>0<span class="o">/</span>
 $ <span class="n">rm</span> <span class="o">-</span><span class="n">rf</span> 
<span class="o">/</span><span class="n">www</span><span class="o">/</span><span 
class="n">www</span><span class="p">.</span><span class="n">apache</span><span 
class="p">.</span><span class="n">org</span><span class="o">/</span><span 
class="n">dist</span><span class="o">/</span><span 
class="n">openjpa</span><span class="o">/</span>2<span class="p">.</span>0<span 
class="p">.</span>0
 </pre></div>
@@ -624,8 +624,8 @@ $ <span class="n">rm</span> <span class=
 </ol>
 </li>
 <li>
-<p>Update the <a href="https://issues.apache.org/jira/browse/OPENJPA";>JIRA 
Releases</a> page to mark the version as "released", and set the date to the 
date that the release was approved. 
-You may also need to make a new release entry for the next release.</p>
+<p>Update the <a 
href="https://issues.apache.org/jira/plugins/servlet/project-config/OPENJPA/versions";>JIRA
 Releases</a> page to mark the version as "released", and set the date to the 
date that the release was approved. 
+(You may need to make a new release entry for the next release.)</p>
 </li>
 <li>
 <p>If the release contains the OpenBooks sample, check and update the 
"openjpa.version" property to the correct release in:</p>


Reply via email to