You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by bs...@apache.org on 2007/11/20 14:24:18 UTC

svn commit: r596656 - in /servicemix/trunk/samples/cxf-wsdl-first: wsdl-first-cxf-sa/ wsdl-first-cxf-sa/pom.xml wsdl-first-sa/

Author: bsnyder
Date: Tue Nov 20 05:24:18 2007
New Revision: 596656

URL: http://svn.apache.org/viewvc?rev=596656&view=rev
Log:
SM-1143: Both wsdl-first-sa projects have the same artifactId

Added:
    servicemix/trunk/samples/cxf-wsdl-first/wsdl-first-cxf-sa/
      - copied from r596536, servicemix/trunk/samples/cxf-wsdl-first/wsdl-first-sa/
Removed:
    servicemix/trunk/samples/cxf-wsdl-first/wsdl-first-sa/
Modified:
    servicemix/trunk/samples/cxf-wsdl-first/wsdl-first-cxf-sa/pom.xml

Modified: servicemix/trunk/samples/cxf-wsdl-first/wsdl-first-cxf-sa/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/trunk/samples/cxf-wsdl-first/wsdl-first-cxf-sa/pom.xml?rev=596656&r1=596536&r2=596656&view=diff
==============================================================================
--- servicemix/trunk/samples/cxf-wsdl-first/wsdl-first-cxf-sa/pom.xml (original)
+++ servicemix/trunk/samples/cxf-wsdl-first/wsdl-first-cxf-sa/pom.xml Tue Nov 20 05:24:18 2007
@@ -28,7 +28,7 @@
     </parent>
 
     <groupId>org.apache.servicemix.samples.cxf-wsdl-first</groupId>
-    <artifactId>wsdl-first-sa</artifactId>
+    <artifactId>wsdl-first-cxf-sa</artifactId>
     <packaging>jbi-service-assembly</packaging>
     <name>ServiceMix :: Samples :: WSDL first :: SA</name>