Author: dkulp
Date: Fri Sep 11 19:35:33 2009
New Revision: 813994
URL: http://svn.apache.org/viewvc?rev=813994&view=rev
Log:
Fix version numbers
Modified:
cxf/branches/2.1.x-fixes/systests/jaxws/pom.xml
cxf/branches/2.1.x-fixes/systests/transports/pom.xml
Modified: cxf/branches/2.1.x-fixes/systests/jaxws/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/branches/2.1.x-fixes/systests/jaxws/pom.xml?rev=813994&r1=813993&r2=813994&view=diff
==============================================================================
--- cxf/branches/2.1.x-fixes/systests/jaxws/pom.xml (original)
+++ cxf/branches/2.1.x-fixes/systests/jaxws/pom.xml Fri Sep 11 19:35:33 2009
@@ -21,14 +21,14 @@
<parent>
<artifactId>cxf-parent</artifactId>
<groupId>org.apache.cxf</groupId>
- <version>2.2.4-SNAPSHOT</version>
+ <version>2.1.7-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-systests-jaxws</artifactId>
<name>Apache CXF JAX-WS System Tests</name>
- <version>2.2.4-SNAPSHOT</version>
+ <version>2.1.7-SNAPSHOT</version>
<url>http://cxf.apache.org</url>
<build>
Modified: cxf/branches/2.1.x-fixes/systests/transports/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/branches/2.1.x-fixes/systests/transports/pom.xml?rev=813994&r1=813993&r2=813994&view=diff
==============================================================================
--- cxf/branches/2.1.x-fixes/systests/transports/pom.xml (original)
+++ cxf/branches/2.1.x-fixes/systests/transports/pom.xml Fri Sep 11 19:35:33
2009
@@ -21,14 +21,14 @@
<parent>
<artifactId>cxf-parent</artifactId>
<groupId>org.apache.cxf</groupId>
- <version>2.2.4-SNAPSHOT</version>
+ <version>2.1.7-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-systests-transports</artifactId>
<name>Apache CXF Transport System Tests</name>
- <version>2.2.4-SNAPSHOT</version>
+ <version>2.1.7-SNAPSHOT</version>
<url>http://cxf.apache.org</url>
<build>
<plugins>