commit 2af806f8f82577669be780e7ff45dbb5213b0011
Author: Mauro Talevi <[email protected]>
AuthorDate: Thu Mar 29 10:32:47 2012 +0200
Commit: Mauro Talevi <[email protected]>
CommitDate: Thu Mar 29 10:32:47 2012 +0200
Updated to latest versions of core and web.
diff --git a/etsy-stories-groovy-pico/pom.xml b/etsy-stories-groovy-pico/pom.xml
index 82af6e2..288349c 100644
--- a/etsy-stories-groovy-pico/pom.xml
+++ b/etsy-stories-groovy-pico/pom.xml
@@ -243,7 +243,7 @@
<artifactItem>
<groupId>org.jbehave</groupId>
<artifactId>jbehave-navigator</artifactId>
- <version>${jbehave.navigator.version}</version>
+ <version>${jbehave.core.version}</version>
</artifactItem>
</artifactItems>
</configuration>
diff --git a/pom.xml b/pom.xml
index c2125b4..a36e8d5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,9 +10,8 @@
<name>JBehave Tutorial using Etsy.com</name>
<properties>
- <jbehave.core.version>3.6-SNAPSHOT</jbehave.core.version>
- <jbehave.navigator.version>3.6-SNAPSHOT</jbehave.navigator.version>
- <jbehave.web.version>3.5-SNAPSHOT</jbehave.web.version>
+ <jbehave.core.version>3.7-SNAPSHOT</jbehave.core.version>
+ <jbehave.web.version>3.6-SNAPSHOT</jbehave.web.version>
<jbehave.site.version>3.1.1</jbehave.site.version>
<fluent.selenium.version>1.3</fluent.selenium.version>
<selenium.version>2.20.0</selenium.version>
@@ -93,9 +92,8 @@
<profile>
<id>stable</id>
<properties>
- <jbehave.core.version>3.5-beta-3</jbehave.core.version>
- <jbehave.navigator.version>3.6-beta-3</jbehave.navigator.version>
- <jbehave.web.version>3.4.3</jbehave.web.version>
+ <jbehave.core.version>3.6</jbehave.core.version>
+ <jbehave.web.version>3.5</jbehave.web.version>
</properties>
</profile>
</profiles>