You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bval.apache.org by bu...@apache.org on 2012/04/10 18:10:36 UTC

svn commit: r812182 - in /websites/staging/bval/trunk/content: ./ release-process.html

Author: buildbot
Date: Tue Apr 10 16:10:35 2012
New Revision: 812182

Log:
Staging update by buildbot for bval

Modified:
    websites/staging/bval/trunk/content/   (props changed)
    websites/staging/bval/trunk/content/release-process.html

Propchange: websites/staging/bval/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Apr 10 16:10:35 2012
@@ -1 +1 @@
-1311718
+1311813

Modified: websites/staging/bval/trunk/content/release-process.html
==============================================================================
--- websites/staging/bval/trunk/content/release-process.html (original)
+++ websites/staging/bval/trunk/content/release-process.html Tue Apr 10 16:10:35 2012
@@ -406,24 +406,24 @@ site:deploy</code> and will deploy the s
 <li>
 <p>Create a <code>VOTE</code> email thread on <a href="mailto:dev@bval.apache.org">bval-dev</a> to record votes as replies, e.g.:</p>
 <div class="codehilite"><pre>To: dev@bval.apache.org
-Subject: [VOTE] Apache BVal 1.0 Release Candidate
+Subject: [VOTE] Apache BVal &lt;version&gt; Release Candidate
 
-I&#39;ve created a 1.0 release candidate, with the following artifacts up for a vote:
+I&#39;ve created a &lt;version&gt; release candidate, with the following artifacts up for a vote:
 
-SVN source tag (r950702):
-https://svn.apache.org/repos/asf/bval/tags/1.0/
+SVN source tag (r9999999):
+https://svn.apache.org/repos/asf/bval/tags/&lt;version&gt;/
 
 Maven staging repo:
 https://repository.apache.org/content/repositories/orgapachebval-020/
 
 Source release:
-https://repository.apache.org/content/repositories/orgapachebval-020/org/apache/bval/bval-parent/1.0/bval-parent-1.0-source-release.zip
+https://repository.apache.org/content/repositories/orgapachebval-020/org/apache/bval/bval-parent/&lt;version&gt;/bval-parent-&lt;version&gt;-source-release.zip
 
-Javadoc staging site:
-http://people.apache.org/~mbenson/bval/1.0/staging-site/apidocs/
+Staging site:
+http://people.apache.org/~mbenson/bval/&lt;version&gt;/staging-site/apidocs/
 
-PGP release keys (signed using D018E6B1):
-https://svn.apache.org/repos/asf/bval/KEYS
+PGP release keys (signed using 2163DDCE):
+http://www.apache.org/dist/bval/KEYS
 
 Vote will be open for 72 hours.
 
@@ -437,9 +437,9 @@ Vote will be open for 72 hours.
 <li>
 <p>Create a DISCUSS email thread on bval-dev@ for any vote questions, e.g.:</p>
 <div class="codehilite"><pre>To: dev@bval.apache.org
-Subject: [DISCUSS] Apache BVal 1.0 Release Candidate
+Subject: [DISCUSS] Apache BVal &lt;version&gt; Release Candidate
 
-Discussion thread for vote on 1.0 release candidate, with SVN source tag (r999999).
+Discussion thread for vote on &lt;version&gt; release candidate, with SVN source tag (r9999999).
 
 For more information on the release process, check out http://www.apache.org/dev/release.html .
 
@@ -448,7 +448,7 @@ Some of the things to check before votin
 - can you build the contents of source-release.zip and svn tag
 - do all of the staged jars/zips contain the required LICENSE and NOTICE files
 - are all of the staged jars signed and the signature verifiable
-- is the signing key in the project&#39;s KEYS file and on a public server
+- is the signing key in the project&#39;s KEYS file and on a public server (i.e. http://www.apache.org/dist/bval/)
 - does the release pass the TCK
 </pre></div>