Author: gnodet
Date: Thu May 24 12:07:10 2007
New Revision: 541392
URL: http://svn.apache.org/viewvc?view=rev&rev=541392
Log:
Use cxf version from the root pom
Modified:
incubator/servicemix/trunk/deployables/serviceengines/servicemix-cxf-se/pom.xml
Modified:
incubator/servicemix/trunk/deployables/serviceengines/servicemix-cxf-se/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/servicemix/trunk/deployables/serviceengines/servicemix-cxf-se/pom.xml?view=diff&rev=541392&r1=541391&r2=541392
==============================================================================
---
incubator/servicemix/trunk/deployables/serviceengines/servicemix-cxf-se/pom.xml
(original)
+++
incubator/servicemix/trunk/deployables/serviceengines/servicemix-cxf-se/pom.xml
Thu May 24 12:07:10 2007
@@ -42,7 +42,7 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.0-incubator-RC-SNAPSHOT</version>
+ <version>${cxf-version}</version>
</dependency>
<dependency>
<groupId>org.apache.servicemix</groupId>
@@ -85,17 +85,17 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-jbi</artifactId>
- <version>2.0-incubator-SNAPSHOT</version>
+ <version>${cxf-version}</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-bindings-jbi</artifactId>
- <version>2.0-incubator-SNAPSHOT</version>
+ <version>${cxf-version}</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-testutils</artifactId>
- <version>2.0-incubator-SNAPSHOT</version>
+ <version>${cxf-version}</version>
<scope>test</scope>
</dependency>
</dependencies>