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 2015/11/09 12:52:34 UTC

[1/8] syncope git commit: Backporting WADL generator changes to empower CXF 3.0.4 enhancements

Repository: syncope
Updated Branches:
  refs/heads/1_2_X e304e9387 -> 820e536d1
  refs/heads/master a61f60363 -> 6bf6ca6b4


Backporting WADL generator changes to empower CXF 3.0.4 enhancements


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

Branch: refs/heads/master
Commit: a2e302b383f636e8ab0d457fbe1c2e8c33b27855
Parents: 28c20ac
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Thu Nov 5 10:22:17 2015 +0100
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Thu Nov 5 10:22:17 2015 +0100

----------------------------------------------------------------------
 common/pom.xml                          | 18 ++++++++++--------
 core/src/main/resources/restContext.xml |  7 ++++---
 2 files changed, 14 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/a2e302b3/common/pom.xml
----------------------------------------------------------------------
diff --git a/common/pom.xml b/common/pom.xml
index 179f343..23eba0f 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -179,14 +179,16 @@ under the License.
                   <goal>java2wadl</goal>
                 </goals>
                 <configuration>
-                  <applicationTitle>Apache Syncope ${project.version}</applicationTitle>
-                  <namespacePrefix>syncope</namespacePrefix>
-                  <addResourceAndMethodIds>true</addResourceAndMethodIds>
-                  <linkAnyMediaTypeToXmlSchema>true</linkAnyMediaTypeToXmlSchema>
-                  <classResourceNames />
-                  <basePackages>org.apache.syncope.common.services</basePackages>
-                  <docProvider>org.apache.cxf.maven_plugin.javatowadl.ResourceMapJavaDocProvider</docProvider>
-                  <attachWadl>true</attachWadl>
+		  <applicationTitle>Apache Syncope ${project.version}</applicationTitle>
+		  <namespacePrefix>syncope</namespacePrefix>
+		  <linkAnyMediaTypeToXmlSchema>true</linkAnyMediaTypeToXmlSchema>
+		  <useJaxbContextForQnames>true</useJaxbContextForQnames>
+		  <addResourceAndMethodIds>true</addResourceAndMethodIds>
+		  <usePathParamsToCompareOperations>false</usePathParamsToCompareOperations>
+		  <classResourceNames />
+		  <basePackages>org.apache.syncope.common.services</basePackages>
+		  <docProvider>org.apache.cxf.maven_plugin.javatowadl.ResourceMapJavaDocProvider</docProvider>
+		  <attachWadl>true</attachWadl>
                 </configuration>
               </execution>
             </executions>

http://git-wip-us.apache.org/repos/asf/syncope/blob/a2e302b3/core/src/main/resources/restContext.xml
----------------------------------------------------------------------
diff --git a/core/src/main/resources/restContext.xml b/core/src/main/resources/restContext.xml
index 1b71e31..6215514 100644
--- a/core/src/main/resources/restContext.xml
+++ b/core/src/main/resources/restContext.xml
@@ -84,14 +84,15 @@ under the License.
   </bean>   
   
   <bean id="searchContextProvider" class="org.apache.cxf.jaxrs.ext.search.SearchContextProvider"/>
-  
+
   <bean id="wadlGenerator" class="org.apache.cxf.jaxrs.model.wadl.WadlGenerator">
     <property name="applicationTitle" value="Apache Syncope ${syncope.version}"/>
     <property name="namespacePrefix" value="syncope"/>
-    <property name="linkJsonToXmlSchema" value="true"/>
+    <property name="linkAnyMediaTypeToXmlSchema" value="true"/>
     <property name="useJaxbContextForQnames" value="true"/>
-    <property name="ignoreMessageWriters" value="true"/>
     <property name="addResourceAndMethodIds" value="true"/>
+    <property name="ignoreMessageWriters" value="true"/>
+    <property name="usePathParamsToCompareOperations" value="false"/>
     <property name="javaDocPath" value="/WEB-INF/lib/syncope-common-${syncope.version}-javadoc.jar"/>
   </bean>
   


[8/8] syncope git commit: Merge from 1_2_X

Posted by il...@apache.org.
Merge from 1_2_X


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

Branch: refs/heads/master
Commit: 6bf6ca6b42b7be3c987a52798f439adbf6194509
Parents: a61f603 820e536
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Mon Nov 9 12:52:12 2015 +0100
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Mon Nov 9 12:52:12 2015 +0100

----------------------------------------------------------------------
 CHANGES                           | 16 +++++++
 src/site/xdoc/downloads.xml       | 88 +++++++++++++++++-----------------
 src/site/xdoc/release-process.xml |  2 +-
 3 files changed, 61 insertions(+), 45 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/6bf6ca6b/src/site/xdoc/release-process.xml
----------------------------------------------------------------------


[4/8] syncope git commit: [maven-release-plugin] prepare release syncope-1.2.6

Posted by il...@apache.org.
[maven-release-plugin] prepare release syncope-1.2.6


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

Branch: refs/heads/master
Commit: ffd510a464803de2604843e33d996dd582b7ba0f
Parents: e10fc8c
Author: Marco Di Sabatino Di Diodoro <md...@apache.org>
Authored: Thu Nov 5 12:12:32 2015 +0100
Committer: Marco Di Sabatino Di Diodoro <md...@apache.org>
Committed: Thu Nov 5 12:12:32 2015 +0100

----------------------------------------------------------------------
 archetype/pom.xml     | 2 +-
 build-tools/pom.xml   | 2 +-
 client/pom.xml        | 2 +-
 common/pom.xml        | 2 +-
 console/pom.xml       | 2 +-
 core-upgrader/pom.xml | 2 +-
 core/pom.xml          | 2 +-
 deb/console/pom.xml   | 2 +-
 deb/core/pom.xml      | 2 +-
 deb/pom.xml           | 2 +-
 installer/pom.xml     | 2 +-
 pom.xml               | 4 ++--
 standalone/pom.xml    | 2 +-
 13 files changed, 14 insertions(+), 14 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/ffd510a4/archetype/pom.xml
----------------------------------------------------------------------
diff --git a/archetype/pom.xml b/archetype/pom.xml
index a9d098f..cccbe44 100644
--- a/archetype/pom.xml
+++ b/archetype/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope</artifactId>
-    <version>1.2.6-SNAPSHOT</version>
+    <version>1.2.6</version>
   </parent>
 
   <name>Apache Syncope Archetype</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/ffd510a4/build-tools/pom.xml
----------------------------------------------------------------------
diff --git a/build-tools/pom.xml b/build-tools/pom.xml
index 323ac8b..125ce6f 100644
--- a/build-tools/pom.xml
+++ b/build-tools/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope</artifactId>
-    <version>1.2.6-SNAPSHOT</version>
+    <version>1.2.6</version>
   </parent>
 
   <name>Apache Syncope Build Tools</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/ffd510a4/client/pom.xml
----------------------------------------------------------------------
diff --git a/client/pom.xml b/client/pom.xml
index d81b570..8bab772 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope</artifactId>
-    <version>1.2.6-SNAPSHOT</version>
+    <version>1.2.6</version>
   </parent>
 
   <name>Apache Syncope Client</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/ffd510a4/common/pom.xml
----------------------------------------------------------------------
diff --git a/common/pom.xml b/common/pom.xml
index 23eba0f..f110c28 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope</artifactId>
-    <version>1.2.6-SNAPSHOT</version>
+    <version>1.2.6</version>
   </parent>
 
   <name>Apache Syncope Common</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/ffd510a4/console/pom.xml
----------------------------------------------------------------------
diff --git a/console/pom.xml b/console/pom.xml
index 6fff954..f45b870 100644
--- a/console/pom.xml
+++ b/console/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope</artifactId>
-    <version>1.2.6-SNAPSHOT</version>
+    <version>1.2.6</version>
   </parent>
 
   <name>Apache Syncope Console</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/ffd510a4/core-upgrader/pom.xml
----------------------------------------------------------------------
diff --git a/core-upgrader/pom.xml b/core-upgrader/pom.xml
index 2108de4..6c90ad7 100644
--- a/core-upgrader/pom.xml
+++ b/core-upgrader/pom.xml
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope</artifactId>
-    <version>1.2.6-SNAPSHOT</version>
+    <version>1.2.6</version>
   </parent>
  
   <groupId>org.apache.syncope</groupId>

http://git-wip-us.apache.org/repos/asf/syncope/blob/ffd510a4/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index 9a541d5..52b758e 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope</artifactId>
-    <version>1.2.6-SNAPSHOT</version>
+    <version>1.2.6</version>
   </parent>
 
   <name>Apache Syncope Core</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/ffd510a4/deb/console/pom.xml
----------------------------------------------------------------------
diff --git a/deb/console/pom.xml b/deb/console/pom.xml
index 7365c41..15639a2 100644
--- a/deb/console/pom.xml
+++ b/deb/console/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope-deb</artifactId>
-    <version>1.2.6-SNAPSHOT</version>
+    <version>1.2.6</version>
   </parent>
 
   <name>Apache Syncope Deb Console</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/ffd510a4/deb/core/pom.xml
----------------------------------------------------------------------
diff --git a/deb/core/pom.xml b/deb/core/pom.xml
index f1bb00b..d890c7f 100644
--- a/deb/core/pom.xml
+++ b/deb/core/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope-deb</artifactId>
-    <version>1.2.6-SNAPSHOT</version>
+    <version>1.2.6</version>
   </parent>
 
   <name>Apache Syncope Deb Core</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/ffd510a4/deb/pom.xml
----------------------------------------------------------------------
diff --git a/deb/pom.xml b/deb/pom.xml
index 9c11032..00a9b1c 100644
--- a/deb/pom.xml
+++ b/deb/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope</artifactId>
-    <version>1.2.6-SNAPSHOT</version>
+    <version>1.2.6</version>
   </parent>
 
   <name>Apache Syncope Deb</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/ffd510a4/installer/pom.xml
----------------------------------------------------------------------
diff --git a/installer/pom.xml b/installer/pom.xml
index 282a9e6..f51a25e 100644
--- a/installer/pom.xml
+++ b/installer/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope</artifactId>
-    <version>1.2.6-SNAPSHOT</version>
+    <version>1.2.6</version>
   </parent>
 
   <name>Apache Syncope Installer</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/ffd510a4/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 7bfd6cf..0ad729c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@ under the License.
 
   <groupId>org.apache.syncope</groupId>
   <artifactId>syncope</artifactId>
-  <version>1.2.6-SNAPSHOT</version>
+  <version>1.2.6</version>
   <packaging>pom</packaging>
 
   <parent>
@@ -52,7 +52,7 @@ under the License.
     <connection>scm:git:https://git-wip-us.apache.org/repos/asf/syncope.git</connection>
     <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/syncope.git</developerConnection>
     <url>https://git-wip-us.apache.org/repos/asf?p=syncope.git</url>
-    <tag>HEAD</tag>
+    <tag>syncope-1.2.6</tag>
   </scm>
 
   <issueManagement>

http://git-wip-us.apache.org/repos/asf/syncope/blob/ffd510a4/standalone/pom.xml
----------------------------------------------------------------------
diff --git a/standalone/pom.xml b/standalone/pom.xml
index 5bc2542..9550328 100644
--- a/standalone/pom.xml
+++ b/standalone/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope</artifactId>
-    <version>1.2.6-SNAPSHOT</version>
+    <version>1.2.6</version>
   </parent>
 
   <name>Apache Syncope Standalone Distribution</name>


[6/8] syncope git commit: Adjusting instructions for site finalization after release

Posted by il...@apache.org.
Adjusting instructions for site finalization after release


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

Branch: refs/heads/master
Commit: 820e536d129988af43c6c5c33cb9f476bc3e05cb
Parents: e304e93
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Mon Nov 9 12:49:36 2015 +0100
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Mon Nov 9 12:49:36 2015 +0100

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/820e536d/src/site/xdoc/release-process.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/release-process.xml b/src/site/xdoc/release-process.xml
index 3617b53..70997a7 100644
--- a/src/site/xdoc/release-process.xml
+++ b/src/site/xdoc/release-process.xml
@@ -497,7 +497,7 @@ svn commit -m "Cleaning up older releases"]]></source>
             <source><![CDATA[
 svn co https://svn.apache.org/repos/asf/syncope/site/
 cd site
-svn rm *.html apidocs rest css images img js
+svn rm *.html apidocs rest css images img js fonts
 svn mv <version>/* .
 svn rm <version>
 svn commit -m "Promoting the staging site"]]></source>


[7/8] syncope git commit: Adjusting instructions for site finalization after release

Posted by il...@apache.org.
Adjusting instructions for site finalization after release


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

Branch: refs/heads/1_2_X
Commit: 820e536d129988af43c6c5c33cb9f476bc3e05cb
Parents: e304e93
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Mon Nov 9 12:49:36 2015 +0100
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Mon Nov 9 12:49:36 2015 +0100

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/820e536d/src/site/xdoc/release-process.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/release-process.xml b/src/site/xdoc/release-process.xml
index 3617b53..70997a7 100644
--- a/src/site/xdoc/release-process.xml
+++ b/src/site/xdoc/release-process.xml
@@ -497,7 +497,7 @@ svn commit -m "Cleaning up older releases"]]></source>
             <source><![CDATA[
 svn co https://svn.apache.org/repos/asf/syncope/site/
 cd site
-svn rm *.html apidocs rest css images img js
+svn rm *.html apidocs rest css images img js fonts
 svn mv <version>/* .
 svn rm <version>
 svn commit -m "Promoting the staging site"]]></source>


[2/8] syncope git commit: Updating CHANGES for release

Posted by il...@apache.org.
Updating CHANGES for release


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

Branch: refs/heads/master
Commit: 4f2b4c5057b4debe0460b87e07fdf8fe0297b3c4
Parents: a2e302b
Author: Marco Di Sabatino Di Diodoro <md...@apache.org>
Authored: Thu Nov 5 10:35:15 2015 +0100
Committer: Marco Di Sabatino Di Diodoro <md...@apache.org>
Committed: Thu Nov 5 10:35:15 2015 +0100

----------------------------------------------------------------------
 CHANGES | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/4f2b4c50/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index 27d72b6..2fcc894 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,22 @@ Apache Syncope - CHANGES
 Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0
 --------------------------------------------------------------------------------
 
+Release Notes - Syncope - Version 1.2.6
+================================================================================
+
+** Bug
+    * [SYNCOPE-686] - Indirect LDAP resource provisioning fails on missing password
+    * [SYNCOPE-691] - Multivalue virtual attribute does not work
+    * [SYNCOPE-702] - Documentation issue on Architecture section
+    * [SYNCOPE-707] - ConfigurationLogic doesn't check the existence of key during deletion.
+    * [SYNCOPE-710] - Password propagation not occuring if other updates are set on different resources
+    * [SYNCOPE-712] - Error while searching roles by parent
+    * [SYNCOPE-716] - Cannot specify conversion pattern during schema creation
+    * [SYNCOPE-717] - Inconsistent double attribute value management
+
+** Improvement
+    * [SYNCOPE-708] - Conform the Logger "service stack" to others
+
 Release Notes - Syncope - Version 1.2.5
 ================================================================================
 


[3/8] syncope git commit: Updating downloads site page for release

Posted by il...@apache.org.
Updating downloads site page for release


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

Branch: refs/heads/master
Commit: e10fc8c3a3a1e4e60e7104fe2936a524958f7b8f
Parents: 4f2b4c5
Author: Marco Di Sabatino Di Diodoro <md...@apache.org>
Authored: Thu Nov 5 10:50:11 2015 +0100
Committer: Marco Di Sabatino Di Diodoro <md...@apache.org>
Committed: Thu Nov 5 10:50:11 2015 +0100

----------------------------------------------------------------------
 src/site/xdoc/downloads.xml | 88 ++++++++++++++++++++--------------------
 1 file changed, 44 insertions(+), 44 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/e10fc8c3/src/site/xdoc/downloads.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/downloads.xml b/src/site/xdoc/downloads.xml
index 2858fe6..454faf1 100644
--- a/src/site/xdoc/downloads.xml
+++ b/src/site/xdoc/downloads.xml
@@ -60,8 +60,8 @@ under the License.
     </section>
 
     <section name="Current Releases">
-      <subsection name="1.2.5 Intermezzo">
-        <p>Release date: July 28th, 2015</p>
+      <subsection name="1.2.6 Intermezzo">
+        <p>Release date: November 5th, 2015</p>
         <p>
           <a href="https://cwiki.apache.org/confluence/display/SYNCOPE/Intermezzo">Release notes</a>
         </p>
@@ -75,52 +75,52 @@ under the License.
           <tbody>
             <tr>
               <td>
-                <a href="http://www.apache.org/dyn/closer.lua/syncope/1.2.5/syncope-1.2.5-source-release.zip">syncope-1.2.5-source-release.zip</a>
+                <a href="http://www.apache.org/dyn/closer.lua/syncope/1.2.6/syncope-1.2.6-source-release.zip">syncope-1.2.6-source-release.zip</a>
               </td>
               <td>
-                <a href="http://www.apache.org/dist/syncope/1.2.5/syncope-1.2.5-source-release.zip.asc">asc</a> 
-                <a href="http://www.apache.org/dist/syncope/1.2.5/syncope-1.2.5-source-release.zip.md5">md5</a> 
-                <a href="http://www.apache.org/dist/syncope/1.2.5/syncope-1.2.5-source-release.zip.sha1">sha1</a>
+                <a href="http://www.apache.org/dist/syncope/1.2.6/syncope-1.2.6-source-release.zip.asc">asc</a> 
+                <a href="http://www.apache.org/dist/syncope/1.2.6/syncope-1.2.6-source-release.zip.md5">md5</a> 
+                <a href="http://www.apache.org/dist/syncope/1.2.6/syncope-1.2.6-source-release.zip.sha1">sha1</a>
               </td>
             </tr>
             <tr>
               <td>
-                <a href="http://www.apache.org/dyn/closer.lua/syncope/1.2.5/syncope-standalone-1.2.5-distribution.zip">syncope-standalone-1.2.5-distribution.zip</a>
+                <a href="http://www.apache.org/dyn/closer.lua/syncope/1.2.6/syncope-standalone-1.2.6-distribution.zip">syncope-standalone-1.2.6-distribution.zip</a>
               </td>
               <td>
-                <a href="http://www.apache.org/dist/syncope/1.2.5/syncope-standalone-1.2.5-distribution.zip.asc">asc</a> 
-                <a href="http://www.apache.org/dist/syncope/1.2.5/syncope-standalone-1.2.5-distribution.zip.md5">md5</a> 
-                <a href="http://www.apache.org/dist/syncope/1.2.5/syncope-standalone-1.2.5-distribution.zip.sha1">sha1</a>
+                <a href="http://www.apache.org/dist/syncope/1.2.6/syncope-standalone-1.2.6-distribution.zip.asc">asc</a> 
+                <a href="http://www.apache.org/dist/syncope/1.2.6/syncope-standalone-1.2.6-distribution.zip.md5">md5</a> 
+                <a href="http://www.apache.org/dist/syncope/1.2.6/syncope-standalone-1.2.6-distribution.zip.sha1">sha1</a>
               </td>
             </tr>
             <tr>
               <td>
-                <a href="http://www.apache.org/dyn/closer.lua/syncope/1.2.5/syncope-installer-1.2.5-uber.jar">syncope-installer-1.2.5.jar</a>
+                <a href="http://www.apache.org/dyn/closer.lua/syncope/1.2.6/syncope-installer-1.2.6-uber.jar">syncope-installer-1.2.6.jar</a>
               </td>
               <td>
-                <a href="http://www.apache.org/dist/syncope/1.2.5/syncope-installer-1.2.5-uber.jar.asc">asc</a> 
-                <a href="http://www.apache.org/dist/syncope/1.2.5/syncope-installer-1.2.5-uber.jar.md5">md5</a> 
-                <a href="http://www.apache.org/dist/syncope/1.2.5/syncope-installer-1.2.5-uber.jar.sha1">sha1</a>
+                <a href="http://www.apache.org/dist/syncope/1.2.6/syncope-installer-1.2.6-uber.jar.asc">asc</a> 
+                <a href="http://www.apache.org/dist/syncope/1.2.6/syncope-installer-1.2.6-uber.jar.md5">md5</a> 
+                <a href="http://www.apache.org/dist/syncope/1.2.6/syncope-installer-1.2.6-uber.jar.sha1">sha1</a>
               </td>
             </tr>
             <tr>
               <td>
-                <a href="http://www.apache.org/dyn/closer.lua/syncope/1.2.5/apache-syncope-1.2.5.deb">apache-syncope-1.2.5.deb</a>
+                <a href="http://www.apache.org/dyn/closer.lua/syncope/1.2.6/apache-syncope-1.2.6.deb">apache-syncope-1.2.6.deb</a>
               </td>
               <td>
-                <a href="http://www.apache.org/dist/syncope/1.2.5/apache-syncope-1.2.5.deb.asc">asc</a> 
-                <a href="http://www.apache.org/dist/syncope/1.2.5/apache-syncope-1.2.5.deb.md5">md5</a> 
-                <a href="http://www.apache.org/dist/syncope/1.2.5/apache-syncope-1.2.5.deb.sha1">sha1</a>
+                <a href="http://www.apache.org/dist/syncope/1.2.6/apache-syncope-1.2.6.deb.asc">asc</a> 
+                <a href="http://www.apache.org/dist/syncope/1.2.6/apache-syncope-1.2.6.deb.md5">md5</a> 
+                <a href="http://www.apache.org/dist/syncope/1.2.6/apache-syncope-1.2.6.deb.sha1">sha1</a>
               </td>
             </tr>
             <tr>
               <td>
-                <a href="http://www.apache.org/dyn/closer.lua/syncope/1.2.5/apache-syncope-console-1.2.5.deb">apache-syncope-console-1.2.5.deb</a>
+                <a href="http://www.apache.org/dyn/closer.lua/syncope/1.2.6/apache-syncope-console-1.2.6.deb">apache-syncope-console-1.2.6.deb</a>
               </td>
               <td>
-                <a href="http://www.apache.org/dist/syncope/1.2.5/apache-syncope-console-1.2.5.deb.asc">asc</a> 
-                <a href="http://www.apache.org/dist/syncope/1.2.5/apache-syncope-console-1.2.5.deb.md5">md5</a> 
-                <a href="http://www.apache.org/dist/syncope/1.2.5/apache-syncope-console-1.2.5.deb.sha1">sha1</a>
+                <a href="http://www.apache.org/dist/syncope/1.2.6/apache-syncope-console-1.2.6.deb.asc">asc</a> 
+                <a href="http://www.apache.org/dist/syncope/1.2.6/apache-syncope-console-1.2.6.deb.md5">md5</a> 
+                <a href="http://www.apache.org/dist/syncope/1.2.6/apache-syncope-console-1.2.6.deb.sha1">sha1</a>
               </td>
             </tr>
           </tbody>
@@ -191,8 +191,8 @@ under the License.
     </section>
 
     <section name="Older Releases">
-      <subsection name="1.2.4 Intermezzo">
-        <p>Release date: May 5th, 2015</p>
+      <subsection name="1.2.5 Intermezzo">
+        <p>Release date: July 28th, 2015</p>
         <p>
           <a href="https://cwiki.apache.org/confluence/display/SYNCOPE/Intermezzo">Release notes</a>
         </p>
@@ -206,52 +206,52 @@ under the License.
           <tbody>
             <tr>
               <td>
-                <a href="http://archive.apache.org/dist/syncope/1.2.4/syncope-1.2.4-source-release.zip">syncope-1.2.4-source-release.zip</a>
+                <a href="http://archive.apache.org/dist/syncope/1.2.5/syncope-1.2.5-source-release.zip">syncope-1.2.5-source-release.zip</a>
               </td>
               <td>
-                <a href="http://archive.apache.org/dist/syncope/1.2.4/syncope-1.2.4-source-release.zip.asc">asc</a> 
-                <a href="http://archive.apache.org/dist/syncope/1.2.4/syncope-1.2.4-source-release.zip.md5">md5</a> 
-                <a href="http://archive.apache.org/dist/syncope/1.2.4/syncope-1.2.4-source-release.zip.sha1">sha1</a>
+                <a href="http://archive.apache.org/dist/syncope/1.2.5/syncope-1.2.5-source-release.zip.asc">asc</a> 
+                <a href="http://archive.apache.org/dist/syncope/1.2.5/syncope-1.2.5-source-release.zip.md5">md5</a> 
+                <a href="http://archive.apache.org/dist/syncope/1.2.5/syncope-1.2.5-source-release.zip.sha1">sha1</a>
               </td>
             </tr>
             <tr>
               <td>
-                <a href="http://archive.apache.org/dist/syncope/1.2.4/syncope-standalone-1.2.4-distribution.zip">syncope-standalone-1.2.4-distribution.zip</a>
+                <a href="http://archive.apache.org/dist/syncope/1.2.5/syncope-standalone-1.2.5-distribution.zip">syncope-standalone-1.2.5-distribution.zip</a>
               </td>
               <td>
-                <a href="http://archive.apache.org/dist/syncope/1.2.4/syncope-standalone-1.2.4-distribution.zip.asc">asc</a> 
-                <a href="http://archive.apache.org/dist/syncope/1.2.4/syncope-standalone-1.2.4-distribution.zip.md5">md5</a> 
-                <a href="http://archive.apache.org/dist/syncope/1.2.4/syncope-standalone-1.2.4-distribution.zip.sha1">sha1</a>
+                <a href="http://archive.apache.org/dist/syncope/1.2.5/syncope-standalone-1.2.5-distribution.zip.asc">asc</a> 
+                <a href="http://archive.apache.org/dist/syncope/1.2.5/syncope-standalone-1.2.5-distribution.zip.md5">md5</a> 
+                <a href="http://archive.apache.org/dist/syncope/1.2.5/syncope-standalone-1.2.5-distribution.zip.sha1">sha1</a>
               </td>
             </tr>
             <tr>
               <td>
-                <a href="http://archive.apache.org/dist/syncope/1.2.4/syncope-installer-1.2.4-uber.jar">syncope-installer-1.2.4.jar</a>
+                <a href="http://archive.apache.org/dist/syncope/1.2.5/syncope-installer-1.2.5-uber.jar">syncope-installer-1.2.5.jar</a>
               </td>
               <td>
-                <a href="http://archive.apache.org/dist/syncope/1.2.4/syncope-installer-1.2.4-uber.jar.asc">asc</a> 
-                <a href="http://archive.apache.org/dist/syncope/1.2.4/syncope-installer-1.2.4-uber.jar.md5">md5</a> 
-                <a href="http://archive.apache.org/dist/syncope/1.2.4/syncope-installer-1.2.4-uber.jar.sha1">sha1</a>
+                <a href="http://archive.apache.org/dist/syncope/1.2.5/syncope-installer-1.2.5-uber.jar.asc">asc</a> 
+                <a href="http://archive.apache.org/dist/syncope/1.2.5/syncope-installer-1.2.5-uber.jar.md5">md5</a> 
+                <a href="http://archive.apache.org/dist/syncope/1.2.5/syncope-installer-1.2.5-uber.jar.sha1">sha1</a>
               </td>
             </tr>
             <tr>
               <td>
-                <a href="http://archive.apache.org/dist/syncope/1.2.4/apache-syncope-1.2.4.deb">apache-syncope-1.2.4.deb</a>
+                <a href="http://archive.apache.org/dist/syncope/1.2.5/apache-syncope-1.2.5.deb">apache-syncope-1.2.5.deb</a>
               </td>
               <td>
-                <a href="http://archive.apache.org/dist/syncope/1.2.4/apache-syncope-1.2.4.deb.asc">asc</a> 
-                <a href="http://archive.apache.org/dist/syncope/1.2.4/apache-syncope-1.2.4.deb.md5">md5</a> 
-                <a href="http://archive.apache.org/dist/syncope/1.2.4/apache-syncope-1.2.4.deb.sha1">sha1</a>
+                <a href="http://archive.apache.org/dist/syncope/1.2.5/apache-syncope-1.2.5.deb.asc">asc</a> 
+                <a href="http://archive.apache.org/dist/syncope/1.2.5/apache-syncope-1.2.5.deb.md5">md5</a> 
+                <a href="http://archive.apache.org/dist/syncope/1.2.5/apache-syncope-1.2.5.deb.sha1">sha1</a>
               </td>
             </tr>
             <tr>
               <td>
-                <a href="http://archive.apache.org/dist/syncope/1.2.4/apache-syncope-console-1.2.4.deb">apache-syncope-console-1.2.4.deb</a>
+                <a href="http://archive.apache.org/dist/syncope/1.2.5/apache-syncope-console-1.2.5.deb">apache-syncope-console-1.2.5.deb</a>
               </td>
               <td>
-                <a href="http://archive.apache.org/dist/syncope/1.2.4/apache-syncope-console-1.2.4.deb.asc">asc</a> 
-                <a href="http://archive.apache.org/dist/syncope/1.2.4/apache-syncope-console-1.2.4.deb.md5">md5</a> 
-                <a href="http://archive.apache.org/dist/syncope/1.2.4/apache-syncope-console-1.2.4.deb.sha1">sha1</a>
+                <a href="http://archive.apache.org/dist/syncope/1.2.5/apache-syncope-console-1.2.5.deb.asc">asc</a> 
+                <a href="http://archive.apache.org/dist/syncope/1.2.5/apache-syncope-console-1.2.5.deb.md5">md5</a> 
+                <a href="http://archive.apache.org/dist/syncope/1.2.5/apache-syncope-console-1.2.5.deb.sha1">sha1</a>
               </td>
             </tr>
           </tbody>


[5/8] syncope git commit: [maven-release-plugin] prepare for next development iteration

Posted by il...@apache.org.
[maven-release-plugin] prepare 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/e304e938
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/e304e938
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/e304e938

Branch: refs/heads/master
Commit: e304e9387f7e757a5c8632df5d51cc06b1a5ec39
Parents: ffd510a
Author: Marco Di Sabatino Di Diodoro <md...@apache.org>
Authored: Thu Nov 5 12:13:53 2015 +0100
Committer: Marco Di Sabatino Di Diodoro <md...@apache.org>
Committed: Thu Nov 5 12:13:53 2015 +0100

----------------------------------------------------------------------
 archetype/pom.xml     | 2 +-
 build-tools/pom.xml   | 2 +-
 client/pom.xml        | 2 +-
 common/pom.xml        | 2 +-
 console/pom.xml       | 2 +-
 core-upgrader/pom.xml | 2 +-
 core/pom.xml          | 2 +-
 deb/console/pom.xml   | 2 +-
 deb/core/pom.xml      | 2 +-
 deb/pom.xml           | 2 +-
 installer/pom.xml     | 2 +-
 pom.xml               | 4 ++--
 standalone/pom.xml    | 2 +-
 13 files changed, 14 insertions(+), 14 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/e304e938/archetype/pom.xml
----------------------------------------------------------------------
diff --git a/archetype/pom.xml b/archetype/pom.xml
index cccbe44..661c652 100644
--- a/archetype/pom.xml
+++ b/archetype/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope</artifactId>
-    <version>1.2.6</version>
+    <version>1.2.7-SNAPSHOT</version>
   </parent>
 
   <name>Apache Syncope Archetype</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/e304e938/build-tools/pom.xml
----------------------------------------------------------------------
diff --git a/build-tools/pom.xml b/build-tools/pom.xml
index 125ce6f..23c7992 100644
--- a/build-tools/pom.xml
+++ b/build-tools/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope</artifactId>
-    <version>1.2.6</version>
+    <version>1.2.7-SNAPSHOT</version>
   </parent>
 
   <name>Apache Syncope Build Tools</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/e304e938/client/pom.xml
----------------------------------------------------------------------
diff --git a/client/pom.xml b/client/pom.xml
index 8bab772..4a3f9a1 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope</artifactId>
-    <version>1.2.6</version>
+    <version>1.2.7-SNAPSHOT</version>
   </parent>
 
   <name>Apache Syncope Client</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/e304e938/common/pom.xml
----------------------------------------------------------------------
diff --git a/common/pom.xml b/common/pom.xml
index f110c28..0e3ac17 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope</artifactId>
-    <version>1.2.6</version>
+    <version>1.2.7-SNAPSHOT</version>
   </parent>
 
   <name>Apache Syncope Common</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/e304e938/console/pom.xml
----------------------------------------------------------------------
diff --git a/console/pom.xml b/console/pom.xml
index f45b870..2b2264c 100644
--- a/console/pom.xml
+++ b/console/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope</artifactId>
-    <version>1.2.6</version>
+    <version>1.2.7-SNAPSHOT</version>
   </parent>
 
   <name>Apache Syncope Console</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/e304e938/core-upgrader/pom.xml
----------------------------------------------------------------------
diff --git a/core-upgrader/pom.xml b/core-upgrader/pom.xml
index 6c90ad7..33ea4ad 100644
--- a/core-upgrader/pom.xml
+++ b/core-upgrader/pom.xml
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope</artifactId>
-    <version>1.2.6</version>
+    <version>1.2.7-SNAPSHOT</version>
   </parent>
  
   <groupId>org.apache.syncope</groupId>

http://git-wip-us.apache.org/repos/asf/syncope/blob/e304e938/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index 52b758e..ae43f43 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope</artifactId>
-    <version>1.2.6</version>
+    <version>1.2.7-SNAPSHOT</version>
   </parent>
 
   <name>Apache Syncope Core</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/e304e938/deb/console/pom.xml
----------------------------------------------------------------------
diff --git a/deb/console/pom.xml b/deb/console/pom.xml
index 15639a2..c97f787 100644
--- a/deb/console/pom.xml
+++ b/deb/console/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope-deb</artifactId>
-    <version>1.2.6</version>
+    <version>1.2.7-SNAPSHOT</version>
   </parent>
 
   <name>Apache Syncope Deb Console</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/e304e938/deb/core/pom.xml
----------------------------------------------------------------------
diff --git a/deb/core/pom.xml b/deb/core/pom.xml
index d890c7f..8f62b9f 100644
--- a/deb/core/pom.xml
+++ b/deb/core/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope-deb</artifactId>
-    <version>1.2.6</version>
+    <version>1.2.7-SNAPSHOT</version>
   </parent>
 
   <name>Apache Syncope Deb Core</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/e304e938/deb/pom.xml
----------------------------------------------------------------------
diff --git a/deb/pom.xml b/deb/pom.xml
index 00a9b1c..04dfef1 100644
--- a/deb/pom.xml
+++ b/deb/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope</artifactId>
-    <version>1.2.6</version>
+    <version>1.2.7-SNAPSHOT</version>
   </parent>
 
   <name>Apache Syncope Deb</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/e304e938/installer/pom.xml
----------------------------------------------------------------------
diff --git a/installer/pom.xml b/installer/pom.xml
index f51a25e..5c3b3cd 100644
--- a/installer/pom.xml
+++ b/installer/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope</artifactId>
-    <version>1.2.6</version>
+    <version>1.2.7-SNAPSHOT</version>
   </parent>
 
   <name>Apache Syncope Installer</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/e304e938/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 0ad729c..4376a31 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@ under the License.
 
   <groupId>org.apache.syncope</groupId>
   <artifactId>syncope</artifactId>
-  <version>1.2.6</version>
+  <version>1.2.7-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <parent>
@@ -52,7 +52,7 @@ under the License.
     <connection>scm:git:https://git-wip-us.apache.org/repos/asf/syncope.git</connection>
     <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/syncope.git</developerConnection>
     <url>https://git-wip-us.apache.org/repos/asf?p=syncope.git</url>
-    <tag>syncope-1.2.6</tag>
+    <tag>HEAD</tag>
   </scm>
 
   <issueManagement>

http://git-wip-us.apache.org/repos/asf/syncope/blob/e304e938/standalone/pom.xml
----------------------------------------------------------------------
diff --git a/standalone/pom.xml b/standalone/pom.xml
index 9550328..121cbf9 100644
--- a/standalone/pom.xml
+++ b/standalone/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope</artifactId>
-    <version>1.2.6</version>
+    <version>1.2.7-SNAPSHOT</version>
   </parent>
 
   <name>Apache Syncope Standalone Distribution</name>