diff options
author | Olivier Lamy <olamy@apache.org> | 2013-10-31 23:20:56 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2013-10-31 23:20:56 +0000 |
commit | f67b16ab152116fce0e9edb2460d677fcc92bee3 (patch) | |
tree | 9d154290a24724d09a6a9c3c844d6f04ff2dea25 | |
parent | ecdceb980d5a0c057f39eb9581a5d86de3d7ae9c (diff) | |
download | archiva-f67b16ab152116fce0e9edb2460d677fcc92bee3.tar.gz archiva-f67b16ab152116fce0e9edb2460d677fcc92bee3.zip |
use last tomcat version
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1537759 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | redback-integrations/redback-rest/redback-rest-services/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redback-integrations/redback-rest/redback-rest-services/pom.xml b/redback-integrations/redback-rest/redback-rest-services/pom.xml index 5911480b8..d38c4d45c 100644 --- a/redback-integrations/redback-rest/redback-rest-services/pom.xml +++ b/redback-integrations/redback-rest/redback-rest-services/pom.xml @@ -32,7 +32,7 @@ <name>Redback :: Integration :: REST :: Services</name> <properties> - <tomcatVersion>7.0.40</tomcatVersion> + <tomcatVersion>7.0.47</tomcatVersion> </properties> <dependencies> |