Upgrade Tomcat and cargo
Project: http://git-wip-us.apache.org/repos/asf/syncope/repo Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/48bdc594 Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/48bdc594 Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/48bdc594 Branch: refs/heads/master Commit: 48bdc5947a81df34157f3478b112e305c9c2c951 Parents: 3fa1fa2 Author: Francesco Chicchiriccò <[email protected]> Authored: Fri Nov 21 09:19:31 2014 +0100 Committer: Francesco Chicchiriccò <[email protected]> Committed: Fri Nov 21 09:19:31 2014 +0100 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/syncope/blob/48bdc594/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index f9b85f7..fccabf6 100644 --- a/pom.xml +++ b/pom.xml @@ -350,7 +350,7 @@ under the License. <apacheds.version>1.5.7</apacheds.version> - <tomcat.version>7.0.56</tomcat.version> + <tomcat.version>7.0.57</tomcat.version> <jasypt.version>1.9.2</jasypt.version> @@ -1084,7 +1084,7 @@ under the License. <plugin> <groupId>org.codehaus.cargo</groupId> <artifactId>cargo-maven2-plugin</artifactId> - <version>1.4.10</version> + <version>1.4.11</version> <configuration> <container> <containerId>tomcat7x</containerId>
