commit e370af7487dbd69c15cfd9da3ed2ec63be82c41b
Author: Mauro Talevi <[email protected]>
AuthorDate: Mon Apr 30 19:13:36 2012 +0200
Commit: Mauro Talevi <[email protected]>
CommitDate: Mon Apr 30 19:13:36 2012 +0200
Updated to latest 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 8062b2e..43d5585 100644
--- a/distribution/src/main/site/content/release-notes.html
+++ b/distribution/src/main/site/content/release-notes.html
@@ -5,6 +5,24 @@
</head>
<body>
+<h1>JBehave Web - Version 3.5.3 (Apr 30, 2012)</h1>
+
+<h2> Improvement
+</h2>
+<ul>
+<li>[<a href='http://jira.codehaus.org/browse/JBEHAVE-775'>JBEHAVE-775</a>] -
Update web archetypes to be in sync with tutorials
+</li>
+</ul>
+
+<h2> Task
+</h2>
+<ul>
+<li>[<a href='http://jira.codehaus.org/browse/JBEHAVE-771'>JBEHAVE-771</a>] -
Upgrade to Selenium 2.21
+</li>
+<li>[<a href='http://jira.codehaus.org/browse/JBEHAVE-772'>JBEHAVE-772</a>] -
A script to sync web archetypes with the tutorials
+</li>
+</ul>
+
<h1>JBehave Web - Version 3.5.2 (Apr 10, 2012)</h1>
<h2> Task
diff --git a/pom.xml b/pom.xml
index 2c9f3a3..d573c45 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
</modules>
<properties>
- <jbehave.core.version>3.7-SNAPSHOT</jbehave.core.version>
+ <jbehave.core.version>3.6.5</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>