Author: kwright
Date: Thu Jan 31 02:41:51 2013
New Revision: 1440818
URL: http://svn.apache.org/viewvc?rev=1440818&view=rev
Log:
Label with version 0.4
Modified:
manifoldcf/integration/solr-4.x/branches/release-0.4-branch/CHANGES.txt
manifoldcf/integration/solr-4.x/branches/release-0.4-branch/build.xml
Modified:
manifoldcf/integration/solr-4.x/branches/release-0.4-branch/CHANGES.txt
URL:
http://svn.apache.org/viewvc/manifoldcf/integration/solr-4.x/branches/release-0.4-branch/CHANGES.txt?rev=1440818&r1=1440817&r2=1440818&view=diff
==============================================================================
--- manifoldcf/integration/solr-4.x/branches/release-0.4-branch/CHANGES.txt
(original)
+++ manifoldcf/integration/solr-4.x/branches/release-0.4-branch/CHANGES.txt Thu
Jan 31 02:41:51 2013
@@ -1,7 +1,7 @@
Apache ManifoldCF Solr 4.x Plugin change Log
$Id$
-======================= 0.4-dev =====================
+======================= Release 0.4 =====================
CONNECTORS-534: Repackage plugins to have a true binary release,
with appropriate DEPENDENCIES.txt, README's etc.
Modified: manifoldcf/integration/solr-4.x/branches/release-0.4-branch/build.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/integration/solr-4.x/branches/release-0.4-branch/build.xml?rev=1440818&r1=1440817&r2=1440818&view=diff
==============================================================================
--- manifoldcf/integration/solr-4.x/branches/release-0.4-branch/build.xml
(original)
+++ manifoldcf/integration/solr-4.x/branches/release-0.4-branch/build.xml Thu
Jan 31 02:41:51 2013
@@ -69,7 +69,7 @@
<target name="build" depends="deliver"/>
<target name="set-version">
- <property name="release-version" value="0.4-dev"/>
+ <property name="release-version" value="0.4"/>
</target>
<target name="create-source-zip" depends="set-version">