Author: olamy Date: Tue Mar 6 08:27:31 2012 New Revision: 1297379 URL: http://svn.apache.org/viewvc?rev=1297379&view=rev Log: back to tomcat7 7.0.25 due to https://issues.apache.org/bugzilla/show_bug.cgi?id=52833
Modified: tomcat/maven-plugin/trunk/pom.xml Modified: tomcat/maven-plugin/trunk/pom.xml URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/pom.xml?rev=1297379&r1=1297378&r2=1297379&view=diff ============================================================================== --- tomcat/maven-plugin/trunk/pom.xml (original) +++ tomcat/maven-plugin/trunk/pom.xml Tue Mar 6 08:27:31 2012 @@ -66,7 +66,8 @@ <its.ajp.port>2001</its.ajp.port> <!-- server port for it tests --> <its.server.port>2008</its.server.port> - <tomcat7Version>7.0.26</tomcat7Version> + <!-- 7.0.26 issue see https://issues.apache.org/bugzilla/show_bug.cgi?id=52833 --> + <tomcat7Version>7.0.25</tomcat7Version> </properties> <prerequisites> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org