commit 2e6dd1e041c0c45c9633ecc00a1a3855f3cd2a92 Author: Mauro Talevi <mauro.tal...@aquilonia.org> AuthorDate: Thu Jul 5 11:42:37 2012 +0200 Commit: Mauro Talevi <mauro.tal...@aquilonia.org> CommitDate: Thu Jul 5 11:42:37 2012 +0200
Upgraded to latest jbehave-core release. Updated release notes. diff --git a/distribution/src/main/site/content/release-notes.html b/distribution/src/main/site/content/release-notes.html index 43d5585..b491ba4 100644 --- a/distribution/src/main/site/content/release-notes.html +++ b/distribution/src/main/site/content/release-notes.html @@ -5,6 +5,15 @@ </head> <body> +<h1>JBehave Web - Version 3.5.4 (Jul 5, 2012)</h1> + +<h2> Bug +</h2> +<ul> +<li>[<a href='https://jira.codehaus.org/browse/JBEHAVE-793'>JBEHAVE-793</a>] - jbehave-web-selenium fails with firefox 13.0.1 +</li> +</ul> + <h1>JBehave Web - Version 3.5.3 (Apr 30, 2012)</h1> <h2> Improvement diff --git a/pom.xml b/pom.xml index d573c45..3fd0600 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ </modules> <properties> - <jbehave.core.version>3.6.5</jbehave.core.version> + <jbehave.core.version>3.6.8</jbehave.core.version> <jbehave.site.version>3.1.1</jbehave.site.version> <jbehave.webapp.name>jbehave-web-runner</jbehave.webapp.name> <jdk.version>1.5</jdk.version>