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 2016/10/12 09:31:26 UTC

[2/2] syncope git commit: "Upgrading Tomcat (again)"

"Upgrading Tomcat (again)"

This reverts commit 60a043380448578a692a1e34cc11fdd30b92ba96.


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

Branch: refs/heads/master
Commit: 19adae0a4b8f738deb4d0074d6ca829ece4a6103
Parents: 60a0433
Author: Francesco Chicchiricc� <il...@apache.org>
Authored: Wed Oct 12 11:31:06 2016 +0200
Committer: Francesco Chicchiricc� <il...@apache.org>
Committed: Wed Oct 12 11:31:06 2016 +0200

----------------------------------------------------------------------
 fit/console-reference/pom.xml | 2 +-
 fit/core-reference/pom.xml    | 2 +-
 fit/enduser-reference/pom.xml | 2 +-
 pom.xml                       | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/19adae0a/fit/console-reference/pom.xml
----------------------------------------------------------------------
diff --git a/fit/console-reference/pom.xml b/fit/console-reference/pom.xml
index 1b17ee4..8f44dc2 100644
--- a/fit/console-reference/pom.xml
+++ b/fit/console-reference/pom.xml
@@ -360,7 +360,7 @@ under the License.
       <id>jrebel</id>
       
       <properties>
-        <tomcat.version>8.0.37</tomcat.version>
+        <tomcat.version>8.0.38</tomcat.version>
       </properties>
       
       <build>

http://git-wip-us.apache.org/repos/asf/syncope/blob/19adae0a/fit/core-reference/pom.xml
----------------------------------------------------------------------
diff --git a/fit/core-reference/pom.xml b/fit/core-reference/pom.xml
index a81ff1e..d9bb26d 100644
--- a/fit/core-reference/pom.xml
+++ b/fit/core-reference/pom.xml
@@ -858,7 +858,7 @@ under the License.
       <id>jrebel</id>
       
       <properties>
-        <tomcat.version>8.0.37</tomcat.version>
+        <tomcat.version>8.0.38</tomcat.version>
         <skipTests>true</skipTests>
       </properties>
       

http://git-wip-us.apache.org/repos/asf/syncope/blob/19adae0a/fit/enduser-reference/pom.xml
----------------------------------------------------------------------
diff --git a/fit/enduser-reference/pom.xml b/fit/enduser-reference/pom.xml
index 788228b..12590f7 100644
--- a/fit/enduser-reference/pom.xml
+++ b/fit/enduser-reference/pom.xml
@@ -485,7 +485,7 @@ under the License.
       <id>jrebel</id>
       
       <properties>
-        <tomcat.version>8.0.37</tomcat.version>              
+        <tomcat.version>8.0.38</tomcat.version>              
         <skipTests>true</skipTests>
       </properties>      
 

http://git-wip-us.apache.org/repos/asf/syncope/blob/19adae0a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4122eb8..a19d9e7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -461,7 +461,7 @@ under the License.
     <cargo.log>${log.directory}/cargo.log</cargo.log>
     <cargo.output>${log.directory}/cargo-output.log</cargo.output>
 
-    <tomcat.version>8.5.5</tomcat.version>
+    <tomcat.version>8.5.6</tomcat.version>
 
     <phantomjs.driver.version>1.2.0</phantomjs.driver.version>
     <phantomjs.version>2.1.1</phantomjs.version>