Author: dkulp
Date: Wed Apr 11 16:01:25 2012
New Revision: 1324835
URL: http://svn.apache.org/viewvc?rev=1324835&view=rev
Log:
Fix version nums in poms
Modified:
cxf/branches/2.4.x-fixes/distribution/src/main/release/samples/java_first_jaxws/pom.xml
cxf/branches/2.4.x-fixes/distribution/src/main/release/samples/wsdl_first/pom.xml
Modified:
cxf/branches/2.4.x-fixes/distribution/src/main/release/samples/java_first_jaxws/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/distribution/src/main/release/samples/java_first_jaxws/pom.xml?rev=1324835&r1=1324834&r2=1324835&view=diff
==============================================================================
---
cxf/branches/2.4.x-fixes/distribution/src/main/release/samples/java_first_jaxws/pom.xml
(original)
+++
cxf/branches/2.4.x-fixes/distribution/src/main/release/samples/java_first_jaxws/pom.xml
Wed Apr 11 16:01:25 2012
@@ -92,7 +92,7 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.4.5-SNAPSHOT</version>
+ <version>${project.version}</version>
</dependency>
</dependencies>
</profile>
Modified:
cxf/branches/2.4.x-fixes/distribution/src/main/release/samples/wsdl_first/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/distribution/src/main/release/samples/wsdl_first/pom.xml?rev=1324835&r1=1324834&r2=1324835&view=diff
==============================================================================
---
cxf/branches/2.4.x-fixes/distribution/src/main/release/samples/wsdl_first/pom.xml
(original)
+++
cxf/branches/2.4.x-fixes/distribution/src/main/release/samples/wsdl_first/pom.xml
Wed Apr 11 16:01:25 2012
@@ -130,7 +130,7 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.4.5-SNAPSHOT</version>
+ <version>${project.version}</version>
</dependency>
</dependencies>
</profile>