You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by bu...@apache.org on 2012/12/13 21:40:39 UTC

svn commit: r842185 - in /websites/staging/isis/trunk: cgi-bin/ content/ content/contributors/release-process.html

Author: buildbot
Date: Thu Dec 13 20:40:38 2012
New Revision: 842185

Log:
Staging update by buildbot for isis

Modified:
    websites/staging/isis/trunk/cgi-bin/   (props changed)
    websites/staging/isis/trunk/content/   (props changed)
    websites/staging/isis/trunk/content/contributors/release-process.html

Propchange: websites/staging/isis/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Dec 13 20:40:38 2012
@@ -1 +1 @@
-1421504
+1421508

Propchange: websites/staging/isis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Dec 13 20:40:38 2012
@@ -1 +1 @@
-1421504
+1421508

Modified: websites/staging/isis/trunk/content/contributors/release-process.html
==============================================================================
--- websites/staging/isis/trunk/content/contributors/release-process.html (original)
+++ websites/staging/isis/trunk/content/contributors/release-process.html Thu Dec 13 20:40:38 2012
@@ -585,9 +585,9 @@ $ mvn release:prepare -P apache-release 
 [INFO] Isis Core WebServer
 [INFO] Isis Core CgLib Bytecode
 [INFO] Isis Core Javassist Bytecode
-[INFO] Isis Core In-Memory ObjectStore
-[INFO] Isis Core In-memory ProfileStore
-[INFO] Isis Core No-op Security
+[INFO] Isis Core (In-Memory) ObjectStore
+[INFO] Isis Core (In-memory) ProfileStore
+[INFO] Isis Core (Bypass) Security
 [INFO] Isis Core TCK App
 [INFO] Isis Core TCK DOM
 [INFO] Isis Core Integration Testing Support
@@ -603,26 +603,21 @@ What is the release version for "Apache 
 1.0.0: :
 </pre>
 
-<p>Then answer the next three questions, either accepting the offered values or overriding (see <a href="release-branch-and-tag-names.html">release tag names</a>:</p>
+<p>Then answer the next three questions, either accepting the offered values or overriding as per <a href="release-branch-and-tag-names.html">release tag names</a>:</p>
 
 <pre>
-What is the release version for "Apache Isis Core"? (org.apache.isis.core:isis)
-1.0.0: :
-What is SCM release tag or label for "Apache Isis Core"? (org.apache.isis.core:i
-sis) isis-1.0.0: : <b>release/core/1.0.0</b>
-What is the new development version for "Apache Isis Core"? (org.apache.isis.cor
-e:isis) 1.0.1-SNAPSHOT:
+What is the release version for "Apache Isis Core"? (org.apache.isis.core:isis) 1.0.0: :
+What is SCM release tag or label for "Apache Isis Core"? (org.apache.isis.core:isis) isis-1.0.0: : <b>release/core/1.0.0</b>
+What is the new development version for "Apache Isis Core"? (org.apache.isis.core:isis) 1.0.1-SNAPSHOT:
 </pre>
 
-<p>The next step, assuming this completes successfully, is to delete the generated <code>release.properties</code> file:</p>
+<p>Assuming this completes successfully, delete the generated <code>release.properties</code> file:</p>
 
 <pre>
 rm release.properties
 </pre>
 
-<p><div class="note">
-The requirement to delete this file is a side-effect of using <code>mvn</code> with a decentralized version control system such <code>git</code> rather than with a centralized version control system such as <code>svn</code>
-</div></p>
+<p>The requirement to delete this file is a side-effect of using <code>mvn</code> with a decentralized version control system such <code>git</code> rather than with a centralized version control system such as <code>svn</code>.</p>
 
 <p>Then, re-run the command, but without the <code>dryRun</code> flag.  You can also set the <code>skipTests</code> flag since they would have been run during the previous dry run:</p>