Update dependencies to Java 7

git-svn-id: https://svn.apache.org/repos/asf/manifoldcf/integration/elasticsearch-1.5/trunk@1743932 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/DEPENDENCIES.txt b/DEPENDENCIES.txt
index 0d7e697..7a1b9ca 100644
--- a/DEPENDENCIES.txt
+++ b/DEPENDENCIES.txt
@@ -1,6 +1,6 @@
 Apache ManifoldCF Plugin for Elastic Search requires
 --------------------------------------------------
-* JRE 1.6 or above
+* JRE 1.7 or above
 * mvn 2.2 or higher
 
 For building Apache ManifoldCF Plugin for Elastic Search:
diff --git a/README.txt b/README.txt
index 86828df..c1199f2 100644
--- a/README.txt
+++ b/README.txt
@@ -22,11 +22,11 @@
 Instructions for Building Apache ManifoldCF Plugin for Elastic Search from Source
 -----------------------------------------------------------------------------
 
-1. Download the Java SE 6 JDK (Java Development Kit), or greater, from
+1. Download the Java SE 7 JDK (Java Development Kit), or greater, from
    http://www.oracle.com/technetwork/java/index.html.
    You will need the JDK installed, and the %JAVA_HOME%\bin directory included
    on your command path.  To test this, issue a "java -version" command from your
-   shell and verify that the Java version is 1.6 or greater.
+   shell and verify that the Java version is 1.7 or greater.
 
 2. Download and install Maven 2.2.1 or later.  Maven installation and configuration
    instructions can be found here: