Author: dkulp Date: Thu Aug 11 01:38:59 2011 New Revision: 1156436 URL: http://svn.apache.org/viewvc?rev=1156436&view=rev Log: Merged revisions 1156332 via svnmerge from https://svn.us.apache.org/repos/asf/cxf/branches/2.4.x-fixes
................ r1156332 | dkulp | 2011-08-10 15:33:36 -0400 (Wed, 10 Aug 2011) | 9 lines 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.3.x-fixes/ (props changed) cxf/branches/2.3.x-fixes/pom.xml 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=1156436&r1=1156435&r2=1156436&view=diff ============================================================================== --- cxf/branches/2.3.x-fixes/pom.xml (original) +++ cxf/branches/2.3.x-fixes/pom.xml Thu Aug 11 01:38:59 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>
