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 15:31:24 UTC

svn commit: r1354485 - in /manifoldcf/integration/solr-4.x/branches/release-0.2-branch: CHANGES.txt build.xml

Author: kwright
Date: Wed Jun 27 13:31:23 2012
New Revision: 1354485

URL: http://svn.apache.org/viewvc?rev=1354485&view=rev
Log:
Prepare for release

Modified:
    manifoldcf/integration/solr-4.x/branches/release-0.2-branch/CHANGES.txt
    manifoldcf/integration/solr-4.x/branches/release-0.2-branch/build.xml

Modified: manifoldcf/integration/solr-4.x/branches/release-0.2-branch/CHANGES.txt
URL: http://svn.apache.org/viewvc/manifoldcf/integration/solr-4.x/branches/release-0.2-branch/CHANGES.txt?rev=1354485&r1=1354484&r2=1354485&view=diff
==============================================================================
--- manifoldcf/integration/solr-4.x/branches/release-0.2-branch/CHANGES.txt (original)
+++ manifoldcf/integration/solr-4.x/branches/release-0.2-branch/CHANGES.txt Wed Jun 27 13:31:23 2012
@@ -1,7 +1,7 @@
 Apache ManifoldCF Solr 4.x Plugin change Log
 $Id$
 
-======================= 0.2-incubating-dev =====================
+======================= Release 0.2 =====================
 
 CONNECTORS-485: Port to the latest 4.x code.
 (Karl Wright)

Modified: manifoldcf/integration/solr-4.x/branches/release-0.2-branch/build.xml
URL: http://svn.apache.org/viewvc/manifoldcf/integration/solr-4.x/branches/release-0.2-branch/build.xml?rev=1354485&r1=1354484&r2=1354485&view=diff
==============================================================================
--- manifoldcf/integration/solr-4.x/branches/release-0.2-branch/build.xml (original)
+++ manifoldcf/integration/solr-4.x/branches/release-0.2-branch/build.xml Wed Jun 27 13:31:23 2012
@@ -63,7 +63,7 @@
   <target name="build" depends="deliver"/>
 
   <target name="set-version">
-      <property name="release-version" value="0.2-dev"/>
+      <property name="release-version" value="0.2"/>
   </target>
     
   <target name="create-source-zip" depends="set-version">