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/15 17:50:51 UTC

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

Author: buildbot
Date: Sat Dec 15 16:50:50 2012
New Revision: 842505

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-one-pager.html

Propchange: websites/staging/isis/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Dec 15 16:50:50 2012
@@ -1 +1 @@
-1422286
+1422287

Propchange: websites/staging/isis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Dec 15 16:50:50 2012
@@ -1 +1 @@
-1422286
+1422287

Modified: websites/staging/isis/trunk/content/contributors/release-process-one-pager.html
==============================================================================
--- websites/staging/isis/trunk/content/contributors/release-process-one-pager.html (original)
+++ websites/staging/isis/trunk/content/contributors/release-process-one-pager.html Sat Dec 15 16:50:50 2012
@@ -203,7 +203,7 @@ rm -rf ~/.m2/repository/org/apache/isis
 mvn clean install -o
 </pre>
 
-<h2>Checkcode</h2>
+<h2>Check code</h2>
 
 <p>Parent version, SNAPSHOTS, also tck</p>
 
@@ -225,10 +225,12 @@ mvn org.apache.rat:apache-rat-plugin:che
 for a in `find . -name rat.txt -print`; do grep '!???' $a; done
 </pre>
 
-<p>Missing/spurious <code>supplemental-models.xml</code>:
+<p>Missing/spurious <code>supplemental-models.xml</code>:</p>
+
 <pre>
 mvn license:download-licenses
-groovy ../scripts/checkmissinglicenses.groovy</p>
+groovy ../scripts/checkmissinglicenses.groovy
+</pre>
 
 <h2>Release</h2>