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