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 2016/09/05 08:37:51 UTC

[1/4] syncope git commit: Minor tweak to release process

Repository: syncope
Updated Branches:
  refs/heads/master b69e4cf5e -> bbc7e1d63


Minor tweak to release process


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

Branch: refs/heads/master
Commit: bbc7e1d63d9b50daa477ecba215ab19ae6bf53dc
Parents: fa0c624
Author: Francesco Chicchiricc� <il...@apache.org>
Authored: Mon Sep 5 10:32:36 2016 +0200
Committer: Francesco Chicchiricc� <il...@apache.org>
Committed: Mon Sep 5 10:37:43 2016 +0200

----------------------------------------------------------------------
 src/site/xdoc/release-process.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/bbc7e1d6/src/site/xdoc/release-process.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/release-process.xml b/src/site/xdoc/release-process.xml
index d2fa482..976871b 100644
--- a/src/site/xdoc/release-process.xml
+++ b/src/site/xdoc/release-process.xml
@@ -543,8 +543,9 @@ svn commit -m "Cleaning up older releases"]]></source>
             wiki page based on the HTML release reports from JIRA
           </li>
           <li>
-            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
+            (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
           </li>
           <li>
             Update the <a href="https://issues.apache.org/jira/plugins/servlet/project-config/SYNCOPE/versions">JIRA 


[4/4] syncope git commit: Updating release date

Posted by il...@apache.org.
Updating release date


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

Branch: refs/heads/master
Commit: 64a649395292d7db91faae869ac6fa8554652799
Parents: b69e4cf
Author: Francesco Chicchiricc� <il...@apache.org>
Authored: Fri Sep 2 07:21:05 2016 +0200
Committer: Francesco Chicchiricc� <il...@apache.org>
Committed: Mon Sep 5 10:37:43 2016 +0200

----------------------------------------------------------------------
 src/site/xdoc/downloads.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/64a64939/src/site/xdoc/downloads.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/downloads.xml b/src/site/xdoc/downloads.xml
index 9e0e995..a9ad81b 100644
--- a/src/site/xdoc/downloads.xml
+++ b/src/site/xdoc/downloads.xml
@@ -59,7 +59,7 @@ under the License.
       </div>
 
       <subsection name="2.0.0.M5 Jazz">
-        <p>Release date: September 1st 2016</p>
+        <p>Release date: September 2nd 2016</p>
         <p>
           <a href="https://cwiki.apache.org/confluence/display/SYNCOPE/Jazz">Release notes</a>
         </p>


[2/4] syncope git commit: Updating the release process after experience with 2.0.0.M5

Posted by il...@apache.org.
Updating the release process after experience with 2.0.0.M5


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

Branch: refs/heads/master
Commit: 625cec545f7f7b21562bc3401d82cf39e0e6617b
Parents: 64a6493
Author: Francesco Chicchiricc� <il...@apache.org>
Authored: Mon Sep 5 09:53:54 2016 +0200
Committer: Francesco Chicchiricc� <il...@apache.org>
Committed: Mon Sep 5 10:37:43 2016 +0200

----------------------------------------------------------------------
 src/site/xdoc/release-process.xml | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/625cec54/src/site/xdoc/release-process.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/release-process.xml b/src/site/xdoc/release-process.xml
index b9d25b2..d2fa482 100644
--- a/src/site/xdoc/release-process.xml
+++ b/src/site/xdoc/release-process.xml
@@ -165,6 +165,20 @@ under the License.
 git push]]></source>
           </li>
           <li>
+            From <tt>$SYNCOPE_RELEASE_DIR</tt>, update
+            <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>
+            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"
+git push]]></source>
+          </li>
+          <li>
             From <tt>$SYNCOPE_SITE_DIR</tt>, update the <tt>src/site/xdoc/downloads.xml</tt> 
             site page by changing the relevant URLs, then commit and push:
             <source><![CDATA[git commit -m "Updating downloads site page for release" src/site/xdoc/downloads.xml
@@ -241,6 +255,20 @@ 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>
       


[3/4] syncope git commit: Fixing site generation

Posted by il...@apache.org.
Fixing site generation


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

Branch: refs/heads/master
Commit: fa0c6248979555082b4eb624f426fcba6baabba3
Parents: 625cec5
Author: Francesco Chicchiricc� <il...@apache.org>
Authored: Mon Sep 5 09:54:12 2016 +0200
Committer: Francesco Chicchiricc� <il...@apache.org>
Committed: Mon Sep 5 10:37:43 2016 +0200

----------------------------------------------------------------------
 ide/eclipse/pom.xml | 8 ++++++++
 ide/pom.xml         | 2 ++
 pom.xml             | 5 -----
 3 files changed, 10 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/fa0c6248/ide/eclipse/pom.xml
----------------------------------------------------------------------
diff --git a/ide/eclipse/pom.xml b/ide/eclipse/pom.xml
index eaafddf..511ed46 100644
--- a/ide/eclipse/pom.xml
+++ b/ide/eclipse/pom.xml
@@ -33,6 +33,14 @@ under the License.
   <artifactId>syncope-ide-eclipse</artifactId>
   <packaging>pom</packaging>
 
+  <repositories>
+    <repository>
+      <id>eclipse-mars</id>
+      <layout>p2</layout>
+      <url>http://download.eclipse.org/releases/mars/</url>
+    </repository>
+  </repositories>
+
   <properties>
     <rootpom.basedir>${basedir}/../..</rootpom.basedir>
   </properties>

http://git-wip-us.apache.org/repos/asf/syncope/blob/fa0c6248/ide/pom.xml
----------------------------------------------------------------------
diff --git a/ide/pom.xml b/ide/pom.xml
index 0131ec4..5c5ca94 100644
--- a/ide/pom.xml
+++ b/ide/pom.xml
@@ -55,6 +55,7 @@ under the License.
               <skip>true</skip>
             </configuration>
           </plugin>
+          
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-site-plugin</artifactId>
@@ -65,6 +66,7 @@ under the License.
               <generateReports>false</generateReports>
             </configuration>
           </plugin>
+          
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-antrun-plugin</artifactId>

http://git-wip-us.apache.org/repos/asf/syncope/blob/fa0c6248/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 79cfd07..a59691d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1367,11 +1367,6 @@ under the License.
         <enabled>true</enabled>
       </snapshots>
     </repository>
-    <repository>
-      <id>eclipse-mars</id>
-      <layout>p2</layout>
-      <url>http://download.eclipse.org/releases/mars/</url>
-    </repository>
   </repositories>
 
   <pluginRepositories>