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/03 16:13:19 UTC

svn commit: r1629204 - in /manifoldcf/branches/CONNECTORS-1037: build.xml connectors/alfresco-webscript/pom.xml

Author: kwright
Date: Fri Oct  3 14:13:18 2014
New Revision: 1629204

URL: http://svn.apache.org/r1629204
Log:
Update to alfresco-webscript-client 0.6.2

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

Modified: manifoldcf/branches/CONNECTORS-1037/build.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1037/build.xml?rev=1629204&r1=1629203&r2=1629204&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-1037/build.xml (original)
+++ manifoldcf/branches/CONNECTORS-1037/build.xml Fri Oct  3 14:13:18 2014
@@ -91,7 +91,7 @@
     <property name="google-api-client.version" value="v2-rev136-1.19.0"/>
     <property name="google-http-client.version" value="1.19.0"/>
     <property name="jackson-core.version" value="2.1.3"/>
-    <property name="alfresco-indexer-client.version" value="0.6"/>
+    <property name="alfresco-indexer-client.version" value="0.6.2"/>
     <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-1037/connectors/alfresco-webscript/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1037/connectors/alfresco-webscript/pom.xml?rev=1629204&r1=1629203&r2=1629204&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-1037/connectors/alfresco-webscript/pom.xml (original)
+++ manifoldcf/branches/CONNECTORS-1037/connectors/alfresco-webscript/pom.xml Fri Oct  3 14:13:18 2014
@@ -269,7 +269,7 @@
         <dependency>
             <groupId>org.alfresco.consulting.indexer</groupId>
             <artifactId>alfresco-indexer-client</artifactId>
-            <version>0.6</version>
+            <version>0.6.2</version>
         </dependency>