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/11/17 20:19:52 UTC

svn commit: r1640209 - in /manifoldcf/branches/dev_1x: ./ build.xml common-build.xml

Author: kwright
Date: Mon Nov 17 19:19:51 2014
New Revision: 1640209

URL: http://svn.apache.org/r1640209
Log:
Move to a different repository for alfresco webclient artifacts

Modified:
    manifoldcf/branches/dev_1x/   (props changed)
    manifoldcf/branches/dev_1x/build.xml
    manifoldcf/branches/dev_1x/common-build.xml

Propchange: manifoldcf/branches/dev_1x/
------------------------------------------------------------------------------
  Merged /manifoldcf/trunk:r1640208

Modified: manifoldcf/branches/dev_1x/build.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/dev_1x/build.xml?rev=1640209&r1=1640208&r2=1640209&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/build.xml (original)
+++ manifoldcf/branches/dev_1x/build.xml Mon Nov 17 19:19:51 2014
@@ -94,7 +94,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.5"/>
+    <property name="alfresco-indexer-client.version" value="0.6.6"/>
     <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/dev_1x/common-build.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/dev_1x/common-build.xml?rev=1640209&r1=1640208&r2=1640209&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/common-build.xml (original)
+++ manifoldcf/branches/dev_1x/common-build.xml Mon Nov 17 19:19:51 2014
@@ -26,7 +26,7 @@
     </target>
 
     <target name="setup-alfresco-indexer-url">
-        <property name="alfresco-indexer-base-url" value="https://repository-maoo.forge.cloudbees.com/release"/>
+        <property name="alfresco-indexer-base-url" value="https://repository-apachemaoo.forge.cloudbees.com/alfresco-indexer"/>
     </target>
     
     <target name="download-via-alfresco-indexer" depends="setup-alfresco-indexer-url">