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 2011/08/10 21:33:36 UTC

svn commit: r1156332 - in /cxf/branches/2.4.x-fixes: ./ pom.xml

Author: dkulp
Date: Wed Aug 10 19:33:36 2011
New Revision: 1156332

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

........
  r1156331 | dkulp | 2011-08-10 15:32:44 -0400 (Wed, 10 Aug 2011) | 1 line
  
  Fix the url to the img
........

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

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

Modified: cxf/branches/2.4.x-fixes/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/pom.xml?rev=1156332&r1=1156331&r2=1156332&view=diff
==============================================================================
--- cxf/branches/2.4.x-fixes/pom.xml (original)
+++ cxf/branches/2.4.x-fixes/pom.xml Wed Aug 10 19:33:36 2011
@@ -141,7 +141,7 @@
             <organization>Apache Software Foundation</organization>
             <organizationUrl>http://apache.org/</organizationUrl>
             <properties>
-                <picUrl>http://cxf.apache.org/docs/cxf.png</picUrl>
+                <picUrl>http://cxf.apache.org/images/cxf.png</picUrl>
             </properties>
         </developer>
     </developers>