Author: kwright
Date: Sun Nov 24 19:00:12 2013
New Revision: 1545041
URL: http://svn.apache.org/r1545041
Log:
Finish off 1.1 release
Modified:
manifoldcf/integration/solr-3.x/trunk/CHANGES.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=1545041&r1=1545040&r2=1545041&view=diff
==============================================================================
--- manifoldcf/integration/solr-3.x/trunk/CHANGES.txt (original)
+++ manifoldcf/integration/solr-3.x/trunk/CHANGES.txt Sun Nov 24 19:00:12 2013
@@ -1,7 +1,7 @@
Apache ManifoldCF Plugin for Apache Solr 3.x change Log
$Id$
-======================= 1.1-dev =====================
+======================= Release 1.1 =====================
Add functionality making the plugin compatible with multi-domain
features of ManifoldCF. Specifically, allow multiple domain/username
Modified: manifoldcf/integration/solr-3.x/trunk/build.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/integration/solr-3.x/trunk/build.xml?rev=1545041&r1=1545040&r2=1545041&view=diff
==============================================================================
--- manifoldcf/integration/solr-3.x/trunk/build.xml (original)
+++ manifoldcf/integration/solr-3.x/trunk/build.xml Sun Nov 24 19:00:12 2013
@@ -69,7 +69,7 @@
<target name="build" depends="deliver"/>
<target name="set-version">
- <property name="release-version" value="1.1-dev"/>
+ <property name="release-version" value="1.1"/>
</target>
<target name="create-source-zip" depends="set-version">