You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2013/08/01 14:47:28 UTC

svn commit: r1509211 - /myfaces/tobago/trunk/src/site/apt/release-checklist.apt

Author: lofwyr
Date: Thu Aug  1 12:47:28 2013
New Revision: 1509211

URL: http://svn.apache.org/r1509211
Log:
revision

Modified:
    myfaces/tobago/trunk/src/site/apt/release-checklist.apt

Modified: myfaces/tobago/trunk/src/site/apt/release-checklist.apt
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/src/site/apt/release-checklist.apt?rev=1509211&r1=1509210&r2=1509211&view=diff
==============================================================================
--- myfaces/tobago/trunk/src/site/apt/release-checklist.apt (original)
+++ myfaces/tobago/trunk/src/site/apt/release-checklist.apt Thu Aug  1 12:47:28 2013
@@ -58,14 +58,14 @@ mvn release:prepare -Pall-modules
   * Deploy the release to the nexus repository with the apache-release profile. For Tobago 1.0.x
 
 +------------------------+
-    cd checkout-of-release
-    mvn deploy -Papache-release,jdk14retro,generate-assembly --no-plugin-updates -Dnon-default-modules -Djava14.home=${java14.jre}
+cd checkout-of-release
+mvn deploy -Papache-release,jdk14retro,generate-assembly --no-plugin-updates -Dnon-default-modules -Djava14.home=${java14.jre}
 +------------------------+
 
     For Tobago 1.5.x and higher:
 
 +------------------------+
-    mvn deploy -Papache-release,generate-assembly --no-plugin-updates -Dnon-default-modules
+mvn deploy -Papache-release,generate-assembly --no-plugin-updates -Dnon-default-modules
 +------------------------+
 
     For more information please consult the pom.xml files.