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 2017/06/12 06:09:50 UTC

[1/3] syncope git commit: Upgrading H2 and Spring

Repository: syncope
Updated Branches:
  refs/heads/2_0_X a6f6b5c5d -> ee453d664
  refs/heads/master 23b1c9d76 -> 7a4805bec


Upgrading H2 and Spring


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

Branch: refs/heads/2_0_X
Commit: ee453d664c847fd7c1a4418d03411ce461fa3400
Parents: a6f6b5c
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Mon Jun 12 08:09:02 2017 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Mon Jun 12 08:09:02 2017 +0200

----------------------------------------------------------------------
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/ee453d66/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index bc70b62..43a0d37 100644
--- a/pom.xml
+++ b/pom.xml
@@ -357,8 +357,8 @@ under the License.
 
     <jackson.version>2.8.8</jackson.version>
 
-    <spring.version>4.3.8.RELEASE</spring.version>
-    <spring-security.version>4.2.2.RELEASE</spring-security.version>
+    <spring.version>4.3.9.RELEASE</spring.version>
+    <spring-security.version>4.2.3.RELEASE</spring-security.version>
 
     <openjpa.version>2.4.2</openjpa.version>
     <hikaricp.version>2.4.12</hikaricp.version>
@@ -395,7 +395,7 @@ under the License.
 
     <joda.version>2.9.9</joda.version>
 
-    <h2.version>1.4.195</h2.version>
+    <h2.version>1.4.196</h2.version>
 
     <junit.version>4.12</junit.version>
 


[3/3] syncope git commit: Aliging JAX-RS spec with CXF

Posted by il...@apache.org.
Aliging JAX-RS spec with CXF


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

Branch: refs/heads/master
Commit: 7a4805becf755ff56159bde8d314dce189f893f2
Parents: a149a01
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Mon Jun 12 08:09:38 2017 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Mon Jun 12 08:09:38 2017 +0200

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/7a4805be/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a3f53fe..151d8eb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -509,7 +509,7 @@ under the License.
       <dependency>
         <groupId>javax.ws.rs</groupId>
         <artifactId>javax.ws.rs-api</artifactId>
-        <version>2.1-m07</version>
+        <version>2.1-m08</version>
       </dependency>
       <dependency>
         <groupId>org.apache.geronimo.javamail</groupId>


[2/3] syncope git commit: Upgrading H2 and Spring

Posted by il...@apache.org.
Upgrading H2 and Spring


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

Branch: refs/heads/master
Commit: a149a01a120c65ac1e17096756292b83c2782858
Parents: 23b1c9d
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Mon Jun 12 08:09:02 2017 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Mon Jun 12 08:09:16 2017 +0200

----------------------------------------------------------------------
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/a149a01a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ec42a78..a3f53fe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -357,8 +357,8 @@ under the License.
 
     <jackson.version>2.8.8</jackson.version>
 
-    <spring.version>4.3.8.RELEASE</spring.version>
-    <spring-security.version>4.2.2.RELEASE</spring-security.version>
+    <spring.version>4.3.9.RELEASE</spring.version>
+    <spring-security.version>4.2.3.RELEASE</spring-security.version>
 
     <openjpa.version>3.0.0-SNAPSHOT</openjpa.version>
     <hikaricp.version>2.6.2</hikaricp.version>
@@ -394,7 +394,7 @@ under the License.
 
     <joda.version>2.9.9</joda.version>
 
-    <h2.version>1.4.195</h2.version>
+    <h2.version>1.4.196</h2.version>
 
     <junit.version>4.12</junit.version>