Author: stevel
Date: Mon Jan  4 23:19:00 2016
New Revision: 1722985

URL: http://svn.apache.org/viewvc?rev=1722985&view=rev
Log:
SLIDER-1014 formatting notes

Modified:
    incubator/slider/site/trunk/content/developing/releasing.md

Modified: incubator/slider/site/trunk/content/developing/releasing.md
URL: 
http://svn.apache.org/viewvc/incubator/slider/site/trunk/content/developing/releasing.md?rev=1722985&r1=1722984&r2=1722985&view=diff
==============================================================================
--- incubator/slider/site/trunk/content/developing/releasing.md (original)
+++ incubator/slider/site/trunk/content/developing/releasing.md Mon Jan  4 
23:19:00 2016
@@ -592,14 +592,14 @@ the `release.xml` release file)`
 ant `release.properties` property option. 
 This would need to be set in `build.properties` or on the command line
 
-    ant -f bin/release.xml -Drelease.properties=~/release.properties
+        ant -f bin/release.xml -Drelease.properties=~/release.properties
 
 It's easier to use a symbolic link here.
 
 1. The slider POMs offer different profiles of Hadoop versions to build 
against. The instructions 
 below use the default. If a profile is needed, append it to all the maven 
commands.
 
-mvn.extra.args=-Prelease-2.8
+        mvn.extra.args=-Prelease-2.8
 
 1. If you are not building against a stable Hadoop release
 


Reply via email to