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 2015/05/25 06:48:39 UTC

svn commit: r1681558 - /webservices/axiom/trunk/code-coverage/pom.xml

Author: veithen
Date: Mon May 25 04:48:39 2015
New Revision: 1681558

URL: http://svn.apache.org/r1681558
Log:
Fix incorrect artifact ID.

Modified:
    webservices/axiom/trunk/code-coverage/pom.xml

Modified: webservices/axiom/trunk/code-coverage/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/code-coverage/pom.xml?rev=1681558&r1=1681557&r2=1681558&view=diff
==============================================================================
--- webservices/axiom/trunk/code-coverage/pom.xml (original)
+++ webservices/axiom/trunk/code-coverage/pom.xml Mon May 25 04:48:39 2015
@@ -186,7 +186,7 @@
         
         <dependency>
             <groupId>${project.groupId}</groupId>
-            <artifactId>axiom-samples</artifactId>
+            <artifactId>samples</artifactId>
             <version>${project.version}</version>
             <classifier>jacoco</classifier>
             <type>exec</type>