You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2017/09/06 08:32:56 UTC

svn commit: r1807450 - in /syncope/site/2.0.5: downloads.html release-process.html

Author: ilgrosso
Date: Wed Sep  6 08:32:56 2017
New Revision: 1807450

URL: http://svn.apache.org/viewvc?rev=1807450&view=rev
Log:
Staging site for release

Modified:
    syncope/site/2.0.5/downloads.html
    syncope/site/2.0.5/release-process.html

Modified: syncope/site/2.0.5/downloads.html
URL: http://svn.apache.org/viewvc/syncope/site/2.0.5/downloads.html?rev=1807450&r1=1807449&r2=1807450&view=diff
==============================================================================
--- syncope/site/2.0.5/downloads.html (original)
+++ syncope/site/2.0.5/downloads.html Wed Sep  6 08:32:56 2017
@@ -289,7 +289,7 @@
 <div class="section">
 <h3><a name="a2.0.5_Jazz"></a>2.0.5 Jazz</h3>
         
-<p>Release date: September 5th 2017</p>
+<p>Release date: September 6th 2017</p>
         
 <p>
           <a class="externalLink" href="https://cwiki.apache.org/confluence/display/SYNCOPE/Jazz">Release notes</a>

Modified: syncope/site/2.0.5/release-process.html
URL: http://svn.apache.org/viewvc/syncope/site/2.0.5/release-process.html?rev=1807450&r1=1807449&r2=1807450&view=diff
==============================================================================
--- syncope/site/2.0.5/release-process.html (original)
+++ syncope/site/2.0.5/release-process.html Wed Sep  6 08:32:56 2017
@@ -497,7 +497,7 @@ git push</pre></div>
 <li>
             Do a dry run of the <tt>release:prepare</tt> step.
             
-<div class="source"><pre class="prettyprint">mvn -P apache-release release:prepare -DdryRun=true</pre></div>
+<div class="source"><pre class="prettyprint">mvn -P apache-release release:prepare -Darguments="-DbuildNumber=syncope-$VERSION" -DdryRun=true</pre></div>
 
             The dry run will not commit any changes and gives you the opportunity to verify that the 
             release process will complete as expected.
@@ -566,7 +566,7 @@ gpg: Signature made ...</pre></div>
             Run the <tt>release:prepare</tt> step for real this time. You'll be prompted for the same version 
             information and optionally your GPG passphrase again.
             
-<div class="source"><pre class="prettyprint">mvn -P apache-release release:prepare</pre></div>
+<div class="source"><pre class="prettyprint">mvn -P apache-release release:prepare -Darguments="-DbuildNumber=syncope-$VERSION"</pre></div>
           </li>
           
 <li>
@@ -673,7 +673,7 @@ svn commit -m &quot;Staging site for rel
 <li>
             From <tt>$SYNCOPE_RELEASE_DIR</tt> execute (this step will create a maven staging repository):
             
-<div class="source"><pre class="prettyprint">mvn -P apache-release release:perform [-Duser.name=&lt;your_apache_uid&gt;]</pre></div>
+<div class="source"><pre class="prettyprint">mvn -P apache-release release:perform -Darguments="-DbuildNumber=syncope-$VERSION" [-Duser.name=&lt;your_apache_uid&gt;]</pre></div>
         
             
 <p>