commit 0d7f997355175968e9f94229093d09a100c9b03f
Author:     Mauro Talevi <mauro.tal...@aquilonia.org>
AuthorDate: Tue, 21 May 2013 22:23:33 +0200
Commit:     Mauro Talevi <mauro.tal...@aquilonia.org>
CommitDate: Tue, 21 May 2013 22:24:56 +0200

    JBEHAVE-913:  Updated JDK build requirements.

diff --git a/README.md b/README.md
index d8158db..94beb62 100755
--- a/README.md
+++ b/README.md
@@ -23,10 +23,17 @@ tracker](http://jira.codehaus.org/browse/JBEHAVE) or 
discuss them on the
 
 Keep an eye on the  [Bamboo Continuous 
Integration](http://bamboo.ci.codehaus.org/browse/JBEHAVE) server for JBehave 
builds.
 
-### Depended-on Technologies
+### JDK
 
-JDK required: 5.0 (or above)
-[Maven](http://maven.apache.org) required (2.2.1 or above, 3.0 or above for 
reporting).
+JDK version required: 
+
+1.7 or above to build (tested with Oracle JDK on different platforms)
+
+The target runtime version is still 1.5 or above.
+
+### Maven 
+
+[Maven](http://maven.apache.org) version required to build: 3.0 or above.
 
 ### Encoding
 
@@ -36,11 +43,11 @@ Configure Maven by adding "-Dfile.encoding=UTF-8" to 
$MAVEN_OPTS
 ### IDE Integration
 
 Maven is supported in Intellij IDEA out-of-the-box
-Maven is supported in Eclipse via [m2eclipse 
plugin](http://m2eclipse.sonatype.org/)
+Maven is supported in Eclipse via [m2e plugin](http://eclipse.org/m2e), 
included out-of-the-box in some Eclipse distributions.
 
 ### Building
 
-The first time you run the Maven build (Maven 2.2.1 or above required), do:
+The first time you run the Maven build, do:
 
     mvn install -s settings.xml
 
diff --git a/distribution/src/site/content/faq.html 
b/distribution/src/site/content/faq.html
index 6614ac8..1545a11 100755
--- a/distribution/src/site/content/faq.html
+++ b/distribution/src/site/content/faq.html
@@ -16,7 +16,7 @@ page.</p>
 
 <h3>What Java version is required by JBehave?</h3>
 
-<p>JBehave requires a JDK 1.5 or greater.</p>
+<p>JBehave requires a JDK 1.5 or greater at runtime, but Oracle JDK 1.7 to 
build.</p>
 
 <h3>How do I use JBehave within my development environment?</h3>
 



Reply via email to