You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2008/03/25 05:50:20 UTC

svn commit: r640699 - /incubator/cxf/trunk/maven-plugins/xml2fastinfoset-plugin/pom.xml

Author: dkulp
Date: Mon Mar 24 21:50:18 2008
New Revision: 640699

URL: http://svn.apache.org/viewvc?rev=640699&view=rev
Log:
Change to use the top-level pom as parent to avoid recursion, but enough to pickup the compiler settings and such

Modified:
    incubator/cxf/trunk/maven-plugins/xml2fastinfoset-plugin/pom.xml

Modified: incubator/cxf/trunk/maven-plugins/xml2fastinfoset-plugin/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/maven-plugins/xml2fastinfoset-plugin/pom.xml?rev=640699&r1=640698&r2=640699&view=diff
==============================================================================
--- incubator/cxf/trunk/maven-plugins/xml2fastinfoset-plugin/pom.xml (original)
+++ incubator/cxf/trunk/maven-plugins/xml2fastinfoset-plugin/pom.xml Mon Mar 24 21:50:18 2008
@@ -31,9 +31,9 @@
 
     <parent>
         <groupId>org.apache.cxf</groupId>
-        <artifactId>cxf-parent</artifactId>
+        <artifactId>cxf</artifactId>
         <version>2.1-incubator-SNAPSHOT</version>
-        <relativePath>../../parent/pom.xml</relativePath>
+        <relativePath>../../pom.xml</relativePath>
     </parent>