You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2013/12/04 03:16:04 UTC

svn commit: r1547686 - /manifoldcf/integration/solr-4.x/branches/release-1.1-branch/build.xml

Author: kwright
Date: Wed Dec  4 02:16:03 2013
New Revision: 1547686

URL: http://svn.apache.org/r1547686
Log:
Update version to 1.1.1

Modified:
    manifoldcf/integration/solr-4.x/branches/release-1.1-branch/build.xml

Modified: manifoldcf/integration/solr-4.x/branches/release-1.1-branch/build.xml
URL: http://svn.apache.org/viewvc/manifoldcf/integration/solr-4.x/branches/release-1.1-branch/build.xml?rev=1547686&r1=1547685&r2=1547686&view=diff
==============================================================================
--- manifoldcf/integration/solr-4.x/branches/release-1.1-branch/build.xml (original)
+++ manifoldcf/integration/solr-4.x/branches/release-1.1-branch/build.xml Wed Dec  4 02:16:03 2013
@@ -69,7 +69,7 @@
   <target name="build" depends="deliver"/>
 
   <target name="set-version">
-      <property name="release-version" value="1.1"/>
+      <property name="release-version" value="1.1.1"/>
   </target>
     
   <target name="create-source-zip" depends="set-version">