You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by se...@apache.org on 2011/09/12 03:36:44 UTC

svn commit: r1169590 - /httpcomponents/httpclient/trunk/httpclient-osgi/pom.xml

Author: sebb
Date: Mon Sep 12 01:36:44 2011
New Revision: 1169590

URL: http://svn.apache.org/viewvc?rev=1169590&view=rev
Log:
<reports> section is obsolete

Modified:
    httpcomponents/httpclient/trunk/httpclient-osgi/pom.xml

Modified: httpcomponents/httpclient/trunk/httpclient-osgi/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/httpclient-osgi/pom.xml?rev=1169590&r1=1169589&r2=1169590&view=diff
==============================================================================
--- httpcomponents/httpclient/trunk/httpclient-osgi/pom.xml (original)
+++ httpcomponents/httpclient/trunk/httpclient-osgi/pom.xml Mon Sep 12 01:36:44 2011
@@ -143,7 +143,7 @@
     <finalName>org.apache.httpcomponents.httpclient_${project.version}</finalName>
   </build>
 
-  <reports>
+  <reporting>
     <plugins>
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
@@ -154,5 +154,5 @@
         </configuration>
       </plugin>
     </plugins>
-  </reports>
+  </reporting>
 </project>