Repository: cxf-fediz Updated Branches: refs/heads/master d6362d094 -> 72eb6519b
Upgrading Tomcat Project: http://git-wip-us.apache.org/repos/asf/cxf-fediz/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf-fediz/commit/72eb6519 Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/72eb6519 Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/72eb6519 Branch: refs/heads/master Commit: 72eb6519ba4a94f8895993c382ceac6d1955eb2a Parents: d6362d0 Author: Colm O hEigeartaigh <[email protected]> Authored: Wed Jul 16 22:27:15 2014 +0100 Committer: Colm O hEigeartaigh <[email protected]> Committed: Wed Jul 16 22:27:15 2014 +0100 ---------------------------------------------------------------------- pom.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/72eb6519/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 9739e31..3778063 100644 --- a/pom.xml +++ b/pom.xml @@ -31,6 +31,10 @@ <version>14</version> </parent> + <prerequisites> + <maven>3.0</maven> + </prerequisites> + <properties> <commons.lang.version>3.3.2</commons.lang.version> <commons.logging.version>1.1.3</commons.logging.version> @@ -52,7 +56,7 @@ <slf4j.version>1.7.7</slf4j.version> <spring.version>3.2.6.RELEASE</spring.version> <spring.security.version>3.1.4.RELEASE</spring.security.version> - <tomcat.version>7.0.42</tomcat.version> + <tomcat.version>7.0.54</tomcat.version> <wss4j.version>2.0.0</wss4j.version> <bval.version>0.5</bval.version>
