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 2013/07/17 05:28:40 UTC

svn commit: r1503982 - /manifoldcf/trunk/tests/alfresco/pom.xml

Author: kwright
Date: Wed Jul 17 03:28:39 2013
New Revision: 1503982

URL: http://svn.apache.org/r1503982
Log:
Fix broken maven build.

Modified:
    manifoldcf/trunk/tests/alfresco/pom.xml

Modified: manifoldcf/trunk/tests/alfresco/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/tests/alfresco/pom.xml?rev=1503982&r1=1503981&r2=1503982&view=diff
==============================================================================
--- manifoldcf/trunk/tests/alfresco/pom.xml (original)
+++ manifoldcf/trunk/tests/alfresco/pom.xml Wed Jul 17 03:28:39 2013
@@ -60,7 +60,7 @@
               <artifactItems>
                 <artifactItem>
                   <groupId>${project.groupId}</groupId>
-                  <artifactId>mcf-alfresco-war-test</artifactId>
+                  <artifactId>alfresco-4-war</artifactId>
                   <version>${project.version}</version>
                   <type>war</type>
                   <overWrite>false</overWrite>