Author: jasha
Date: Sat Apr  7 06:37:31 2012
New Revision: 1310680

URL: http://svn.apache.org/viewvc?rev=1310680&view=rev
Log:
Remove incutating, use terms from the new Nexus

Modified:
    rave/site/trunk/content/release-process.mdtext

Modified: rave/site/trunk/content/release-process.mdtext
URL: 
http://svn.apache.org/viewvc/rave/site/trunk/content/release-process.mdtext?rev=1310680&r1=1310679&r2=1310680&view=diff
==============================================================================
--- rave/site/trunk/content/release-process.mdtext (original)
+++ rave/site/trunk/content/release-process.mdtext Sat Apr  7 06:37:31 2012
@@ -101,13 +101,13 @@ All of the steps below apply to both the
     
     2. Verify the staged artifacts in the nexus repo     
         * https://repository.apache.org/index.html
-        * Staging tab --> Name column --> org.apache.rave
+        * Staging repositories (under Build Promotion) --> Name column --> 
org.apache.rave
         * Navigate through the artifact tree and make sure that all javadoc, 
sources, tests, jars, ... have .asc (GPG signature) and .md5 files. See 
http://people.apache.org/~henkp/repo/faq.html and 
http://www.apache.org/dev/release-signing.html#openpgp-ascii-detach-sig
     
     3. Close the nexus staging repo
         * https://repository.apache.org/index.html
-        * Staging tab --> Name column --> org.apache.rave
-        * Right click on the open staging repo (org.apache.rave-XXX) and 
select Close.
+        * Staging repositories (under Build Promotion) --> Name column --> 
org.apache.rave
+        * Click checkbox for the open staging repo (org.apache.rave-XXX) and 
press Close in the menu bar.
 
 11.  Build and stage the Demo artifacts (Rave Project releases Only)
 
@@ -145,13 +145,12 @@ All of the steps below apply to both the
     1. Promote the staged nexus artifacts  
 
         * https://repository.apache.org/index.html
-        * Enterprise --> Staging
-        * Staging tab --> Name column --> org.apache.rave
-        * Right click on the closed staging repo (org.apache.rave-XXX) and 
select Release.
+        * Staging repositories (under Build Promotion) --> Name column --> 
org.apache.rave
+        * Click checkbox of the closed staging repo (org.apache.rave-XXX) and 
select Release.
 
     2. Copy the source artifacts over to the distribution area  
 
-        *  $ svn co 
https://dist.apache.org/repos/dist/release/incubator/rave/sources 
./rave-sources  (KEEP this directory until after the release process has been 
completed)
+        *  $ svn co https://dist.apache.org/repos/dist/release/rave/sources 
./rave-sources  (KEEP this directory until after the release process has been 
completed)
         *  $ cd ./rave-sources 
         *  $ wget 
https://repository.apache.org/content/repositories/releases/org/apache/rave/${project.name}/${project.version}/${project.name}-${project.version}-source-release.zip
    
         *  $ wget 
https://repository.apache.org/content/repositories/releases/org/apache/rave/${project.name}/${project.version}/${project.name}-${project.version}-source-release.zip.asc
   
@@ -162,9 +161,9 @@ All of the steps below apply to both the
 
     3. Copy the binary artifacts over to the distribution area (for 
rave-project only)  
   
-        *  $ svn co 
https://dist.apache.org/repos/dist/release/incubator/rave/binaries 
./rave-binaries  (KEEP this directory until after the release process has been 
completed)
+        *  $ svn co https://dist.apache.org/repos/dist/release/rave/binaries 
./rave-binaries  (KEEP this directory until after the release process has been 
completed)
         *  $ cd rave-binaries
-        *  $ scp 
people.apache.org:/www/people.apache.org/builds/incubator/rave/${project.version}/*
 ./
+        *  $ scp 
people.apache.org:/www/people.apache.org/builds/rave/${project.version}/* ./
         *  $ svn add *
         *  $ svn commit -m "Committing Binary Release for 
${project.name}-${project.version}
 


Reply via email to