You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by bu...@apache.org on 2014/03/20 08:55:27 UTC

svn commit: r902491 - in /websites/staging/deltaspike/trunk/content: ./ steps_for_a_release.html

Author: buildbot
Date: Thu Mar 20 07:55:26 2014
New Revision: 902491

Log:
Staging update by buildbot for deltaspike

Modified:
    websites/staging/deltaspike/trunk/content/   (props changed)
    websites/staging/deltaspike/trunk/content/steps_for_a_release.html

Propchange: websites/staging/deltaspike/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Mar 20 07:55:26 2014
@@ -1 +1 @@
-1579554
+1579556

Modified: websites/staging/deltaspike/trunk/content/steps_for_a_release.html
==============================================================================
--- websites/staging/deltaspike/trunk/content/steps_for_a_release.html (original)
+++ websites/staging/deltaspike/trunk/content/steps_for_a_release.html Thu Mar 20 07:55:26 2014
@@ -205,18 +205,16 @@
 <p>If the binding majority approved the vote continue.</p>
 <ul>
 <li>Login to https://repository.apache.org/ and release the repository</li>
+<li>Merge release branch into master and push the branch and tag to the ASF repository (see below)</li>
+<li>Create the release at jira</li>
+<li>Close the corresponding tickets of the version</li>
 <li>
-<p>Merge release branch into master and push it to the ASF repository</p>
+<p>Wait some hours and check http://repo2.maven.org/maven2/org/apache/deltaspike</p>
 <p>git checkout master
 git merge deltaspike-[version]
 git push deltaspike-[version]
 git push deltaspike-project-[version]</p>
 </li>
-<li>
-<p>Create the release at jira</p>
-</li>
-<li>Close the corresponding tickets of the version</li>
-<li>Wait some hours and check http://repo2.maven.org/maven2/org/apache/deltaspike</li>
 </ul>
 <h2 id="upload-artifacts">Upload artifacts</h2>
 <p>TODO //add new procedure</p>