Author: kwright
Date: Sun Nov 24 18:52:00 2013
New Revision: 1545031
URL: http://svn.apache.org/r1545031
Log:
Wrap up 0.4 release
Modified:
manifoldcf/integration/sharepoint-2010/trunk/CHANGES.txt
manifoldcf/integration/sharepoint-2010/trunk/build.xml
Modified: manifoldcf/integration/sharepoint-2010/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/manifoldcf/integration/sharepoint-2010/trunk/CHANGES.txt?rev=1545031&r1=1545030&r2=1545031&view=diff
==============================================================================
--- manifoldcf/integration/sharepoint-2010/trunk/CHANGES.txt (original)
+++ manifoldcf/integration/sharepoint-2010/trunk/CHANGES.txt Sun Nov 24
18:52:00 2013
@@ -1,7 +1,7 @@
Apache ManifoldCF Plugin for SharePoint 2010 change Log
$Id$
-======================= 0.4-dev =====================
+======================= Release 0.4 =====================
CONNECTORS-813: Include a URL that should be used to send to the
output connector for a given list item.
Modified: manifoldcf/integration/sharepoint-2010/trunk/build.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/integration/sharepoint-2010/trunk/build.xml?rev=1545031&r1=1545030&r2=1545031&view=diff
==============================================================================
--- manifoldcf/integration/sharepoint-2010/trunk/build.xml (original)
+++ manifoldcf/integration/sharepoint-2010/trunk/build.xml Sun Nov 24 18:52:00
2013
@@ -53,7 +53,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">