Repository: syncope
Updated Branches:
  refs/heads/master 395050f56 -> 66980d53a


Updating Eclipse files for next development iteration


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

Branch: refs/heads/master
Commit: 66980d53a01d4afb2dfa9db991548f66b5b57510
Parents: 395050f
Author: Francesco Chicchiriccò <[email protected]>
Authored: Fri Sep 9 14:43:32 2016 +0200
Committer: Francesco Chicchiriccò <[email protected]>
Committed: Fri Sep 9 14:43:32 2016 +0200

----------------------------------------------------------------------
 .../META-INF/MANIFEST.MF                        |  2 +-
 .../META-INF/MANIFEST.MF                        |  2 +-
 .../category.xml                                |  2 +-
 src/site/xdoc/release-process.xml               | 34 ++++++++++----------
 4 files changed, 20 insertions(+), 20 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/66980d53/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.plugin/META-INF/MANIFEST.MF
----------------------------------------------------------------------
diff --git 
a/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.plugin/META-INF/MANIFEST.MF
 
b/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.plugin/META-INF/MANIFEST.MF
index d65c514..62a392c 100644
--- 
a/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.plugin/META-INF/MANIFEST.MF
+++ 
b/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.plugin/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-Name: Apache Syncope Eclipse Plugin
 Bundle-SymbolicName: org.apache.syncope.ide.eclipse.plugin;singleton:=true
-Bundle-Version: 2.0.0
+Bundle-Version: 2.0.1.qualifier
 Bundle-Activator: org.apache.syncope.ide.eclipse.plugin.Activator
 Require-Bundle: org.eclipse.ui,
       org.eclipse.core.runtime,

http://git-wip-us.apache.org/repos/asf/syncope/blob/66980d53/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.tests/META-INF/MANIFEST.MF
----------------------------------------------------------------------
diff --git 
a/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.tests/META-INF/MANIFEST.MF 
b/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.tests/META-INF/MANIFEST.MF
index 595ba7d..54434b9 100644
--- 
a/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.tests/META-INF/MANIFEST.MF
+++ 
b/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-Name: org.apache.syncope.ide.eclipse.tests
 Bundle-SymbolicName: org.apache.syncope.ide.eclipse.tests;singleton:=true
-Bundle-Version: 2.0.0
+Bundle-Version: 2.0.1.qualifier
 Bundle-ActivationPolicy: lazy
 Bundle-Vendor: 
 Bundle-RequiredExecutionEnvironment: J2SE-1.5

http://git-wip-us.apache.org/repos/asf/syncope/blob/66980d53/ide/eclipse/releng/org.apache.syncope.ide.eclipse.site/category.xml
----------------------------------------------------------------------
diff --git 
a/ide/eclipse/releng/org.apache.syncope.ide.eclipse.site/category.xml 
b/ide/eclipse/releng/org.apache.syncope.ide.eclipse.site/category.xml
index d32784b..6a818ce 100644
--- a/ide/eclipse/releng/org.apache.syncope.ide.eclipse.site/category.xml
+++ b/ide/eclipse/releng/org.apache.syncope.ide.eclipse.site/category.xml
@@ -18,7 +18,7 @@ specific language governing permissions and limitations
 under the License.
 -->
 <site>
-   <bundle id="org.apache.syncope.ide.eclipse.plugin" version="2.0.0">
+   <bundle id="org.apache.syncope.ide.eclipse.plugin" version="2.0.1.qualifier
       <category name="apachesyncope"/>
    </bundle>
    <category-def name="apachesyncope" label="Apache Syncope">

http://git-wip-us.apache.org/repos/asf/syncope/blob/66980d53/src/site/xdoc/release-process.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/release-process.xml 
b/src/site/xdoc/release-process.xml
index 4cd9b31..f9cf05d 100644
--- a/src/site/xdoc/release-process.xml
+++ b/src/site/xdoc/release-process.xml
@@ -304,23 +304,6 @@ 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
@@ -414,6 +397,23 @@ svn commit -m "Staging site for release"]]></source>
               </li>
             </ol>
           </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>
         </ol>
       </subsection>
       

Reply via email to