You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2014/06/24 21:49:57 UTC

svn commit: r1605168 - /webservices/axiom/trunk/apidocs/pom.xml

Author: veithen
Date: Tue Jun 24 19:49:56 2014
New Revision: 1605168

URL: http://svn.apache.org/r1605168
Log:
Fixed incorrect artifact ID.

Modified:
    webservices/axiom/trunk/apidocs/pom.xml

Modified: webservices/axiom/trunk/apidocs/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/apidocs/pom.xml?rev=1605168&r1=1605167&r2=1605168&view=diff
==============================================================================
--- webservices/axiom/trunk/apidocs/pom.xml (original)
+++ webservices/axiom/trunk/apidocs/pom.xml Tue Jun 24 19:49:56 2014
@@ -41,7 +41,7 @@
         </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
-            <artifactId>axiom-dom-testsuite</artifactId>
+            <artifactId>dom-testsuite</artifactId>
             <version>${project.version}</version>
         </dependency>
         <dependency>