Update release versions

git-svn-id: https://svn.apache.org/repos/asf/manifoldcf/integration/solr-4.x/branches/release-2.0-branch@1571182 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/CHANGES.txt b/CHANGES.txt
index 063e483..49bcd32 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,7 +1,7 @@
 Apache ManifoldCF Plugin for Apache Solr 4.x change Log
 $Id$
 
-======================= Release 1.2 =====================
+======================= Release 2.0 =====================
 
 CONNECTORS-886: Provide [allow|deny]_token_parent fields.
 Upgrade to this version now requires reindexing.
diff --git a/README.txt b/README.txt
index 1c80c88..64bad8c 100644
--- a/README.txt
+++ b/README.txt
@@ -25,7 +25,7 @@
 ---------
 
 If you are replacing a version of Apache ManifoldCF Plugin for Apache Solr 4.x that is
-older than version 1.2, you must declare two additional fields (representing parent
+older than version 2.0, you must declare two additional fields (representing parent
 acls and parent deny acls), and reindex all your documents.  Otherwise, the plugin
 will prevent you from viewing any documents.
 
diff --git a/build.xml b/build.xml
index 1f85114..32473d0 100644
--- a/build.xml
+++ b/build.xml
@@ -93,7 +93,7 @@
   <target name="build" depends="deliver" if="downloaded"/>
 
   <target name="set-version">
-      <property name="release-version" value="1.2"/>
+      <property name="release-version" value="2.0"/>
   </target>
     
   <target name="create-source-zip" depends="set-version">