Author: olamy Date: Wed Aug 22 14:39:04 2012 New Revision: 1376074 URL: http://svn.apache.org/viewvc?rev=1376074&view=rev Log: use last selenium version in archetype
Modified: tomcat/maven-plugin/trunk/tomcat-maven-archetype/src/main/resources/archetype-resources/__rootArtifactId__-webapp-it/pom.xml Modified: tomcat/maven-plugin/trunk/tomcat-maven-archetype/src/main/resources/archetype-resources/__rootArtifactId__-webapp-it/pom.xml URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/tomcat-maven-archetype/src/main/resources/archetype-resources/__rootArtifactId__-webapp-it/pom.xml?rev=1376074&r1=1376073&r2=1376074&view=diff ============================================================================== --- tomcat/maven-plugin/trunk/tomcat-maven-archetype/src/main/resources/archetype-resources/__rootArtifactId__-webapp-it/pom.xml (original) +++ tomcat/maven-plugin/trunk/tomcat-maven-archetype/src/main/resources/archetype-resources/__rootArtifactId__-webapp-it/pom.xml Wed Aug 22 14:39:04 2012 @@ -31,7 +31,7 @@ <properties> <seleniumPluginVersion>2.3</seleniumPluginVersion> - <selenium-server.version>2.24.1</selenium-server.version> + <selenium-server.version>2.25.0</selenium-server.version> <selenium.port>4444</selenium.port> <tomcat.port>9898</tomcat.port> <serverUrl>http://localhost:${tomcat.port}/</serverUrl> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org