You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ch...@apache.org on 2008/06/06 21:49:04 UTC

svn commit: r664102 - /servicemix/components/bindings/servicemix-cxf-bc/trunk/pom.xml

Author: chirino
Date: Fri Jun  6 12:49:04 2008
New Revision: 664102

URL: http://svn.apache.org/viewvc?rev=664102&view=rev
Log:
fixing parent.

Modified:
    servicemix/components/bindings/servicemix-cxf-bc/trunk/pom.xml

Modified: servicemix/components/bindings/servicemix-cxf-bc/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/bindings/servicemix-cxf-bc/trunk/pom.xml?rev=664102&r1=664101&r2=664102&view=diff
==============================================================================
--- servicemix/components/bindings/servicemix-cxf-bc/trunk/pom.xml (original)
+++ servicemix/components/bindings/servicemix-cxf-bc/trunk/pom.xml Fri Jun  6 12:49:04 2008
@@ -21,7 +21,7 @@
 
   <parent>
     <groupId>org.apache.servicemix</groupId>
-    <artifactId>bindingcomponents</artifactId>
+    <artifactId>components-pom</artifactId>
     <version>1.0-SNAPSHOT</version>
   </parent>