Author: dkulp
Date: Thu Jun 9 16:15:44 2011
New Revision: 1133959
URL: http://svn.apache.org/viewvc?rev=1133959&view=rev
Log:
Attempt to fix release:prepare
Modified:
cxf/trunk/distribution/src/main/release/samples/logbrowser/pom.xml
Modified: cxf/trunk/distribution/src/main/release/samples/logbrowser/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/samples/logbrowser/pom.xml?rev=1133959&r1=1133958&r2=1133959&view=diff
==============================================================================
--- cxf/trunk/distribution/src/main/release/samples/logbrowser/pom.xml
(original)
+++ cxf/trunk/distribution/src/main/release/samples/logbrowser/pom.xml Thu Jun
9 16:15:44 2011
@@ -30,11 +30,6 @@
<relativePath>..</relativePath>
</parent>
- <properties>
- <cxf.version>${project.version}</cxf.version>
- </properties>
-
-
<profiles>
<profile>
<id>server</id>
@@ -84,13 +79,13 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-management-web</artifactId>
- <version>${cxf.version}</version>
+ <version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>${cxf.version}</version>
+ <version>${project.version}</version>
</dependency>
<dependency>