Author: kwright
Date: Tue Nov 5 06:53:25 2013
New Revision: 1538878
URL: http://svn.apache.org/r1538878
Log:
Increment major version number to signal compatibility change.
Modified:
manifoldcf/integration/solr-3.x/trunk/CHANGES.txt
manifoldcf/integration/solr-3.x/trunk/README.txt
manifoldcf/integration/solr-3.x/trunk/build.xml
Modified: manifoldcf/integration/solr-3.x/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/manifoldcf/integration/solr-3.x/trunk/CHANGES.txt?rev=1538878&r1=1538877&r2=1538878&view=diff
==============================================================================
--- manifoldcf/integration/solr-3.x/trunk/CHANGES.txt (original)
+++ manifoldcf/integration/solr-3.x/trunk/CHANGES.txt Tue Nov 5 06:53:25 2013
@@ -1,7 +1,7 @@
Apache ManifoldCF Plugin for Apache Solr 3.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-3.x/trunk/README.txt
URL:
http://svn.apache.org/viewvc/manifoldcf/integration/solr-3.x/trunk/README.txt?rev=1538878&r1=1538877&r2=1538878&view=diff
==============================================================================
--- manifoldcf/integration/solr-3.x/trunk/README.txt (original)
+++ manifoldcf/integration/solr-3.x/trunk/README.txt Tue Nov 5 06:53:25 2013
@@ -13,6 +13,11 @@
# See the License for the specific language governing permissions and
# 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 3.x from
Source
------------------------------------------------------------------------------
Modified: manifoldcf/integration/solr-3.x/trunk/build.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/integration/solr-3.x/trunk/build.xml?rev=1538878&r1=1538877&r2=1538878&view=diff
==============================================================================
--- manifoldcf/integration/solr-3.x/trunk/build.xml (original)
+++ manifoldcf/integration/solr-3.x/trunk/build.xml Tue Nov 5 06:53:25 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">