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:32:44 UTC

svn commit: r1156331 - /cxf/trunk/pom.xml

Author: dkulp
Date: Wed Aug 10 19:32:44 2011
New Revision: 1156331

URL: http://svn.apache.org/viewvc?rev=1156331&view=rev
Log:
Fix the url to the img

Modified:
    cxf/trunk/pom.xml

Modified: cxf/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/pom.xml?rev=1156331&r1=1156330&r2=1156331&view=diff
==============================================================================
--- cxf/trunk/pom.xml (original)
+++ cxf/trunk/pom.xml Wed Aug 10 19:32:44 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>