Author: dkulp
Date: Fri Feb 14 19:58:44 2014
New Revision: 1568500
URL: http://svn.apache.org/r1568500
Log:
Fix release:prepare
Modified:
cxf/trunk/distribution/src/main/release/samples/ws_eventing/pom.xml
Modified: cxf/trunk/distribution/src/main/release/samples/ws_eventing/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/samples/ws_eventing/pom.xml?rev=1568500&r1=1568499&r2=1568500&view=diff
==============================================================================
--- cxf/trunk/distribution/src/main/release/samples/ws_eventing/pom.xml
(original)
+++ cxf/trunk/distribution/src/main/release/samples/ws_eventing/pom.xml Fri Feb
14 19:58:44 2014
@@ -27,44 +27,39 @@
<artifactId>cxf-samples</artifactId>
<version>3.0.0-SNAPSHOT</version>
</parent>
- <properties>
- <cxf.version>${project.version}</cxf.version>
- </properties>
<dependencies>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-core</artifactId>
- <version>${cxf.version}</version>
+ <version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>${cxf.version}</version>
+ <version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>${cxf.version}</version>
+ <version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
- <version>3.2.0.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
- <version>3.2.0.RELEASE</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-eventing</artifactId>
- <version>${cxf.version}</version>
+ <version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-addr</artifactId>
- <version>${cxf.version}</version>
+ <version>${project.version}</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>