You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by md...@apache.org on 2015/03/24 10:18:37 UTC

[1/5] syncope git commit: Updating CHANGES for release

Repository: syncope
Updated Branches:
  refs/heads/master 0a9a607a2 -> 8dc598aae


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/c815da81
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/c815da81
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/c815da81

Branch: refs/heads/master
Commit: c815da81620abc1ec4342ba27cf8e4bf4d9fcf80
Parents: 9d4871f
Author: Marco Di Sabatino Di Diodoro <md...@apache.org>
Authored: Fri Mar 20 09:56:18 2015 +0100
Committer: Marco Di Sabatino Di Diodoro <md...@apache.org>
Committed: Fri Mar 20 09:56:18 2015 +0100

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/c815da81/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index 142ca16..7bcc0fd 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,30 @@ Apache Syncope - CHANGES
 Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0
 --------------------------------------------------------------------------------
 
+Release Notes - Syncope - Version 1.2.3
+================================================================================
+
+** Bug
+    * [SYNCOPE-638] - MAttrTemplate and RAttrTemplate sequence values are not managed in content.xml
+    * [SYNCOPE-639] - Notification 'recipientAttrType' and 'recipientAttrName' are not required
+    * [SYNCOPE-641] - Concurrency issues with multiple client threads
+    * [SYNCOPE-643] - WorkflowResult provides unmodifiable collection for performed tasks
+    * [SYNCOPE-644] - Error during synchronization of roles when using a RoleSchema as accountId
+    * [SYNCOPE-647] - Problem during propagation of an updated membership on a resource 
+    * [SYNCOPE-649] - Paged lists not working properly
+
+** Improvement
+    * [SYNCOPE-634] - performance optimization for content loading
+    * [SYNCOPE-640] - Allow MariaDB to be chosen with installer
+    * [SYNCOPE-645] - Provide validation error message when add a role attribute in a user mapping as accountId
+    * [SYNCOPE-646] - Do not propagate password if not explicitely requested
+    * [SYNCOPE-648] - Notification Configuration: missing some labels in events
+    * [SYNCOPE-651] - SyncopeUser:checkToken() should fail if token is not set on user
+
+** Task
+    * [SYNCOPE-633] - Add support for MariaDB
+    * [SYNCOPE-635] - Upgrade CSVDir connector bundle dependency version
+
 Release Notes - Syncope - Version 1.2.2
 ================================================================================
 


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

Posted by md...@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/6b3497a6
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/6b3497a6
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/6b3497a6

Branch: refs/heads/master
Commit: 6b3497a6df29bf36aecf09f25f3a1fbba6dd1ddf
Parents: e95f726
Author: Marco Di Sabatino Di Diodoro <md...@apache.org>
Authored: Fri Mar 20 10:16:41 2015 +0100
Committer: Marco Di Sabatino Di Diodoro <md...@apache.org>
Committed: Fri Mar 20 10:16:41 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/6b3497a6/archetype/pom.xml
----------------------------------------------------------------------
diff --git a/archetype/pom.xml b/archetype/pom.xml
index e7b272d..3e79ae2 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.3</version>
+    <version>1.2.4-SNAPSHOT</version>
   </parent>
 
   <name>Apache Syncope Archetype</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/6b3497a6/build-tools/pom.xml
----------------------------------------------------------------------
diff --git a/build-tools/pom.xml b/build-tools/pom.xml
index 2112810..62fd74b 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.3</version>
+    <version>1.2.4-SNAPSHOT</version>
   </parent>
 
   <name>Apache Syncope Build Tools</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/6b3497a6/client/pom.xml
----------------------------------------------------------------------
diff --git a/client/pom.xml b/client/pom.xml
index 2cc2f51..b0ae3d0 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.3</version>
+    <version>1.2.4-SNAPSHOT</version>
   </parent>
 
   <name>Apache Syncope Client</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/6b3497a6/common/pom.xml
----------------------------------------------------------------------
diff --git a/common/pom.xml b/common/pom.xml
index 87ac1ad..8f608c6 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.3</version>
+    <version>1.2.4-SNAPSHOT</version>
   </parent>
 
   <name>Apache Syncope Common</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/6b3497a6/console/pom.xml
----------------------------------------------------------------------
diff --git a/console/pom.xml b/console/pom.xml
index ac6bd2a..ed2caa9 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.3</version>
+    <version>1.2.4-SNAPSHOT</version>
   </parent>
 
   <name>Apache Syncope Console</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/6b3497a6/core-upgrader/pom.xml
----------------------------------------------------------------------
diff --git a/core-upgrader/pom.xml b/core-upgrader/pom.xml
index 8a7140f..7456ec6 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.3</version>
+    <version>1.2.4-SNAPSHOT</version>
   </parent>
  
   <groupId>org.apache.syncope</groupId>

http://git-wip-us.apache.org/repos/asf/syncope/blob/6b3497a6/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index 20ec2c9..bc4d7bb 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.3</version>
+    <version>1.2.4-SNAPSHOT</version>
   </parent>
 
   <name>Apache Syncope Core</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/6b3497a6/deb/console/pom.xml
----------------------------------------------------------------------
diff --git a/deb/console/pom.xml b/deb/console/pom.xml
index ca3d586..c4ec5f0 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.3</version>
+    <version>1.2.4-SNAPSHOT</version>
   </parent>
 
   <name>Apache Syncope Deb Console</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/6b3497a6/deb/core/pom.xml
----------------------------------------------------------------------
diff --git a/deb/core/pom.xml b/deb/core/pom.xml
index 0968b1a..db69433 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.3</version>
+    <version>1.2.4-SNAPSHOT</version>
   </parent>
 
   <name>Apache Syncope Deb Core</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/6b3497a6/deb/pom.xml
----------------------------------------------------------------------
diff --git a/deb/pom.xml b/deb/pom.xml
index 6eed59c..ab4816b 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.3</version>
+    <version>1.2.4-SNAPSHOT</version>
   </parent>
 
   <name>Apache Syncope Deb</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/6b3497a6/installer/pom.xml
----------------------------------------------------------------------
diff --git a/installer/pom.xml b/installer/pom.xml
index 2718a78..a41b3c3 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.3</version>
+    <version>1.2.4-SNAPSHOT</version>
   </parent>
 
   <name>Apache Syncope Installer</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/6b3497a6/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index cec3cec..f80754e 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.3</version>
+  <version>1.2.4-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.3</tag>
+    <tag>HEAD</tag>
   </scm>
 
   <issueManagement>

http://git-wip-us.apache.org/repos/asf/syncope/blob/6b3497a6/standalone/pom.xml
----------------------------------------------------------------------
diff --git a/standalone/pom.xml b/standalone/pom.xml
index 7a88150..aaa76be 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.3</version>
+    <version>1.2.4-SNAPSHOT</version>
   </parent>
 
   <name>Apache Syncope Standalone Distribution</name>


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

Posted by md...@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/8dc598aa
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/8dc598aa
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/8dc598aa

Branch: refs/heads/master
Commit: 8dc598aaec4802736aeb5ec4450535b2a81a63e8
Parents: 0a9a607 6b3497a
Author: Marco Di Sabatino Di Diodoro <md...@apache.org>
Authored: Tue Mar 24 10:18:12 2015 +0100
Committer: Marco Di Sabatino Di Diodoro <md...@apache.org>
Committed: Tue Mar 24 10:18:12 2015 +0100

----------------------------------------------------------------------
 CHANGES                     | 24 +++++++++++
 src/site/xdoc/downloads.xml | 88 ++++++++++++++++++++--------------------
 2 files changed, 68 insertions(+), 44 deletions(-)
----------------------------------------------------------------------



[2/5] syncope git commit: Updating downloads site page for release

Posted by md...@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/0311dc03
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/0311dc03
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/0311dc03

Branch: refs/heads/master
Commit: 0311dc0365ebac2b0aac30e1c86372ff3517c1a9
Parents: c815da8
Author: Marco Di Sabatino Di Diodoro <md...@apache.org>
Authored: Fri Mar 20 09:59:14 2015 +0100
Committer: Marco Di Sabatino Di Diodoro <md...@apache.org>
Committed: Fri Mar 20 09:59:14 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/0311dc03/src/site/xdoc/downloads.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/downloads.xml b/src/site/xdoc/downloads.xml
index fe99a11..e12da41 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.2 Intermezzo">
-        <p>Release date: Jan 30th, 2015</p>
+      <subsection name="1.2.3 Intermezzo">
+        <p>Release date: Mar 20th, 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.cgi/syncope/1.2.2/syncope-1.2.2-source-release.zip">syncope-1.2.2-source-release.zip</a>
+                <a href="http://www.apache.org/dyn/closer.cgi/syncope/1.2.3/syncope-1.2.3-source-release.zip">syncope-1.2.3-source-release.zip</a>
               </td>
               <td>
-                <a href="http://www.apache.org/dist/syncope/1.2.2/syncope-1.2.2-source-release.zip.asc">asc</a> 
-                <a href="http://www.apache.org/dist/syncope/1.2.2/syncope-1.2.2-source-release.zip.md5">md5</a> 
-                <a href="http://www.apache.org/dist/syncope/1.2.2/syncope-1.2.2-source-release.zip.sha1">sha1</a>
+                <a href="http://www.apache.org/dist/syncope/1.2.3/syncope-1.2.3-source-release.zip.asc">asc</a> 
+                <a href="http://www.apache.org/dist/syncope/1.2.3/syncope-1.2.3-source-release.zip.md5">md5</a> 
+                <a href="http://www.apache.org/dist/syncope/1.2.3/syncope-1.2.3-source-release.zip.sha1">sha1</a>
               </td>
             </tr>
             <tr>
               <td>
-                <a href="http://www.apache.org/dyn/closer.cgi/syncope/1.2.2/syncope-standalone-1.2.2-distribution.zip">syncope-standalone-1.2.2-distribution.zip</a>
+                <a href="http://www.apache.org/dyn/closer.cgi/syncope/1.2.3/syncope-standalone-1.2.3-distribution.zip">syncope-standalone-1.2.3-distribution.zip</a>
               </td>
               <td>
-                <a href="http://www.apache.org/dist/syncope/1.2.2/syncope-standalone-1.2.2-distribution.zip.asc">asc</a> 
-                <a href="http://www.apache.org/dist/syncope/1.2.2/syncope-standalone-1.2.2-distribution.zip.md5">md5</a> 
-                <a href="http://www.apache.org/dist/syncope/1.2.2/syncope-standalone-1.2.2-distribution.zip.sha1">sha1</a>
+                <a href="http://www.apache.org/dist/syncope/1.2.3/syncope-standalone-1.2.3-distribution.zip.asc">asc</a> 
+                <a href="http://www.apache.org/dist/syncope/1.2.3/syncope-standalone-1.2.3-distribution.zip.md5">md5</a> 
+                <a href="http://www.apache.org/dist/syncope/1.2.3/syncope-standalone-1.2.3-distribution.zip.sha1">sha1</a>
               </td>
             </tr>
             <tr>
               <td>
-                <a href="http://www.apache.org/dyn/closer.cgi/syncope/1.2.2/syncope-installer-1.2.2-uber.jar">syncope-installer-1.2.2.jar</a>
+                <a href="http://www.apache.org/dyn/closer.cgi/syncope/1.2.3/syncope-installer-1.2.3-uber.jar">syncope-installer-1.2.3.jar</a>
               </td>
               <td>
-                <a href="http://www.apache.org/dist/syncope/1.2.2/syncope-installer-1.2.2-uber.jar.asc">asc</a> 
-                <a href="http://www.apache.org/dist/syncope/1.2.2/syncope-installer-1.2.2-uber.jar.md5">md5</a> 
-                <a href="http://www.apache.org/dist/syncope/1.2.2/syncope-installer-1.2.2-uber.jar.sha1">sha1</a>
+                <a href="http://www.apache.org/dist/syncope/1.2.3/syncope-installer-1.2.3-uber.jar.asc">asc</a> 
+                <a href="http://www.apache.org/dist/syncope/1.2.3/syncope-installer-1.2.3-uber.jar.md5">md5</a> 
+                <a href="http://www.apache.org/dist/syncope/1.2.3/syncope-installer-1.2.3-uber.jar.sha1">sha1</a>
               </td>
             </tr>
             <tr>
               <td>
-                <a href="http://www.apache.org/dyn/closer.cgi/syncope/1.2.2/apache-syncope-1.2.2.deb">apache-syncope-1.2.2.deb</a>
+                <a href="http://www.apache.org/dyn/closer.cgi/syncope/1.2.3/apache-syncope-1.2.3.deb">apache-syncope-1.2.3.deb</a>
               </td>
               <td>
-                <a href="http://www.apache.org/dist/syncope/1.2.2/apache-syncope-1.2.2.deb.asc">asc</a> 
-                <a href="http://www.apache.org/dist/syncope/1.2.2/apache-syncope-1.2.2.deb.md5">md5</a> 
-                <a href="http://www.apache.org/dist/syncope/1.2.2/apache-syncope-1.2.2.deb.sha1">sha1</a>
+                <a href="http://www.apache.org/dist/syncope/1.2.3/apache-syncope-1.2.3.deb.asc">asc</a> 
+                <a href="http://www.apache.org/dist/syncope/1.2.3/apache-syncope-1.2.3.deb.md5">md5</a> 
+                <a href="http://www.apache.org/dist/syncope/1.2.3/apache-syncope-1.2.3.deb.sha1">sha1</a>
               </td>
             </tr>
             <tr>
               <td>
-                <a href="http://www.apache.org/dyn/closer.cgi/syncope/1.2.2/apache-syncope-console-1.2.2.deb">apache-syncope-console-1.2.2.deb</a>
+                <a href="http://www.apache.org/dyn/closer.cgi/syncope/1.2.3/apache-syncope-console-1.2.3.deb">apache-syncope-console-1.2.3.deb</a>
               </td>
               <td>
-                <a href="http://www.apache.org/dist/syncope/1.2.2/apache-syncope-console-1.2.2.deb.asc">asc</a> 
-                <a href="http://www.apache.org/dist/syncope/1.2.2/apache-syncope-console-1.2.2.deb.md5">md5</a> 
-                <a href="http://www.apache.org/dist/syncope/1.2.2/apache-syncope-console-1.2.2.deb.sha1">sha1</a>
+                <a href="http://www.apache.org/dist/syncope/1.2.3/apache-syncope-console-1.2.3.deb.asc">asc</a> 
+                <a href="http://www.apache.org/dist/syncope/1.2.3/apache-syncope-console-1.2.3.deb.md5">md5</a> 
+                <a href="http://www.apache.org/dist/syncope/1.2.3/apache-syncope-console-1.2.3.deb.sha1">sha1</a>
               </td>
             </tr>
           </tbody>
@@ -191,8 +191,8 @@ under the License.
     </section>
 
     <section name="Older Releases">
-      <subsection name="1.2.1 Intermezzo">
-        <p>Release date: Nov 17th, 2014</p>
+      <subsection name="1.2.2 Intermezzo">
+        <p>Release date: Jan 30th, 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.1/syncope-1.2.1-source-release.zip">syncope-1.2.1-source-release.zip</a>
+                <a href="http://archive.apache.org/dist/syncope/1.2.2/syncope-1.2.2-source-release.zip">syncope-1.2.2-source-release.zip</a>
               </td>
               <td>
-                <a href="http://archive.apache.org/dist/syncope/1.2.1/syncope-1.2.1-source-release.zip.asc">asc</a> 
-                <a href="http://archive.apache.org/dist/syncope/1.2.1/syncope-1.2.1-source-release.zip.md5">md5</a> 
-                <a href="http://archive.apache.org/dist/syncope/1.2.1/syncope-1.2.1-source-release.zip.sha1">sha1</a>
+                <a href="http://archive.apache.org/dist/syncope/1.2.2/syncope-1.2.2-source-release.zip.asc">asc</a> 
+                <a href="http://archive.apache.org/dist/syncope/1.2.2/syncope-1.2.2-source-release.zip.md5">md5</a> 
+                <a href="http://archive.apache.org/dist/syncope/1.2.2/syncope-1.2.2-source-release.zip.sha1">sha1</a>
               </td>
             </tr>
             <tr>
               <td>
-                <a href="http://archive.apache.org/dist/syncope/1.2.1/syncope-standalone-1.2.1-distribution.zip">syncope-standalone-1.2.1-distribution.zip</a>
+                <a href="http://archive.apache.org/dist/syncope/1.2.2/syncope-standalone-1.2.2-distribution.zip">syncope-standalone-1.2.2-distribution.zip</a>
               </td>
               <td>
-                <a href="http://archive.apache.org/dist/syncope/1.2.1/syncope-standalone-1.2.1-distribution.zip.asc">asc</a> 
-                <a href="http://archive.apache.org/dist/syncope/1.2.1/syncope-standalone-1.2.1-distribution.zip.md5">md5</a> 
-                <a href="http://archive.apache.org/dist/syncope/1.2.1/syncope-standalone-1.2.1-distribution.zip.sha1">sha1</a>
+                <a href="http://archive.apache.org/dist/syncope/1.2.2/syncope-standalone-1.2.2-distribution.zip.asc">asc</a> 
+                <a href="http://archive.apache.org/dist/syncope/1.2.2/syncope-standalone-1.2.2-distribution.zip.md5">md5</a> 
+                <a href="http://archive.apache.org/dist/syncope/1.2.2/syncope-standalone-1.2.2-distribution.zip.sha1">sha1</a>
               </td>
             </tr>
             <tr>
               <td>
-                <a href="http://archive.apache.org/dist/syncope/1.2.1/syncope-installer-1.2.1-uber.jar">syncope-installer-1.2.1.jar</a>
+                <a href="http://archive.apache.org/dist/syncope/1.2.2/syncope-installer-1.2.2-uber.jar">syncope-installer-1.2.2.jar</a>
               </td>
               <td>
-                <a href="http://archive.apache.org/dist/syncope/1.2.1/syncope-installer-1.2.1-uber.jar.asc">asc</a> 
-                <a href="http://archive.apache.org/dist/syncope/1.2.1/syncope-installer-1.2.1-uber.jar.md5">md5</a> 
-                <a href="http://archive.apache.org/dist/syncope/1.2.1/syncope-installer-1.2.1-uber.jar.sha1">sha1</a>
+                <a href="http://archive.apache.org/dist/syncope/1.2.2/syncope-installer-1.2.2-uber.jar.asc">asc</a> 
+                <a href="http://archive.apache.org/dist/syncope/1.2.2/syncope-installer-1.2.2-uber.jar.md5">md5</a> 
+                <a href="http://archive.apache.org/dist/syncope/1.2.2/syncope-installer-1.2.2-uber.jar.sha1">sha1</a>
               </td>
             </tr>
             <tr>
               <td>
-                <a href="http://archive.apache.org/dist/syncope/1.2.1/apache-syncope-1.2.1.deb">apache-syncope-1.2.1.deb</a>
+                <a href="http://archive.apache.org/dist/syncope/1.2.2/apache-syncope-1.2.2.deb">apache-syncope-1.2.2.deb</a>
               </td>
               <td>
-                <a href="http://archive.apache.org/dist/syncope/1.2.1/apache-syncope-1.2.1.deb.asc">asc</a> 
-                <a href="http://archive.apache.org/dist/syncope/1.2.1/apache-syncope-1.2.1.deb.md5">md5</a> 
-                <a href="http://archive.apache.org/dist/syncope/1.2.1/apache-syncope-1.2.1.deb.sha1">sha1</a>
+                <a href="http://archive.apache.org/dist/syncope/1.2.2/apache-syncope-1.2.2.deb.asc">asc</a> 
+                <a href="http://archive.apache.org/dist/syncope/1.2.2/apache-syncope-1.2.2.deb.md5">md5</a> 
+                <a href="http://archive.apache.org/dist/syncope/1.2.2/apache-syncope-1.2.2.deb.sha1">sha1</a>
               </td>
             </tr>
             <tr>
               <td>
-                <a href="http://archive.apache.org/dist/syncope/1.2.1/apache-syncope-console-1.2.1.deb">apache-syncope-console-1.2.1.deb</a>
+                <a href="http://archive.apache.org/dist/syncope/1.2.2/apache-syncope-console-1.2.2.deb">apache-syncope-console-1.2.2.deb</a>
               </td>
               <td>
-                <a href="http://archive.apache.org/dist/syncope/1.2.1/apache-syncope-console-1.2.1.deb.asc">asc</a> 
-                <a href="http://archive.apache.org/dist/syncope/1.2.1/apache-syncope-console-1.2.1.deb.md5">md5</a> 
-                <a href="http://archive.apache.org/dist/syncope/1.2.1/apache-syncope-console-1.2.1.deb.sha1">sha1</a>
+                <a href="http://archive.apache.org/dist/syncope/1.2.2/apache-syncope-console-1.2.2.deb.asc">asc</a> 
+                <a href="http://archive.apache.org/dist/syncope/1.2.2/apache-syncope-console-1.2.2.deb.md5">md5</a> 
+                <a href="http://archive.apache.org/dist/syncope/1.2.2/apache-syncope-console-1.2.2.deb.sha1">sha1</a>
               </td>
             </tr>
           </tbody>


[3/5] syncope git commit: [maven-release-plugin] prepare release syncope-1.2.3

Posted by md...@apache.org.
[maven-release-plugin] prepare release syncope-1.2.3


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

Branch: refs/heads/master
Commit: e95f726d51c8e90b2de6e04fd664b4c7dd94e9d4
Parents: 0311dc0
Author: Marco Di Sabatino Di Diodoro <md...@apache.org>
Authored: Fri Mar 20 10:15:34 2015 +0100
Committer: Marco Di Sabatino Di Diodoro <md...@apache.org>
Committed: Fri Mar 20 10:15:34 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/e95f726d/archetype/pom.xml
----------------------------------------------------------------------
diff --git a/archetype/pom.xml b/archetype/pom.xml
index fa42a6b..e7b272d 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.3-SNAPSHOT</version>
+    <version>1.2.3</version>
   </parent>
 
   <name>Apache Syncope Archetype</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/e95f726d/build-tools/pom.xml
----------------------------------------------------------------------
diff --git a/build-tools/pom.xml b/build-tools/pom.xml
index d2257be..2112810 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.3-SNAPSHOT</version>
+    <version>1.2.3</version>
   </parent>
 
   <name>Apache Syncope Build Tools</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/e95f726d/client/pom.xml
----------------------------------------------------------------------
diff --git a/client/pom.xml b/client/pom.xml
index 27f8e71..2cc2f51 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.3-SNAPSHOT</version>
+    <version>1.2.3</version>
   </parent>
 
   <name>Apache Syncope Client</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/e95f726d/common/pom.xml
----------------------------------------------------------------------
diff --git a/common/pom.xml b/common/pom.xml
index 331e929..87ac1ad 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.3-SNAPSHOT</version>
+    <version>1.2.3</version>
   </parent>
 
   <name>Apache Syncope Common</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/e95f726d/console/pom.xml
----------------------------------------------------------------------
diff --git a/console/pom.xml b/console/pom.xml
index 8f2dd3c..ac6bd2a 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.3-SNAPSHOT</version>
+    <version>1.2.3</version>
   </parent>
 
   <name>Apache Syncope Console</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/e95f726d/core-upgrader/pom.xml
----------------------------------------------------------------------
diff --git a/core-upgrader/pom.xml b/core-upgrader/pom.xml
index 8db5eb5..8a7140f 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.3-SNAPSHOT</version>
+    <version>1.2.3</version>
   </parent>
  
   <groupId>org.apache.syncope</groupId>

http://git-wip-us.apache.org/repos/asf/syncope/blob/e95f726d/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index 5920028..20ec2c9 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.3-SNAPSHOT</version>
+    <version>1.2.3</version>
   </parent>
 
   <name>Apache Syncope Core</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/e95f726d/deb/console/pom.xml
----------------------------------------------------------------------
diff --git a/deb/console/pom.xml b/deb/console/pom.xml
index c1bed80..ca3d586 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.3-SNAPSHOT</version>
+    <version>1.2.3</version>
   </parent>
 
   <name>Apache Syncope Deb Console</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/e95f726d/deb/core/pom.xml
----------------------------------------------------------------------
diff --git a/deb/core/pom.xml b/deb/core/pom.xml
index 3c1aed7..0968b1a 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.3-SNAPSHOT</version>
+    <version>1.2.3</version>
   </parent>
 
   <name>Apache Syncope Deb Core</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/e95f726d/deb/pom.xml
----------------------------------------------------------------------
diff --git a/deb/pom.xml b/deb/pom.xml
index 904ebdd..6eed59c 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.3-SNAPSHOT</version>
+    <version>1.2.3</version>
   </parent>
 
   <name>Apache Syncope Deb</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/e95f726d/installer/pom.xml
----------------------------------------------------------------------
diff --git a/installer/pom.xml b/installer/pom.xml
index 073cd52..2718a78 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.3-SNAPSHOT</version>
+    <version>1.2.3</version>
   </parent>
 
   <name>Apache Syncope Installer</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/e95f726d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 73f413e..cec3cec 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.3-SNAPSHOT</version>
+  <version>1.2.3</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.3</tag>
   </scm>
 
   <issueManagement>

http://git-wip-us.apache.org/repos/asf/syncope/blob/e95f726d/standalone/pom.xml
----------------------------------------------------------------------
diff --git a/standalone/pom.xml b/standalone/pom.xml
index 270b58c..7a88150 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.3-SNAPSHOT</version>
+    <version>1.2.3</version>
   </parent>
 
   <name>Apache Syncope Standalone Distribution</name>