Author: dkulp
Date: Wed Sep 30 19:53:47 2009
New Revision: 820421
URL: http://svn.apache.org/viewvc?rev=820421&view=rev
Log:
Merged revisions 820398 via svnmerge from
https://svn.apache.org/repos/asf/cxf/branches/2.2.x-fixes
........
r820398 | dkulp | 2009-09-30 15:17:15 -0400 (Wed, 30 Sep 2009) | 2 lines
Fix version number
........
Modified:
cxf/branches/2.1.x-fixes/ (props changed)
cxf/branches/2.1.x-fixes/systests/databinding/pom.xml
Propchange: cxf/branches/2.1.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.
Modified: cxf/branches/2.1.x-fixes/systests/databinding/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/branches/2.1.x-fixes/systests/databinding/pom.xml?rev=820421&r1=820420&r2=820421&view=diff
==============================================================================
--- cxf/branches/2.1.x-fixes/systests/databinding/pom.xml (original)
+++ cxf/branches/2.1.x-fixes/systests/databinding/pom.xml Wed Sep 30 19:53:47
2009
@@ -21,14 +21,14 @@
<parent>
<artifactId>cxf-parent</artifactId>
<groupId>org.apache.cxf</groupId>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.1.7-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.cxf.systests</groupId>
<artifactId>cxf-systests-databinding</artifactId>
<name>Apache CXF Databinding System Tests</name>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.1.7-SNAPSHOT</version>
<url>http://cxf.apache.org</url>
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/cxf/trunk/systests/databinding</connection>