Author: kwright
Date: Thu Jul 24 15:51:44 2014
New Revision: 1613166

URL: http://svn.apache.org/r1613166
Log:
Modify release version to remove -dev

Modified:
    
manifoldcf/integration/sharepoint-2013/branches/release-0.1-branch/CHANGES.txt
    
manifoldcf/integration/sharepoint-2013/branches/release-0.1-branch/DEPENDENCIES.txt
    manifoldcf/integration/sharepoint-2013/branches/release-0.1-branch/build.xml

Modified: 
manifoldcf/integration/sharepoint-2013/branches/release-0.1-branch/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/manifoldcf/integration/sharepoint-2013/branches/release-0.1-branch/CHANGES.txt?rev=1613166&r1=1613165&r2=1613166&view=diff
==============================================================================
--- 
manifoldcf/integration/sharepoint-2013/branches/release-0.1-branch/CHANGES.txt 
(original)
+++ 
manifoldcf/integration/sharepoint-2013/branches/release-0.1-branch/CHANGES.txt 
Thu Jul 24 15:51:44 2014
@@ -1,7 +1,7 @@
 Apache ManifoldCF Plugin for SharePoint 2013 change Log
 $Id$
 
-======================= 0.1-dev =====================
+======================= 0.1 =====================
 
 Initial commit.
 (Karl Wright)

Modified: 
manifoldcf/integration/sharepoint-2013/branches/release-0.1-branch/DEPENDENCIES.txt
URL: 
http://svn.apache.org/viewvc/manifoldcf/integration/sharepoint-2013/branches/release-0.1-branch/DEPENDENCIES.txt?rev=1613166&r1=1613165&r2=1613166&view=diff
==============================================================================
--- 
manifoldcf/integration/sharepoint-2013/branches/release-0.1-branch/DEPENDENCIES.txt
 (original)
+++ 
manifoldcf/integration/sharepoint-2013/branches/release-0.1-branch/DEPENDENCIES.txt
 Thu Jul 24 15:51:44 2014
@@ -1,7 +1,7 @@
 Apache ManifoldCF Plugin for SharePoint 2013 requires
 ----------------------------------------------------
 * JRE 1.5 or above
-* .NET Framework 1.0 and .NET Framework 3.0
+* .NET Framework 1.0, .NET Framework 3.0, and .NET Framework 4.5
 * Microsoft.SharePoint.dll for SharePoint version 5.0 (2013)
 
 For building Apache ManifoldCF SharePoint 2013 Plugin:

Modified: 
manifoldcf/integration/sharepoint-2013/branches/release-0.1-branch/build.xml
URL: 
http://svn.apache.org/viewvc/manifoldcf/integration/sharepoint-2013/branches/release-0.1-branch/build.xml?rev=1613166&r1=1613165&r2=1613166&view=diff
==============================================================================
--- 
manifoldcf/integration/sharepoint-2013/branches/release-0.1-branch/build.xml 
(original)
+++ 
manifoldcf/integration/sharepoint-2013/branches/release-0.1-branch/build.xml 
Thu Jul 24 15:51:44 2014
@@ -53,7 +53,7 @@
     <target name="build" depends="deliver"/>
     
     <target name="set-version">
-        <property name="release-version" value="0.1-dev"/>
+        <property name="release-version" value="0.1"/>
     </target>
       
     <target name="create-source-zip" depends="set-version">


Reply via email to