Author: kwright
Date: Tue Nov 5 06:53:16 2013
New Revision: 1538877
URL: http://svn.apache.org/r1538877
Log:
Increment major version number to signal compatibility change.
Modified:
manifoldcf/integration/solr-4.x/trunk/CHANGES.txt
manifoldcf/integration/solr-4.x/trunk/README.txt
manifoldcf/integration/solr-4.x/trunk/build.xml
Modified: manifoldcf/integration/solr-4.x/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/manifoldcf/integration/solr-4.x/trunk/CHANGES.txt?rev=1538877&r1=1538876&r2=1538877&view=diff
==============================================================================
--- manifoldcf/integration/solr-4.x/trunk/CHANGES.txt (original)
+++ manifoldcf/integration/solr-4.x/trunk/CHANGES.txt Tue Nov 5 06:53:16 2013
@@ -1,7 +1,7 @@
Apache ManifoldCF Plugin for Apache Solr 4.x change Log
$Id$
-======================= 0.5-dev =====================
+======================= 1.1-dev =====================
Add functionality making the plugin compatible with multi-domain
features of ManifoldCF. Specifically, allow multiple domain/username
Modified: manifoldcf/integration/solr-4.x/trunk/README.txt
URL:
http://svn.apache.org/viewvc/manifoldcf/integration/solr-4.x/trunk/README.txt?rev=1538877&r1=1538876&r2=1538877&view=diff
==============================================================================
--- manifoldcf/integration/solr-4.x/trunk/README.txt (original)
+++ manifoldcf/integration/solr-4.x/trunk/README.txt Tue Nov 5 06:53:16 2013
@@ -14,6 +14,12 @@
# limitations under the License.
+Compatibility
+------------
+
+This version of this component is only compatible with ManifoldCF 1.5 and
above,
+and cannot be used with earlier releases of ManifoldCF.
+
Instructions for Building Apache ManifoldCF Plugin for Apache Solr 4.x from
Source
------------------------------------------------------------------------------
Modified: manifoldcf/integration/solr-4.x/trunk/build.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/integration/solr-4.x/trunk/build.xml?rev=1538877&r1=1538876&r2=1538877&view=diff
==============================================================================
--- manifoldcf/integration/solr-4.x/trunk/build.xml (original)
+++ manifoldcf/integration/solr-4.x/trunk/build.xml Tue Nov 5 06:53:16 2013
@@ -69,7 +69,7 @@
<target name="build" depends="deliver"/>
<target name="set-version">
- <property name="release-version" value="0.5-dev"/>
+ <property name="release-version" value="1.1-dev"/>
</target>
<target name="create-source-zip" depends="set-version">