You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2012/07/08 14:36:08 UTC

svn commit: r1358728 - /archiva/redback/redback-core/trunk/redback-integrations/redback-rest/redback-rest-services/pom.xml

Author: olamy
Date: Sun Jul  8 12:36:08 2012
New Revision: 1358728

URL: http://svn.apache.org/viewvc?rev=1358728&view=rev
Log:
use tomcat 7.0.29 artifacts

Modified:
    archiva/redback/redback-core/trunk/redback-integrations/redback-rest/redback-rest-services/pom.xml

Modified: archiva/redback/redback-core/trunk/redback-integrations/redback-rest/redback-rest-services/pom.xml
URL: http://svn.apache.org/viewvc/archiva/redback/redback-core/trunk/redback-integrations/redback-rest/redback-rest-services/pom.xml?rev=1358728&r1=1358727&r2=1358728&view=diff
==============================================================================
--- archiva/redback/redback-core/trunk/redback-integrations/redback-rest/redback-rest-services/pom.xml (original)
+++ archiva/redback/redback-core/trunk/redback-integrations/redback-rest/redback-rest-services/pom.xml Sun Jul  8 12:36:08 2012
@@ -29,7 +29,7 @@
 
   <properties>
     <jettyVersion>7.5.3.v20111011</jettyVersion>
-    <tomcatVersion>7.0.28</tomcatVersion>
+    <tomcatVersion>7.0.29</tomcatVersion>
     <test.useTomcat>false</test.useTomcat>
   </properties>