Author: gnodet
Date: Thu May 24 12:26:49 2007
New Revision: 541399
URL: http://svn.apache.org/viewvc?view=rev&rev=541399
Log:
Use snapshot version of CXF
Modified:
incubator/servicemix/trunk/deployables/bindingcomponents/servicemix-cxf-bc/pom.xml
Modified:
incubator/servicemix/trunk/deployables/bindingcomponents/servicemix-cxf-bc/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/servicemix/trunk/deployables/bindingcomponents/servicemix-cxf-bc/pom.xml?view=diff&rev=541399&r1=541398&r2=541399
==============================================================================
---
incubator/servicemix/trunk/deployables/bindingcomponents/servicemix-cxf-bc/pom.xml
(original)
+++
incubator/servicemix/trunk/deployables/bindingcomponents/servicemix-cxf-bc/pom.xml
Thu May 24 12:26:49 2007
@@ -42,22 +42,22 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.0-incubator-SNAPSHOT</version>
+ <version>${cxf-version}</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-bindings-soap</artifactId>
- <version>2.0-incubator-SNAPSHOT</version>
+ <version>${cxf-version}</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.0-incubator-SNAPSHOT</version>
+ <version>${cxf-version}</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-jms</artifactId>
- <version>2.0-incubator-SNAPSHOT</version>
+ <version>${cxf-version}</version>
</dependency>
<dependency>
<groupId>org.mortbay.jetty</groupId>