Author: buildbot
Date: Thu Jan 24 14:20:10 2013
New Revision: 847789
Log:
Staging update by buildbot for stanbol
Modified:
websites/staging/stanbol/trunk/content/ (props changed)
websites/staging/stanbol/trunk/content/development/release-management.html
Propchange: websites/staging/stanbol/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Jan 24 14:20:10 2013
@@ -1 +1 @@
-1437117
+1438010
Modified:
websites/staging/stanbol/trunk/content/development/release-management.html
==============================================================================
--- websites/staging/stanbol/trunk/content/development/release-management.html
(original)
+++ websites/staging/stanbol/trunk/content/development/release-management.html
Thu Jan 24 14:20:10 2013
@@ -117,17 +117,14 @@ released artifact, making SVN tags, and
staging repository.</p>
<p>To start a release we use the following command. We ensure that
'clean install' is executed first. Then we adjust the commit comment
-that will be generated by the release plugin. Additionally, we hinder
-the plugin to update dependencies to the new development version and
-we do not want to update our working copy version to use the new
-development version. Our goal is to cut the release and leave the
+that will be generated by the release plugin.</p>
+<p>Our goal is to cut the release and leave the
current trunk untouched as it was before. We will update versions after
the release vote has passed -- not before. That means that the values
-that you enter when asked for the next development version will
-never be used.</p>
+that you enter when asked for the next development version should be
+the same development version as it was before.</p>
<div class="codehilite"><pre><span class="nv">$</span> <span
class="nv">mvn</span> <span class="n">release:prepare</span> <span
class="o">-</span><span class="n">DpreparationGoals</span><span
class="o">=</span><span class="n">clean</span> <span class="n">install</span>
<span class="o">\</span>
<span class="o">-</span><span
class="n">DupdateDependencies</span><span class="o">=</span><span
class="n">false</span> <span class="o">\</span>
- <span class="o">-</span><span
class="n">DupdateWorkingCopyVersions</span><span class="o">=</span><span
class="n">false</span> <span class="o">\</span>
<span class="o">-</span><span
class="n">DscmCommentPrefix</span><span class="o">=</span><span
class="n">STANBOL</span><span class="o">-</span><span class="n">XXX:</span>
</pre></div>