Author: dkulp
Date: Tue Mar 26 20:05:04 2013
New Revision: 1461292
URL: http://svn.apache.org/r1461292
Log:
Merged revisions 1461286 via git cherry-pick from
https://svn.apache.org/repos/asf/cxf/trunk
........
r1461286 | dkulp | 2013-03-26 15:53:48 -0400 (Tue, 26 Mar 2013) | 2 lines
Use parent/pom.xml specified version
........
Modified:
cxf/branches/2.7.x-fixes/maven-plugins/codegen-plugin/pom.xml
cxf/branches/2.7.x-fixes/maven-plugins/wadl2java-plugin/pom.xml
Modified: cxf/branches/2.7.x-fixes/maven-plugins/codegen-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/branches/2.7.x-fixes/maven-plugins/codegen-plugin/pom.xml?rev=1461292&r1=1461291&r2=1461292&view=diff
==============================================================================
--- cxf/branches/2.7.x-fixes/maven-plugins/codegen-plugin/pom.xml (original)
+++ cxf/branches/2.7.x-fixes/maven-plugins/codegen-plugin/pom.xml Tue Mar 26
20:05:04 2013
@@ -163,7 +163,6 @@
<dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
- <version>2.8.1</version>
</dependency>
</dependencies>
</profile>
Modified: cxf/branches/2.7.x-fixes/maven-plugins/wadl2java-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/branches/2.7.x-fixes/maven-plugins/wadl2java-plugin/pom.xml?rev=1461292&r1=1461291&r2=1461292&view=diff
==============================================================================
--- cxf/branches/2.7.x-fixes/maven-plugins/wadl2java-plugin/pom.xml (original)
+++ cxf/branches/2.7.x-fixes/maven-plugins/wadl2java-plugin/pom.xml Tue Mar 26
20:05:04 2013
@@ -130,7 +130,6 @@
<dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
- <version>2.8.1</version>
</dependency>
</dependencies>
</profile>