You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ol...@apache.org on 2014/11/17 03:44:10 UTC

svn commit: r1640059 - /tomcat/maven-plugin/trunk/pom.xml

Author: olamy
Date: Mon Nov 17 02:44:09 2014
New Revision: 1640059

URL: http://svn.apache.org/r1640059
Log:
upgrade surefire version and tomcat 7.0.57

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=1640059&r1=1640058&r2=1640059&view=diff
==============================================================================
--- tomcat/maven-plugin/trunk/pom.xml (original)
+++ tomcat/maven-plugin/trunk/pom.xml Mon Nov 17 02:44:09 2014
@@ -48,7 +48,7 @@
     <mavenPluginPluginVersion>3.2</mavenPluginPluginVersion>
     <!-- Test settings -->
     <maven.test.redirectTestOutputToFile>false</maven.test.redirectTestOutputToFile>
-    <surefire.version>2.17</surefire.version>
+    <surefire.version>2.18</surefire.version>
     <failsafe.version>${surefire.version}</failsafe.version>
 
     <junit.version>4.10</junit.version>
@@ -73,7 +73,7 @@
     <its.ajp.port>2001</its.ajp.port>
     <!-- server port for it tests -->
     <its.server.port>2008</its.server.port>
-    <tomcat7Version>7.0.55</tomcat7Version>
+    <tomcat7Version>7.0.57</tomcat7Version>
 
     <!-- to prevent isssues with last apache parent pom -->
     <arguments />



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org