You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2010/02/10 00:29:01 UTC

svn commit: r908281 - in /cxf/branches/2.2.x-fixes: ./ systests/wsdl_maven/codegen/pom.xml

Author: dkulp
Date: Tue Feb  9 23:28:58 2010
New Revision: 908281

URL: http://svn.apache.org/viewvc?rev=908281&view=rev
Log:
Merged revisions 907888 via svnmerge from 
https://svn.apache.org/repos/asf/cxf/trunk

........
  r907888 | dkulp | 2010-02-08 21:32:25 -0500 (Mon, 08 Feb 2010) | 1 line
  
  remove compiler config as the parent configures it
........

Modified:
    cxf/branches/2.2.x-fixes/   (props changed)
    cxf/branches/2.2.x-fixes/systests/wsdl_maven/codegen/pom.xml

Propchange: cxf/branches/2.2.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.

Modified: cxf/branches/2.2.x-fixes/systests/wsdl_maven/codegen/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.2.x-fixes/systests/wsdl_maven/codegen/pom.xml?rev=908281&r1=908280&r2=908281&view=diff
==============================================================================
--- cxf/branches/2.2.x-fixes/systests/wsdl_maven/codegen/pom.xml (original)
+++ cxf/branches/2.2.x-fixes/systests/wsdl_maven/codegen/pom.xml Tue Feb  9 23:28:58 2010
@@ -31,13 +31,6 @@
     <build>
         <plugins>
             <plugin>
-                <artifactId>maven-compiler-plugin</artifactId>
-                <configuration>
-                    <source>1.5</source>
-                    <target>1.5</target>
-                </configuration>
-            </plugin>
-            <plugin>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-codegen-plugin</artifactId>
                 <version>${project.version}</version>