Author: kwright
Date: Tue Jan 1 07:12:26 2013
New Revision: 1427322
URL: http://svn.apache.org/viewvc?rev=1427322&view=rev
Log:
Update version numbers
Modified:
manifoldcf/integration/solr-3.x/branches/release-0.3-branch/CHANGES.txt
manifoldcf/integration/solr-3.x/branches/release-0.3-branch/build.xml
Modified:
manifoldcf/integration/solr-3.x/branches/release-0.3-branch/CHANGES.txt
URL:
http://svn.apache.org/viewvc/manifoldcf/integration/solr-3.x/branches/release-0.3-branch/CHANGES.txt?rev=1427322&r1=1427321&r2=1427322&view=diff
==============================================================================
--- manifoldcf/integration/solr-3.x/branches/release-0.3-branch/CHANGES.txt
(original)
+++ manifoldcf/integration/solr-3.x/branches/release-0.3-branch/CHANGES.txt Tue
Jan 1 07:12:26 2013
@@ -1,7 +1,7 @@
Apache ManifoldCF Solr 3.x Plugin change Log
$Id$
-======================= 0.3-dev =====================
+======================= Release 0.3 =====================
Update to Solr 3.6.2.
(Karl Wright)
Modified: manifoldcf/integration/solr-3.x/branches/release-0.3-branch/build.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/integration/solr-3.x/branches/release-0.3-branch/build.xml?rev=1427322&r1=1427321&r2=1427322&view=diff
==============================================================================
--- manifoldcf/integration/solr-3.x/branches/release-0.3-branch/build.xml
(original)
+++ manifoldcf/integration/solr-3.x/branches/release-0.3-branch/build.xml Tue
Jan 1 07:12:26 2013
@@ -66,7 +66,7 @@
<target name="build" depends="deliver"/>
<target name="set-version">
- <property name="release-version" value="0.3-dev"/>
+ <property name="release-version" value="0.3"/>
</target>
<target name="create-source-zip" depends="set-version">