You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@slider.apache.org by bu...@apache.org on 2014/07/23 05:39:51 UTC

svn commit: r917155 - in /websites/staging/slider/trunk/content: ./ developing/releasing.html

Author: buildbot
Date: Wed Jul 23 03:39:50 2014
New Revision: 917155

Log:
Staging update by buildbot for slider

Modified:
    websites/staging/slider/trunk/content/   (props changed)
    websites/staging/slider/trunk/content/developing/releasing.html

Propchange: websites/staging/slider/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Jul 23 03:39:50 2014
@@ -1 +1 @@
-1612636
+1612749

Modified: websites/staging/slider/trunk/content/developing/releasing.html
==============================================================================
--- websites/staging/slider/trunk/content/developing/releasing.html (original)
+++ websites/staging/slider/trunk/content/developing/releasing.html Wed Jul 23 03:39:50 2014
@@ -208,8 +208,8 @@ starting to make a release</em></p>
 </pre></div>
 
 
-<p><strong>Step #4:</strong> in the new branch, increment those version numbers using (the maven
-versions plugin)[http://mojo.codehaus.org/versions-maven-plugin/]</p>
+<p><strong>Step #4:</strong> in the new branch, increment those version numbers using <a href="http://mojo.codehaus.org/versions-maven-plugin/">the maven
+versions plugin</a></p>
 <div class="codehilite"><pre><span class="n">mvn</span> <span class="n">versions</span><span class="p">:</span><span class="n">set</span> <span class="o">-</span><span class="n">DnewVersion</span><span class="p">=</span>$<span class="n">SLIDER_RELEASE</span>
 </pre></div>