Skip to content

Commit

Permalink
Updated examples to latest snapshot.
Browse files Browse the repository at this point in the history
  • Loading branch information
maurotalevi committed Mar 29, 2012
1 parent dfaf3a3 commit 2242ebb
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/flash-webdriver/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent> <parent>
<groupId>org.jbehave.web.examples</groupId> <groupId>org.jbehave.web.examples</groupId>
<artifactId>jbehave-web-examples</artifactId> <artifactId>jbehave-web-examples</artifactId>
<version>3.5-SNAPSHOT</version> <version>3.6-SNAPSHOT</version>
</parent> </parent>
<artifactId>jbehave-web-flash-webdriver</artifactId> <artifactId>jbehave-web-flash-webdriver</artifactId>
<name>JBehave Web Flash WebDriver Stories</name> <name>JBehave Web Flash WebDriver Stories</name>
Expand Down
4 changes: 2 additions & 2 deletions examples/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.jbehave.web</groupId> <groupId>org.jbehave.web</groupId>
<artifactId>jbehave-web</artifactId> <artifactId>jbehave-web</artifactId>
<version>3.5-SNAPSHOT</version> <version>3.6-SNAPSHOT</version>
</parent> </parent>
<groupId>org.jbehave.web.examples</groupId> <groupId>org.jbehave.web.examples</groupId>
<artifactId>jbehave-web-examples</artifactId> <artifactId>jbehave-web-examples</artifactId>
Expand Down Expand Up @@ -63,7 +63,7 @@
<pluginExecutionFilter> <pluginExecutionFilter>
<groupId>org.jbehave</groupId> <groupId>org.jbehave</groupId>
<artifactId>jbehave-maven-plugin</artifactId> <artifactId>jbehave-maven-plugin</artifactId>
<versionRange>[3.5-SNAPSHOT,)</versionRange> <versionRange>[3.6-SNAPSHOT,)</versionRange>
<goals> <goals>
<goal>unpack-view-resources</goal> <goal>unpack-view-resources</goal>
</goals> </goals>
Expand Down
2 changes: 1 addition & 1 deletion examples/trader-runner-selenium/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent> <parent>
<groupId>org.jbehave.web.examples</groupId> <groupId>org.jbehave.web.examples</groupId>
<artifactId>jbehave-web-examples</artifactId> <artifactId>jbehave-web-examples</artifactId>
<version>3.5-SNAPSHOT</version> <version>3.6-SNAPSHOT</version>
</parent> </parent>
<artifactId>jbehave-web-trader-selenium</artifactId> <artifactId>jbehave-web-trader-selenium</artifactId>
<name>JBehave Web Trader Selenium Stories</name> <name>JBehave Web Trader Selenium Stories</name>
Expand Down
2 changes: 1 addition & 1 deletion examples/trader-runner-webdriver/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent> <parent>
<groupId>org.jbehave.web.examples</groupId> <groupId>org.jbehave.web.examples</groupId>
<artifactId>jbehave-web-examples</artifactId> <artifactId>jbehave-web-examples</artifactId>
<version>3.5-SNAPSHOT</version> <version>3.6-SNAPSHOT</version>
</parent> </parent>
<artifactId>jbehave-web-trader-webdriver</artifactId> <artifactId>jbehave-web-trader-webdriver</artifactId>
<name>JBehave Web Trader WebDriver Stories</name> <name>JBehave Web Trader WebDriver Stories</name>
Expand Down
2 changes: 1 addition & 1 deletion examples/trader-runner/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent> <parent>
<groupId>org.jbehave.web.examples</groupId> <groupId>org.jbehave.web.examples</groupId>
<artifactId>jbehave-web-examples</artifactId> <artifactId>jbehave-web-examples</artifactId>
<version>3.5-SNAPSHOT</version> <version>3.6-SNAPSHOT</version>
</parent> </parent>
<artifactId>jbehave-web-trader-runner</artifactId> <artifactId>jbehave-web-trader-runner</artifactId>
<packaging>war</packaging> <packaging>war</packaging>
Expand Down

0 comments on commit 2242ebb

Please sign in to comment.