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/04/25 12:53:42 UTC

[1/2] syncope git commit: Upgrading Quartz, Spring, Jackson Databind and Cargo

Repository: syncope
Updated Branches:
  refs/heads/2_0_X cfd946055 -> 9a03fa9a5
  refs/heads/master fbda96720 -> 7e334448a


Upgrading Quartz, Spring, Jackson Databind and Cargo


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

Branch: refs/heads/2_0_X
Commit: 9a03fa9a53cf5e1bfafdb945ca72812eb38da62f
Parents: cfd9460
Author: Francesco Chicchiricc� <il...@apache.org>
Authored: Tue Apr 25 14:53:08 2017 +0200
Committer: Francesco Chicchiricc� <il...@apache.org>
Committed: Tue Apr 25 14:53:08 2017 +0200

----------------------------------------------------------------------
 installer/src/main/resources/izpack/install.xml |  2 +-
 pom.xml                                         | 10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/9a03fa9a/installer/src/main/resources/izpack/install.xml
----------------------------------------------------------------------
diff --git a/installer/src/main/resources/izpack/install.xml b/installer/src/main/resources/izpack/install.xml
index df9881d..b8a2174 100644
--- a/installer/src/main/resources/izpack/install.xml
+++ b/installer/src/main/resources/izpack/install.xml
@@ -136,7 +136,7 @@ under the License.
   <jar src="lib/httpclient-@{httpclient.version}.jar"/>
   <jar src="lib/httpmime-@{httpclient.version}.jar"/>
   <jar src="lib/httpcore-4.3.3.jar"/>
-  <jar src="lib/jackson-databind-@{jackson.version}.jar"/>
+  <jar src="lib/jackson-databind-@{jackson.version}.1.jar"/>
   <jar src="lib/jackson-core-@{jackson.version}.jar"/>
   <jar src="lib/jackson-annotations-@{jackson.version}.jar"/>
   

http://git-wip-us.apache.org/repos/asf/syncope/blob/9a03fa9a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 677bee6..10bae57 100644
--- a/pom.xml
+++ b/pom.xml
@@ -357,7 +357,7 @@ under the License.
 
     <jackson.version>2.8.8</jackson.version>
 
-    <spring.version>4.3.7.RELEASE</spring.version>
+    <spring.version>4.3.8.RELEASE</spring.version>
     <spring-security.version>4.2.2.RELEASE</spring-security.version>
 
     <openjpa.version>2.4.2</openjpa.version>
@@ -366,7 +366,7 @@ under the License.
 
     <jasypt.version>1.9.2</jasypt.version>
 
-    <quartz.version>2.2.3</quartz.version>
+    <quartz.version>2.3.0</quartz.version>
 
     <cocoon.version>3.0.0-alpha-3</cocoon.version>
 
@@ -755,7 +755,7 @@ under the License.
       <dependency>
         <groupId>com.fasterxml.jackson.core</groupId>
         <artifactId>jackson-databind</artifactId>
-        <version>${jackson.version}</version>
+        <version>${jackson.version}.1</version>
       </dependency>
       <dependency>
         <groupId>com.fasterxml.jackson.datatype</groupId>
@@ -1575,7 +1575,7 @@ under the License.
       <dependency>
         <groupId>com.icegreen</groupId>
         <artifactId>greenmail</artifactId>
-        <version>1.5.3</version>
+        <version>1.5.4</version>
         <scope>test</scope>
       </dependency>
       <dependency>
@@ -1760,7 +1760,7 @@ under the License.
         <plugin>
           <groupId>org.codehaus.cargo</groupId>
           <artifactId>cargo-maven2-plugin</artifactId>
-          <version>1.6.2</version>
+          <version>1.6.3</version>
           <configuration>
             <container>
               <containerId>tomcat8x</containerId>


[2/2] syncope git commit: Upgrading Quartz, Spring, Jackson Databind and Cargo

Posted by il...@apache.org.
Upgrading Quartz, Spring, Jackson Databind and Cargo


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

Branch: refs/heads/master
Commit: 7e334448a2cf9171129088f2329ae667a0acf8f8
Parents: fbda967
Author: Francesco Chicchiricc� <il...@apache.org>
Authored: Tue Apr 25 14:53:08 2017 +0200
Committer: Francesco Chicchiricc� <il...@apache.org>
Committed: Tue Apr 25 14:53:30 2017 +0200

----------------------------------------------------------------------
 installer/src/main/resources/izpack/install.xml |  2 +-
 pom.xml                                         | 10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/7e334448/installer/src/main/resources/izpack/install.xml
----------------------------------------------------------------------
diff --git a/installer/src/main/resources/izpack/install.xml b/installer/src/main/resources/izpack/install.xml
index df9881d..b8a2174 100644
--- a/installer/src/main/resources/izpack/install.xml
+++ b/installer/src/main/resources/izpack/install.xml
@@ -136,7 +136,7 @@ under the License.
   <jar src="lib/httpclient-@{httpclient.version}.jar"/>
   <jar src="lib/httpmime-@{httpclient.version}.jar"/>
   <jar src="lib/httpcore-4.3.3.jar"/>
-  <jar src="lib/jackson-databind-@{jackson.version}.jar"/>
+  <jar src="lib/jackson-databind-@{jackson.version}.1.jar"/>
   <jar src="lib/jackson-core-@{jackson.version}.jar"/>
   <jar src="lib/jackson-annotations-@{jackson.version}.jar"/>
   

http://git-wip-us.apache.org/repos/asf/syncope/blob/7e334448/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d669fe8..a05f883 100644
--- a/pom.xml
+++ b/pom.xml
@@ -357,7 +357,7 @@ under the License.
 
     <jackson.version>2.8.8</jackson.version>
 
-    <spring.version>4.3.7.RELEASE</spring.version>
+    <spring.version>4.3.8.RELEASE</spring.version>
     <spring-security.version>4.2.2.RELEASE</spring-security.version>
 
     <openjpa.version>3.0.0-SNAPSHOT</openjpa.version>
@@ -366,7 +366,7 @@ under the License.
 
     <jasypt.version>1.9.2</jasypt.version>
 
-    <quartz.version>2.2.3</quartz.version>
+    <quartz.version>2.3.0</quartz.version>
 
     <cocoon.version>3.0.0-alpha-3</cocoon.version>
 
@@ -748,7 +748,7 @@ under the License.
       <dependency>
         <groupId>com.fasterxml.jackson.core</groupId>
         <artifactId>jackson-databind</artifactId>
-        <version>${jackson.version}</version>
+        <version>${jackson.version}.1</version>
       </dependency>
       <dependency>
         <groupId>com.fasterxml.jackson.datatype</groupId>
@@ -1520,7 +1520,7 @@ under the License.
       <dependency>
         <groupId>com.icegreen</groupId>
         <artifactId>greenmail</artifactId>
-        <version>1.5.3</version>
+        <version>1.5.4</version>
         <scope>test</scope>
       </dependency>
       <dependency>
@@ -1705,7 +1705,7 @@ under the License.
         <plugin>
           <groupId>org.codehaus.cargo</groupId>
           <artifactId>cargo-maven2-plugin</artifactId>
-          <version>1.6.2</version>
+          <version>1.6.3</version>
           <configuration>
             <container>
               <containerId>tomcat8x</containerId>