Author: mbenson
Date: Thu Oct 18 20:27:34 2018
New Revision: 1844284

URL: http://svn.apache.org/viewvc?rev=1844284&view=rev
Log:
CMS commit to bval by mbenson

Modified:
    bval/cms-site/trunk/content/release-process.mdtext

Modified: bval/cms-site/trunk/content/release-process.mdtext
URL: 
http://svn.apache.org/viewvc/bval/cms-site/trunk/content/release-process.mdtext?rev=1844284&r1=1844283&r2=1844284&view=diff
==============================================================================
--- bval/cms-site/trunk/content/release-process.mdtext (original)
+++ bval/cms-site/trunk/content/release-process.mdtext Thu Oct 18 20:27:34 2018
@@ -210,18 +210,13 @@ received (see [Recovering from a vetoed
         1. Right click on the closed `org.apache.bval-XXX` staging repo and 
select **Release**.
 
     1. Update the generated portion of the website:
-        1. Copy the staged site into `content/mvnsite` of a site checkout, 
then commit. (*TODO should really sync rather than just copy)
+        1. `mvn site-deploy` from the tag checkout
         1. Update the site in the CMS gui and re-publish the site.
+        1. Remove staged site from https://dist.apache.org/repos/dist/dev/bval 
.
 
     1. Add the distribution artifacts to the distribution area:
-
-        In a checkout of <https://dist.apache.org/repos/dist/release/bval>:
-
-            :::sh
-            svn rm ${previous.version}
-            wget -e robots=off -nH --cut-dirs=7 -np --no-check-certificate -m 
-A *.zip*  -R .asc.sha1,.asc.md5 
https://repository.apache.org/content/repositories/releases/org/apache/bval/bval-parent/${project.version}/
-            svn add $(project.version}
-            svn commit -m "distribution for bval-${project.version}"
+        Move source archives staged to 
https://dist.apache.org/repos/dist/dev/bval/source to
+        https://dist.apache.org/repos/dist/release/bval . Commit changes in 
both locations.
 
     1. Update the *Downloads* page of the website to point to the new release 
artifacts:
 
@@ -253,7 +248,7 @@ received (see [Recovering from a vetoed
             Apache BVal <version>
 
             Apache BVal delivers an implementation of the Java Bean Validation
-            specification 1.0.  The following changes are included in this 
release:
+            specification 2.0.  The following changes are included in this 
release:
 
             <changelist>
 
@@ -283,23 +278,14 @@ received (see [Recovering from a vetoed
 
     1. Manually revert the versions in trunk to the prior version and commit
 
-1. Delete the svn tag created by the `release:perform` step:
-
-        :::sh
-        svn rm https://svn.apache.org/repos/asf/bval/tags/1.0 -m "deleting tag 
from rolled back release"
+1. Delete the git tag created by the `release:perform` step.
 
 1. Drop the nexus staging repo:
     1. 
[https://repository.apache.org/index.html](https://repository.apache.org/index.html)
     1. **Enterprise --> Staging**
     1. **Staging tab --> Name column --> org.apache.bval**
     1. Right click on the closed `org.apache.bval-XXX` staging repo and select 
**Drop**.
-1. Remove the staged site:
-
-        :::sh
-        ssh ${user.name}@people.apache.org 
-        cd ~/public_html/bval
-        rm -fr ${project.version}
-
+1. Remove the staged site from the dev dist repo.
 1. Make the required updates that caused the vote to be canceled.
 1. Spin another release candidate!
 


Reply via email to