Author: cschneider
Date: Thu Dec 16 07:39:39 2010
New Revision: 1049803
URL: http://svn.apache.org/viewvc?rev=1049803&view=rev
Log:
Fix version number (was 2.4.0-SNAPSHOT)
Modified:
cxf/branches/2.3.x-fixes/rt/transports/common/pom.xml
Modified: cxf/branches/2.3.x-fixes/rt/transports/common/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/rt/transports/common/pom.xml?rev=1049803&r1=1049802&r2=1049803&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/rt/transports/common/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/rt/transports/common/pom.xml Thu Dec 16 07:39:39
2010
@@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.4.0-SNAPSHOT</version>
+ <version>2.3.2-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>