Skip to content
This repository has been archived by the owner on Nov 27, 2021. It is now read-only.

Commit

Permalink
update dependencies versions
Browse files Browse the repository at this point in the history
  • Loading branch information
firone committed Sep 27, 2011
1 parent 408e4e7 commit a0c68f4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions pom.xml
@@ -1,4 +1,5 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -57,7 +58,7 @@
<dependency>
<groupId>org.testatoo</groupId>
<artifactId>testatoo-core</artifactId>
<version>1.0-rc2-SNAPSHOT</version>
<version>1.0-rc2</version>
</dependency>
<dependency>
<groupId>org.testatoo.openqa</groupId>
Expand All @@ -81,19 +82,19 @@
<dependency>
<groupId>org.testatoo</groupId>
<artifactId>testatoo-config</artifactId>
<version>1.0-rc2-SNAPSHOT</version>
<version>1.0-rc2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.testatoo</groupId>
<artifactId>testatoo-selenium</artifactId>
<version>1.0-rc2-SNAPSHOT</version>
<version>1.0-rc2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.testatoo.container</groupId>
<artifactId>testatoo-container-jetty</artifactId>
<version>1.0-rc2-SNAPSHOT</version>
<version>1.0-rc5</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/org/testatoo/LocalModule.java
Expand Up @@ -32,7 +32,7 @@ protected void configure() {
seleniumSessions()
.register(createSeleniumSession()
.website("http://127.0.0.1:7896/")
.browser("*firefoxproxy")
.browser("*firefox")
.serverHost("127.0.0.1")
.serverPort(4444)
.build())
Expand Down

0 comments on commit a0c68f4

Please sign in to comment.