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 2014/11/06 10:00:46 UTC

[1/5] git commit: Aligning dep versions between 1_2_X and master

Repository: syncope
Updated Branches:
  refs/heads/1_2_X 4d264368e -> c68553d6c
  refs/heads/master 2f1b262b7 -> f33b73dd6


Aligning dep versions between 1_2_X and master


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

Branch: refs/heads/master
Commit: 7ed8f2b6ce1ae69c6523b46cc3bc665aee4fba2c
Parents: 2f2b3c6
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Thu Nov 6 09:50:02 2014 +0100
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Thu Nov 6 09:50:02 2014 +0100

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/7ed8f2b6/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9cbc01c..e32b658 100644
--- a/pom.xml
+++ b/pom.xml
@@ -328,7 +328,7 @@ under the License.
     <cxf.version>3.0.2</cxf.version>	
     <spring.version>4.0.7.RELEASE</spring.version>
     <spring-security.version>3.2.5.RELEASE</spring-security.version>
-    <jackson.version>2.4.2</jackson.version>
+    <jackson.version>2.4.3</jackson.version>
     <velocity.version>1.7</velocity.version>
     <velocitytools.version>2.0</velocitytools.version>
     <quartz.version>2.2.1</quartz.version>
@@ -1488,7 +1488,7 @@ under the License.
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-deploy-plugin</artifactId>
-            <version>2.8.1</version>
+            <version>2.8.2</version>
           </plugin>  
 
           <plugin>


[4/5] git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/syncope

Posted by il...@apache.org.
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/syncope


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

Branch: refs/heads/master
Commit: 121df2d40d2f82f40d265e7426c43b307328d3af
Parents: 7ed8f2b 2f1b262
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Thu Nov 6 10:00:02 2014 +0100
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Thu Nov 6 10:00:02 2014 +0100

----------------------------------------------------------------------
 .../impl/AbstractSubjectPushResultHandler.java  |  60 +++++-----
 .../apache/syncope/core/sync/impl/PushJob.java  |   4 +-
 .../core/sync/impl/RolePushResultHandler.java   |   2 +-
 .../syncope/core/rest/TaskTestITCase.java       | 119 ++++++++++++++++++-
 4 files changed, 151 insertions(+), 34 deletions(-)
----------------------------------------------------------------------



[2/5] git commit: Updating failsafe / surefire plugin

Posted by il...@apache.org.
Updating failsafe / surefire plugin


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

Branch: refs/heads/1_2_X
Commit: c68553d6c9ccb269e776945d15293aa3b96c2ecd
Parents: 4d26436
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Thu Nov 6 09:59:52 2014 +0100
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Thu Nov 6 09:59:52 2014 +0100

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/c68553d6/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6180610..d9f46ed 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1069,7 +1069,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.17</version>
+          <version>2.18</version>
           <configuration>
             <redirectTestOutputToFile>true</redirectTestOutputToFile>
             <encoding>utf-8</encoding>
@@ -1093,7 +1093,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-failsafe-plugin</artifactId>
-          <version>2.17</version>
+          <version>2.18</version>
           <configuration>
             <redirectTestOutputToFile>true</redirectTestOutputToFile>
             <encoding>utf-8</encoding>


[5/5] git commit: Merge branch '1_2_X'

Posted by il...@apache.org.
Merge branch '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/f33b73dd
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/f33b73dd
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/f33b73dd

Branch: refs/heads/master
Commit: f33b73dd67e37d8f1055bd4906c7bd0123bb2410
Parents: 121df2d c68553d
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Thu Nov 6 10:00:29 2014 +0100
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Thu Nov 6 10:00:29 2014 +0100

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/f33b73dd/pom.xml
----------------------------------------------------------------------


[3/5] git commit: Updating failsafe / surefire plugin

Posted by il...@apache.org.
Updating failsafe / surefire plugin


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

Branch: refs/heads/master
Commit: c68553d6c9ccb269e776945d15293aa3b96c2ecd
Parents: 4d26436
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Thu Nov 6 09:59:52 2014 +0100
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Thu Nov 6 09:59:52 2014 +0100

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/c68553d6/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6180610..d9f46ed 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1069,7 +1069,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.17</version>
+          <version>2.18</version>
           <configuration>
             <redirectTestOutputToFile>true</redirectTestOutputToFile>
             <encoding>utf-8</encoding>
@@ -1093,7 +1093,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-failsafe-plugin</artifactId>
-          <version>2.17</version>
+          <version>2.18</version>
           <configuration>
             <redirectTestOutputToFile>true</redirectTestOutputToFile>
             <encoding>utf-8</encoding>