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

svn commit: r1589178 - /tomee/site/trunk/content/dev/release-tomee.mdtext

Author: andygumbrecht
Date: Tue Apr 22 15:44:51 2014
New Revision: 1589178

URL: http://svn.apache.org/r1589178
Log:
Formatting

Modified:
    tomee/site/trunk/content/dev/release-tomee.mdtext

Modified: tomee/site/trunk/content/dev/release-tomee.mdtext
URL: http://svn.apache.org/viewvc/tomee/site/trunk/content/dev/release-tomee.mdtext?rev=1589178&r1=1589177&r2=1589178&view=diff
==============================================================================
--- tomee/site/trunk/content/dev/release-tomee.mdtext (original)
+++ tomee/site/trunk/content/dev/release-tomee.mdtext Tue Apr 22 15:44:51 2014
@@ -3,28 +3,30 @@
 	This document is aimed at guiding a release manager through the general release process.
 
 Run **ant -f rat.xml > report.txt** on trunk to ensure all licences are in place.
-  - Review the report.txt and update/add missing headers until clean. *Tip*, search for **Unapproved licenses:**.
+*   Review the report.txt and update/add missing headers until clean. *Tip*, search for **Unapproved licenses:**.
 
 Branch the version to release and ensure it builds and passes all tests.
 
 Branch the TCK.
 
 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
+
+	\tck-1.?\plus.properties
+	\tck-1.?\pom.xml
+	\tck-1.?\webprofile-plus.properties
+	\tck-1.?\webprofile.properties
 
 Run **ant -f rat.xml > report.txt** on the branch.
-  * Review the report.txt and update/add missing headers until clean. *Tip*, search for **Unapproved licenses:**.
+*   Review the report.txt and update/add missing headers until clean. *Tip*, search for **Unapproved licenses:**.
 
 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
+
+	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
 
 Ensure you have code signing set up [http://www.apache.org/dev/release-signing.html]