You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@tomee.apache.org by bu...@apache.org on 2014/04/22 17:46:28 UTC

svn commit: r906521 - in /websites/staging/tomee/trunk: cgi-bin/ content/ content/dev/release-tomee.html

Author: buildbot
Date: Tue Apr 22 15:46:28 2014
New Revision: 906521

Log:
Staging update by buildbot for tomee

Modified:
    websites/staging/tomee/trunk/cgi-bin/   (props changed)
    websites/staging/tomee/trunk/content/   (props changed)
    websites/staging/tomee/trunk/content/dev/release-tomee.html

Propchange: websites/staging/tomee/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Apr 22 15:46:28 2014
@@ -1 +1 @@
-1589158
+1589180

Propchange: websites/staging/tomee/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Apr 22 15:46:28 2014
@@ -1 +1 @@
-1589158
+1589180

Modified: websites/staging/tomee/trunk/content/dev/release-tomee.html
==============================================================================
--- websites/staging/tomee/trunk/content/dev/release-tomee.html (original)
+++ websites/staging/tomee/trunk/content/dev/release-tomee.html Tue Apr 22 15:46:28 2014
@@ -134,28 +134,32 @@
 </code></pre>
 
 <p>Run <strong>ant -f rat.xml > report.txt</strong> on trunk to ensure all licences are in place.
-  - Review the report.txt and update/add missing headers until clean. <em>Tip</em>, search for <strong>Unapproved licenses:</strong>.</p>
+*   Review the report.txt and update/add missing headers until clean. <em>Tip</em>, search for <strong>Unapproved licenses:</strong>.</p>
 
 <p>Branch the version to release and ensure it builds and passes all tests.</p>
 
 <p>Branch the TCK.</p>
 
-<p>Update the TCK branch to point to the version branch.
-   \tck-1.?\plus.properties
-   \tck-1.?\pom.xml
-   \tck-1.?\webprofile-plus.properties
-   \tck-1.?\webprofile.properties</p>
+<p>Update the TCK branch to point to the version branch.</p>
+
+<pre><code>\tck-1.?\plus.properties
+\tck-1.?\pom.xml
+\tck-1.?\webprofile-plus.properties
+\tck-1.?\webprofile.properties
+</code></pre>
 
 <p>Run <strong>ant -f rat.xml > report.txt</strong> on the branch.
-  * Review the report.txt and update/add missing headers until clean. <em>Tip</em>, search for <strong>Unapproved licenses:</strong>.</p>
+*   Review the report.txt and update/add missing headers until clean. <em>Tip</em>, search for <strong>Unapproved licenses:</strong>.</p>
 
-<p>Pre-authenticate svn repositories to ensure your credentials are cached before using any tools.
-  svn mkdir -m "Create test dir" https://svn.apache.org/repos/asf/tomee/tomee/branches/testdir
-  svn delete -m "Delete test dir" https://svn.apache.org/repos/asf/tomee/tomee/branches/testdir
-  svn mkdir -m "Create test dir" https://repository.apache.org/content/repositories/testdir
-  svn delete -m "Delete test dir" https://repository.apache.org/content/repositories/testdir
-  svn mkdir -m "Create test dir" https://dist.apache.org/repos/dist/dev/tomee/testdir
-  svn delete -m "Delete test dir" https://dist.apache.org/repos/dist/dev/tomee/testdir</p>
+<p>Pre-authenticate svn repositories to ensure your credentials are cached before using any tools.</p>
+
+<pre><code>svn mkdir -m "Create test dir" https://svn.apache.org/repos/asf/tomee/tomee/branches/testdir
+svn delete -m "Delete test dir" https://svn.apache.org/repos/asf/tomee/tomee/branches/testdir
+svn mkdir -m "Create test dir" https://repository.apache.org/content/repositories/testdir
+svn delete -m "Delete test dir" https://repository.apache.org/content/repositories/testdir
+svn mkdir -m "Create test dir" https://dist.apache.org/repos/dist/dev/tomee/testdir
+svn delete -m "Delete test dir" https://dist.apache.org/repos/dist/dev/tomee/testdir
+</code></pre>
 
 <p>Ensure you have code signing set up [http://www.apache.org/dev/release-signing.html]</p>