Author: cschneider
Date: Fri Jan 20 14:04:58 2012
New Revision: 1233914
URL: http://svn.apache.org/viewvc?rev=1233914&view=rev
Log:
Fixed version number
Modified:
cxf/branches/2.5.x-fixes/distribution/src/main/release/samples/wsdl_first/pom.xml
Modified:
cxf/branches/2.5.x-fixes/distribution/src/main/release/samples/wsdl_first/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/branches/2.5.x-fixes/distribution/src/main/release/samples/wsdl_first/pom.xml?rev=1233914&r1=1233913&r2=1233914&view=diff
==============================================================================
---
cxf/branches/2.5.x-fixes/distribution/src/main/release/samples/wsdl_first/pom.xml
(original)
+++
cxf/branches/2.5.x-fixes/distribution/src/main/release/samples/wsdl_first/pom.xml
Fri Jan 20 14:04:58 2012
@@ -130,7 +130,7 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.5.1-SNAPSHOT</version>
+ <version>2.5.3-SNAPSHOT</version>
</dependency>
</dependencies>
</profile>