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/11/22 18:40:32 UTC

svn commit: r1037795 - in /cxf/branches/2.3.x-fixes: ./ pom.xml

Author: dkulp
Date: Mon Nov 22 17:40:32 2010
New Revision: 1037795

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

........
  r1037035 | dkulp | 2010-11-19 16:39:48 -0500 (Fri, 19 Nov 2010) | 1 line
  
  Unify plugin version
........

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

Propchange: cxf/branches/2.3.x-fixes/
            ('svn:mergeinfo' removed)

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

Modified: cxf/branches/2.3.x-fixes/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/pom.xml?rev=1037795&r1=1037794&r2=1037795&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/pom.xml Mon Nov 22 17:40:32 2010
@@ -501,7 +501,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-compiler-plugin</artifactId>
-                    <version>2.3.1</version>
+                    <version>2.3.2</version>
                     <configuration>
                         <source>1.5</source>
                         <target>1.5</target>