Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
aslakhellesoy committed Jul 4, 2012
1 parent eebe6f5 commit 60799b9
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 15 deletions.
15 changes: 7 additions & 8 deletions core/pom.xml
Expand Up @@ -27,12 +27,6 @@
<artifactId>cucumber-html</artifactId>
</dependency>

<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>1.6.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand All @@ -50,8 +44,13 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>rhino</groupId>
<artifactId>js</artifactId>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mozilla</groupId>
<artifactId>rhino</artifactId>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
16 changes: 11 additions & 5 deletions pom.xml
Expand Up @@ -16,8 +16,8 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<outputDirectory>${project.build.directory}</outputDirectory>
<gherkin.version>2.11.0</gherkin.version>
<groovy.version>2.0.0-rc-3</groovy.version>
<gherkin.version>2.11.1</gherkin.version>
<groovy.version>2.0.0</groovy.version>
</properties>
<licenses>
<license>
Expand Down Expand Up @@ -116,9 +116,9 @@
<version>1.5.0-alpha2</version>
</dependency>
<dependency>
<groupId>rhino</groupId>
<artifactId>js</artifactId>
<version>1.7R2</version>
<groupId>org.mozilla</groupId>
<artifactId>rhino</artifactId>
<version>1.7R4</version>
</dependency>
<dependency>
<groupId>org.ioke</groupId>
Expand Down Expand Up @@ -146,6 +146,12 @@
<version>1.9.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>1.6.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-chrome-driver</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions rhino/pom.xml
Expand Up @@ -18,8 +18,8 @@
<artifactId>cucumber-core</artifactId>
</dependency>
<dependency>
<groupId>rhino</groupId>
<artifactId>js</artifactId>
<groupId>org.mozilla</groupId>
<artifactId>rhino</artifactId>
<scope>provided</scope>
</dependency>

Expand Down

0 comments on commit 60799b9

Please sign in to comment.