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 2015/02/25 08:50:39 UTC

syncope git commit: Upgrading Tomcat and Commons DBCP2

Repository: syncope
Updated Branches:
  refs/heads/master 311840cfd -> 8193efd56


Upgrading Tomcat and Commons DBCP2


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

Branch: refs/heads/master
Commit: 8193efd567a474ffed2881a4c4bdab12bbff334b
Parents: 311840c
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Wed Feb 25 08:50:33 2015 +0100
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Wed Feb 25 08:50:33 2015 +0100

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/8193efd5/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d76fdbf..94ca0e9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -336,7 +336,7 @@ under the License.
     <spring-security.version>3.2.5.RELEASE</spring-security.version>
 
     <openjpa.version>2.3.0</openjpa.version>
-    <commons-dbcp.version>2.0.1</commons-dbcp.version>
+    <commons-dbcp.version>2.1</commons-dbcp.version>
     <hibernate-validator.version>5.1.3.Final</hibernate-validator.version>
 
     <jasypt.version>1.9.2</jasypt.version>
@@ -400,7 +400,7 @@ under the License.
     <cargo.log>${log.directory}/cargo.log</cargo.log>
     <cargo.output>${log.directory}/cargo-output.log</cargo.output>
 
-    <tomcat.version>8.0.18</tomcat.version>
+    <tomcat.version>8.0.20</tomcat.version>
 
     <anonymousUser>anonymous</anonymousUser>
     <!-- static keys, only used for build: generated overlays will override during archetype:generate -->
@@ -1469,9 +1469,11 @@ under the License.
 
     <profile>
       <id>skipTests</id>
+
       <properties>
         <skipTests>true</skipTests>
       </properties>
+
       <build>
         <defaultGoal>clean install</defaultGoal>
       </build>