Created
August 28, 2013 16:29
-
-
Save djcsdy/6368040 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From c896dae0a938b522bd82c8a06e46aaff6670fe71 Mon Sep 17 00:00:00 2001 | |
From: Daniel Cassidy <[email protected]> | |
Date: Wed, 28 Aug 2013 17:21:05 +0100 | |
Subject: [PATCH] [MTOMCAT-236] Upgrade selenium-server to 2.35.0 in | |
tomcat-maven-archetype. | |
This fixes an incompatibility between Selenium and Firefox 22 and later. | |
--- | |
.../resources/archetype-resources/__rootArtifactId__-webapp-it/pom.xml | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
diff --git a/tomcat-maven-archetype/src/main/resources/archetype-resources/__rootArtifactId__-webapp-it/pom.xml b/tomcat-maven-archetype/src/main/resources/archetype-resources/__rootArtifactId__-webapp-it/pom.xml | |
index c6515a0..f26a56c 100644 | |
--- a/tomcat-maven-archetype/src/main/resources/archetype-resources/__rootArtifactId__-webapp-it/pom.xml | |
+++ b/tomcat-maven-archetype/src/main/resources/archetype-resources/__rootArtifactId__-webapp-it/pom.xml | |
@@ -31,7 +31,7 @@ | |
<properties> | |
<seleniumPluginVersion>2.3</seleniumPluginVersion> | |
- <selenium-server.version>2.28.0</selenium-server.version> | |
+ <selenium-server.version>2.35.0</selenium-server.version> | |
<selenium.port>4444</selenium.port> | |
<tomcat.port>9898</tomcat.port> | |
<serverUrl>http://localhost:${tomcat.port}/</serverUrl> | |
-- | |
1.8.0.msysgit.0 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment