Author: ffang
Date: Wed Nov 7 01:53:20 2007
New Revision: 592674
URL: http://svn.apache.org/viewvc?rev=592674&view=rev
Log:
correct groupId and artifactId for nmr api
Modified:
incubator/servicemix/branches/servicemix-4.0/jaxws/pom.xml
Modified: incubator/servicemix/branches/servicemix-4.0/jaxws/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-4.0/jaxws/pom.xml?rev=592674&r1=592673&r2=592674&view=diff
==============================================================================
--- incubator/servicemix/branches/servicemix-4.0/jaxws/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-4.0/jaxws/pom.xml Wed Nov 7
01:53:20 2007
@@ -45,8 +45,8 @@
<version>${cxf.version}</version>
</dependency>
<dependency>
- <groupId>org.apache.servicemix</groupId>
- <artifactId>org.apache.servicemix.api</artifactId>
+ <groupId>org.apache.servicemix.nmr</groupId>
+ <artifactId>org.apache.servicemix.nmr.api</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>