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 2012/06/27 14:44:57 UTC

svn commit: r1354466 - /manifoldcf/integration/solr-4.x/trunk/build.xml

Author: kwright
Date: Wed Jun 27 12:44:56 2012
New Revision: 1354466

URL: http://svn.apache.org/viewvc?rev=1354466&view=rev
Log:
Update version to remove incubator

Modified:
    manifoldcf/integration/solr-4.x/trunk/build.xml

Modified: manifoldcf/integration/solr-4.x/trunk/build.xml
URL: http://svn.apache.org/viewvc/manifoldcf/integration/solr-4.x/trunk/build.xml?rev=1354466&r1=1354465&r2=1354466&view=diff
==============================================================================
--- manifoldcf/integration/solr-4.x/trunk/build.xml (original)
+++ manifoldcf/integration/solr-4.x/trunk/build.xml Wed Jun 27 12:44:56 2012
@@ -63,7 +63,7 @@
   <target name="build" depends="deliver"/>
 
   <target name="set-version">
-      <property name="release-version" value="0.2-incubating-dev"/>
+      <property name="release-version" value="0.2-dev"/>
   </target>
     
   <target name="create-source-zip" depends="set-version">