Skip to content

Commit

Permalink
Updated ShrinkWrap, Selenium and Arquillian versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kpiwko committed Mar 14, 2012
1 parent 0495e0b commit 5562127
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions drone-demo/pom.xml
Expand Up @@ -18,8 +18,8 @@
<!-- Timestamp format for the maven.build.timestamp property -->
<!-- You can reference property in pom.xml or filtered resources (must enable third-party plugin if using Maven < 2.1) -->

<version.selenium>2.19.0</version.selenium>
<version.selenium.server>2.19.0</version.selenium.server>
<version.selenium>2.20.0</version.selenium>
<version.selenium.server>2.20.0</version.selenium.server>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -90,7 +90,7 @@
<dependency>
<groupId>org.jboss.shrinkwrap.resolver</groupId>
<artifactId>shrinkwrap-resolver-bom</artifactId>
<version>2.0.0-alpha-1-next-SNAPSHOT</version>
<version>2.0.0-alpha-1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -101,7 +101,7 @@
<dependency>
<groupId>org.jboss.bom</groupId>
<artifactId>jboss-javaee-6.0-with-tools</artifactId>
<version>1.0.0.M1</version>
<version>1.0.0.M3</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -210,7 +210,7 @@
<dependency>
<groupId>org.jboss.shrinkwrap.resolver</groupId>
<artifactId>shrinkwrap-resolver-depchain</artifactId>
<version>2.0.0-alpha-1-next-SNAPSHOT</version>
<version>2.0.0-alpha-1</version>
<type>pom</type>
<scope>test</scope>
</dependency>
Expand Down Expand Up @@ -260,7 +260,7 @@
<plugin>
<groupId>org.jboss.shrinkwrap.resolver</groupId>
<artifactId>resolver-maven-plugin</artifactId>
<version>2.0.0-alpha-1-next-SNAPSHOT</version>
<version>2.0.0-alpha-1</version>
<executions>
<execution>
<goals>
Expand All @@ -285,7 +285,7 @@
<pluginExecutionFilter>
<groupId>org.jboss.shrinkwrap.resolver</groupId>
<artifactId>resolver-maven-plugin</artifactId>
<versionRange>[2.0.0-alpha-1-next-SNAPSHOT,)</versionRange>
<versionRange>[2.0.0-alpha-1)</versionRange>
<goals>
<goal>propagate-execution-context</goal>
</goals>
Expand Down

0 comments on commit 5562127

Please sign in to comment.