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 2014/10/24 21:56:13 UTC

svn commit: r1634129 - in /manifoldcf/branches/CONNECTORS-1060: build.xml connectors/alfresco-webscript/build.xml

Author: kwright
Date: Fri Oct 24 19:56:12 2014
New Revision: 1634129

URL: http://svn.apache.org/r1634129
Log:
Update to correct version of indexer

Modified:
    manifoldcf/branches/CONNECTORS-1060/build.xml
    manifoldcf/branches/CONNECTORS-1060/connectors/alfresco-webscript/build.xml

Modified: manifoldcf/branches/CONNECTORS-1060/build.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1060/build.xml?rev=1634129&r1=1634128&r2=1634129&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-1060/build.xml (original)
+++ manifoldcf/branches/CONNECTORS-1060/build.xml Fri Oct 24 19:56:12 2014
@@ -93,7 +93,7 @@
     <property name="jackson-core.version" value="2.1.3"/>
     <property name="jetty-jsp-jdt.version" value="2.3.3"/>
     <property name="jetty-schemas.version" value="3.1.M0"/>
-    <property name="alfresco-indexer-client.version" value="0.6.4"/>
+    <property name="alfresco-indexer-client.version" value="0.6.5"/>
     <property name="gson.version" value="2.2.4"/>
     <property name="guava.version" value="15.0"/>
     <property name="mockito.version" value="1.9.5"/>

Modified: manifoldcf/branches/CONNECTORS-1060/connectors/alfresco-webscript/build.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1060/connectors/alfresco-webscript/build.xml?rev=1634129&r1=1634128&r2=1634129&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-1060/connectors/alfresco-webscript/build.xml (original)
+++ manifoldcf/branches/CONNECTORS-1060/connectors/alfresco-webscript/build.xml Fri Oct 24 19:56:12 2014
@@ -30,7 +30,7 @@
 
     <import file="${mcf-dist}/connector-build.xml"/>
 
-    <property name="alfresco.version" value="0.6.4"/>
+    <property name="alfresco.version" value="0.6.5"/>
 
     <path id="connector-classpath">
         <path refid="mcf-connector-build.connector-classpath"/>