Repository: syncope
Updated Branches:
  refs/heads/master 8182d8c74 -> acad42b15


Adjusting again the release process for Eclipse


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/acad42b1
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/acad42b1
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/acad42b1

Branch: refs/heads/master
Commit: acad42b151e70c0c6cb76aa2f28fcd2de7d3c223
Parents: 8182d8c
Author: Francesco Chicchiriccò <[email protected]>
Authored: Fri Sep 9 13:19:50 2016 +0200
Committer: Francesco Chicchiriccò <[email protected]>
Committed: Fri Sep 9 13:44:36 2016 +0200

----------------------------------------------------------------------
 src/site/xdoc/release-process.xml | 40 +++++++++++++++++++---------------
 1 file changed, 23 insertions(+), 17 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/acad42b1/src/site/xdoc/release-process.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/release-process.xml 
b/src/site/xdoc/release-process.xml
index 976871b..4cd9b31 100644
--- a/src/site/xdoc/release-process.xml
+++ b/src/site/xdoc/release-process.xml
@@ -173,9 +173,12 @@ git push]]></source>
               <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:
-            <source><![CDATA[git commit -a -m "Updating MANIFEST.MF files for 
release"
+            with <tt>$VERSION</tt>, then commit and push:
+            <source><![CDATA[git commit -a -m "Updating Eclipse files for 
release"
 git push]]></source>
           </li>
           <li>
@@ -255,20 +258,6 @@ cd ..
 tar -czf $VERSION.tar.gz $VERSION/
 cd $VERSION]]></source>
           </li>
-          <li>
-            Set the updated version for next development iteration (as 
provided above to <tt>release:prepare</tt>) in
-            <ol>
-              <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:
-            <source><![CDATA[git commit -a -m "Updating MANIFEST.MF files for 
next development iteration"
-git push]]></source>            
-          </li>
         </ol>
       </subsection>
       
@@ -315,6 +304,23 @@ svn add $VERSION
 svn commit -m "Staging artifacts for $VERSION vote"]]></source>
           </li>
           <li>
+            Set the updated version for next development iteration (as 
provided above to <tt>release:prepare</tt>) in
+            <ol>
+              <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:
+            <source><![CDATA[git commit -a -m "Updating Eclipse files for next 
development iteration"
+git push]]></source>            
+          </li>
+          <li>
             <b>Staging site</b>
             <source><![CDATA[
 unzip $SYNCOPE_RELEASE_DIR/target/syncope-$VERSION-source-release.zip
@@ -545,7 +551,7 @@ svn commit -m "Cleaning up older releases"]]></source>
           <li>
             (if releasing from <tt>1_2_X</tt>) Update the
             <a 
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>
             Update the <a 
href="https://issues.apache.org/jira/plugins/servlet/project-config/SYNCOPE/versions";>JIRA
 

Reply via email to