You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by kw...@apache.org on 2014/05/15 05:13:07 UTC

svn commit: r1594761 - /openjpa/site/trunk/content/apache-nexus-release-process-(1.2.x-2.1.x).mdtext

Author: kwsutter
Date: Thu May 15 03:13:06 2014
New Revision: 1594761

URL: http://svn.apache.org/r1594761
Log:
more editorial updates

Modified:
    openjpa/site/trunk/content/apache-nexus-release-process-(1.2.x-2.1.x).mdtext

Modified: openjpa/site/trunk/content/apache-nexus-release-process-(1.2.x-2.1.x).mdtext
URL: http://svn.apache.org/viewvc/openjpa/site/trunk/content/apache-nexus-release-process-%281.2.x-2.1.x%29.mdtext?rev=1594761&r1=1594760&r2=1594761&view=diff
==============================================================================
--- openjpa/site/trunk/content/apache-nexus-release-process-(1.2.x-2.1.x).mdtext (original)
+++ openjpa/site/trunk/content/apache-nexus-release-process-(1.2.x-2.1.x).mdtext Thu May 15 03:13:06 2014
@@ -280,7 +280,7 @@ Different arguments and steps are requir
         		
         6. Verify that /www/openjpa.apache.org/builds/${RELEASE}/docs/manual is populated correctly by comparing it to a previous release.
 
-    3. Copy the distribution artifacts over to the distribution area.
+    3. Copy the distribution artifacts over to the distribution area.  This step is what will eventually populate the download mirrors.
 
         1. ssh to people.apache.org and create the distribution folder
 
@@ -294,14 +294,14 @@ Different arguments and steps are requir
                 $ wget --no-check-certificate https://repository.apache.org/content/repositories/releases/\
                       org/apache/openjpa/apache-openjpa/${RELEASE}/apache-openjpa-${RELEASE}-binary.zip
 
-            Along with the corresponding .asc, .md5 and .sha1 files for both ZIP files above.
+            Along with the corresponding .asc, .md5, and .sha1 files for both ZIP files above.
 
         3. Update openjpa group access
         
                 $ chgrp -R openjpa /www/www.apache.org/dist/openjpa/${RELEASE}
                 $ chmod -R g+w /www/www.apache.org/dist/openjpa/${RELEASE}
         
-        4. 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.
+        4. Remove the previous maintenance version from /dist directory, if exists. 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.
 
                 $ ls -la /www/archive.apache.org/dist/openjpa/2.0.0/
                 $ rm -rf /www/www.apache.org/dist/openjpa/2.0.0