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 2012/05/29 18:39:20 UTC

svn commit: r1343833 - in /cxf/branches/2.5.x-fixes: ./ pom.xml

Author: dkulp
Date: Tue May 29 16:39:20 2012
New Revision: 1343833

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

........
  r1343775 | dkulp | 2012-05-29 11:31:55 -0400 (Tue, 29 May 2012) | 1 line
  
  Upgrade compiler plugin to fix -T issues with java6
........

Modified:
    cxf/branches/2.5.x-fixes/   (props changed)
    cxf/branches/2.5.x-fixes/pom.xml

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

Modified: cxf/branches/2.5.x-fixes/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.5.x-fixes/pom.xml?rev=1343833&r1=1343832&r2=1343833&view=diff
==============================================================================
--- cxf/branches/2.5.x-fixes/pom.xml (original)
+++ cxf/branches/2.5.x-fixes/pom.xml Tue May 29 16:39:20 2012
@@ -228,7 +228,7 @@
                         <plugin>
                             <groupId>org.apache.maven.plugins</groupId>
                             <artifactId>maven-compiler-plugin</artifactId>
-                            <version>2.4</version>
+                            <version>2.5</version>
                             <configuration>
                                 <source>${cxf.jdk.version}</source>
                                 <target>${cxf.jdk.version}</target>
@@ -549,7 +549,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-compiler-plugin</artifactId>
-                    <version>2.4</version>
+                    <version>2.5</version>
                     <configuration>
                         <source>1.5</source>
                         <target>1.5</target>