You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by ow...@apache.org on 2012/11/15 22:19:40 UTC

svn commit: r1410020 - /cxf/fediz/branches/1.0.x-fixes/examples/wsclientWebapp/webapp/pom.xml

Author: owulff
Date: Thu Nov 15 21:19:39 2012
New Revision: 1410020

URL: http://svn.apache.org/viewvc?rev=1410020&view=rev
Log:
POM fix

Modified:
    cxf/fediz/branches/1.0.x-fixes/examples/wsclientWebapp/webapp/pom.xml

Modified: cxf/fediz/branches/1.0.x-fixes/examples/wsclientWebapp/webapp/pom.xml
URL: http://svn.apache.org/viewvc/cxf/fediz/branches/1.0.x-fixes/examples/wsclientWebapp/webapp/pom.xml?rev=1410020&r1=1410019&r2=1410020&view=diff
==============================================================================
--- cxf/fediz/branches/1.0.x-fixes/examples/wsclientWebapp/webapp/pom.xml (original)
+++ cxf/fediz/branches/1.0.x-fixes/examples/wsclientWebapp/webapp/pom.xml Thu Nov 15 21:19:39 2012
@@ -36,8 +36,8 @@
 
     <dependencies>
         <dependency>
-            <groupId>org.apache.cxf.fediz.examples.wsclientWebapp</groupId>
-            <artifactId>wsclientWebapp-webservice-common</artifactId>
+            <groupId>org.apache.cxf.fediz.examples.wsclientWebapp.webservice</groupId>
+            <artifactId>common</artifactId>
             <version>${project.version}</version>
         </dependency>
         <dependency>