Author: nbelaevski
Date: 2008-05-23 20:25:22 -0400 (Fri, 23 May 2008)
New Revision: 8740
Modified:
trunk/test-applications/seleniumTest/pom.xml
Log:
SeleniumTest switched to 1.0-SNAPSHOT due to incompatibilities with Vista systems
Modified: trunk/test-applications/seleniumTest/pom.xml
===================================================================
--- trunk/test-applications/seleniumTest/pom.xml 2008-05-23 22:15:03 UTC (rev 8739)
+++ trunk/test-applications/seleniumTest/pom.xml 2008-05-24 00:25:22 UTC (rev 8740)
@@ -27,6 +27,19 @@
<enabled>true</enabled>
</releases>
</repository>
+
+ <repository>
+ <id>openqa-snapshots</id>
+ <name>OpenQA Snapshots Repository</name>
+ <
url>http://archiva.openqa.org/repository/snapshots</url>
+ <layout>default</layout>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ </repository>
</repositories>
<build>
<finalName>seleniumTest</finalName>
@@ -196,13 +209,13 @@
<dependency>
<groupId>org.openqa.selenium.client-drivers</groupId>
<artifactId>selenium-java-client-driver</artifactId>
- <version>1.0-beta-1</version>
+ <version>1.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.openqa.selenium.server</groupId>
<artifactId>selenium-server-coreless</artifactId>
- <version>1.0-beta-1</version>
+ <version>1.0-SNAPSHOT</version>
<scope>test</scope>
<exclusions>
<exclusion>