Author: ilgrosso
Date: Fri Sep 9 11:46:12 2016
New Revision: 1759989
URL: http://svn.apache.org/viewvc?rev=1759989&view=rev
Log:
Adjusting the release process page
Modified:
syncope/site/2.0.0/release-process.html
Modified: syncope/site/2.0.0/release-process.html
URL:
http://svn.apache.org/viewvc/syncope/site/2.0.0/release-process.html?rev=1759989&r1=1759988&r2=1759989&view=diff
==============================================================================
--- syncope/site/2.0.0/release-process.html (original)
+++ syncope/site/2.0.0/release-process.html Fri Sep 9 11:46:12 2016
@@ -465,10 +465,14 @@ git push</pre></div>
<li>
<tt>ide/eclipse/bundles/org.apache.syncope.ide.eclipse.tests/META-INF/MANIFEST.MF</tt>
</li>
+
+<li>
+
<tt>ide/eclipse/releng/org.apache.syncope.ide.eclipse.site/category.xml</tt>
+ </li>
</ol>
- with <tt>$VERSION</tt> under <tt>Bundle-Version</tt>, then commit
and push:
+ with <tt>$VERSION</tt>, then commit and push:
-<div class="source"><pre class="prettyprint">git commit -a -m "Updating
MANIFEST.MF files for release"
+<div class="source"><pre class="prettyprint">git commit -a -m "Updating
Eclipse files for release"
git push</pre></div>
</li>
@@ -574,25 +578,6 @@ cd ..
tar -czf $VERSION.tar.gz $VERSION/
cd $VERSION</pre></div>
</li>
-
-<li>
- Set the updated version for next development iteration (as
provided above to <tt>release:prepare</tt>) in
-
-<ol style="list-style-type: decimal">
-
-<li>
-
<tt>ide/eclipse/bundles/org.apache.syncope.ide.eclipse.plugin/META-INF/MANIFEST.MF</tt>
- </li>
-
-<li>
-
<tt>ide/eclipse/bundles/org.apache.syncope.ide.eclipse.tests/META-INF/MANIFEST.MF</tt>
- </li>
- </ol>
- under <tt>Bundle-Version</tt>, then commit and push:
-
-<div class="source"><pre class="prettyprint">git commit -a -m "Updating
MANIFEST.MF files for next development iteration"
-git push</pre></div>
- </li>
</ol>
</div>
@@ -645,6 +630,29 @@ svn commit -m "Staging artifacts fo
</li>
<li>
+ Set the updated version for next development iteration (as
provided above to <tt>release:prepare</tt>) in
+
+<ol style="list-style-type: decimal">
+
+<li>
+
<tt>ide/eclipse/bundles/org.apache.syncope.ide.eclipse.plugin/META-INF/MANIFEST.MF</tt>
+ </li>
+
+<li>
+
<tt>ide/eclipse/bundles/org.apache.syncope.ide.eclipse.tests/META-INF/MANIFEST.MF</tt>
+ </li>
+
+<li>
+
<tt>ide/eclipse/releng/org.apache.syncope.ide.eclipse.site/category.xml</tt>
+ </li>
+ </ol>
+ then commit and push:
+
+<div class="source"><pre class="prettyprint">git commit -a -m "Updating
Eclipse files for next development iteration"
+git push</pre></div>
+ </li>
+
+<li>
<b>Staging site</b>
<div class="source"><pre class="prettyprint">
@@ -919,7 +927,7 @@ svn commit -m "Cleaning up older re
<li>
(if releasing from <tt>1_2_X</tt>) Update the
<a class="externalLink"
href="https://cwiki.apache.org/confluence/display/SYNCOPE/Create+a+new+Syncope+project">Create
- new project</a> wiki page to point to the new release artifacts
+ new project</a> wiki page to point to the new release artifacts
</li>
<li>