You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2013/08/09 17:56:03 UTC

svn commit: r1512359 - in /httpcomponents/httpclient/branches/4.2.x: fluent-hc/pom.xml httpclient-cache/pom.xml httpclient-osgi/pom.xml httpclient/pom.xml httpmime/pom.xml pom.xml

Author: olegk
Date: Fri Aug  9 15:56:03 2013
New Revision: 1512359

URL: http://svn.apache.org/r1512359
Log:
Fixed duplicate N&L problem by removing maven-notice-plugin in favor of maven-remote-resource-plugin included through Apache parent POM

Modified:
    httpcomponents/httpclient/branches/4.2.x/fluent-hc/pom.xml
    httpcomponents/httpclient/branches/4.2.x/httpclient-cache/pom.xml
    httpcomponents/httpclient/branches/4.2.x/httpclient-osgi/pom.xml
    httpcomponents/httpclient/branches/4.2.x/httpclient/pom.xml
    httpcomponents/httpclient/branches/4.2.x/httpmime/pom.xml
    httpcomponents/httpclient/branches/4.2.x/pom.xml

Modified: httpcomponents/httpclient/branches/4.2.x/fluent-hc/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/branches/4.2.x/fluent-hc/pom.xml?rev=1512359&r1=1512358&r2=1512359&view=diff
==============================================================================
--- httpcomponents/httpclient/branches/4.2.x/fluent-hc/pom.xml (original)
+++ httpcomponents/httpclient/branches/4.2.x/fluent-hc/pom.xml Fri Aug  9 15:56:03 2013
@@ -33,7 +33,7 @@
     <version>4.2.6-SNAPSHOT</version>
   </parent>
   <artifactId>fluent-hc</artifactId>
-  <name>Fluent HttpClient</name>
+  <name>Fluent API for Apache HttpClient</name>
   <inceptionYear>2011</inceptionYear>
   <description>
    HttpComponents Client fluent API

Modified: httpcomponents/httpclient/branches/4.2.x/httpclient-cache/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/branches/4.2.x/httpclient-cache/pom.xml?rev=1512359&r1=1512358&r2=1512359&view=diff
==============================================================================
--- httpcomponents/httpclient/branches/4.2.x/httpclient-cache/pom.xml (original)
+++ httpcomponents/httpclient/branches/4.2.x/httpclient-cache/pom.xml Fri Aug  9 15:56:03 2013
@@ -33,7 +33,7 @@
     <version>4.2.6-SNAPSHOT</version>
   </parent>
   <artifactId>httpclient-cache</artifactId>
-  <name>HttpClient Cache</name>
+  <name>Apache HttpClient Cache</name>
   <inceptionYear>2010</inceptionYear>
   <description>
    HttpComponents HttpClient - Cache

Modified: httpcomponents/httpclient/branches/4.2.x/httpclient-osgi/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/branches/4.2.x/httpclient-osgi/pom.xml?rev=1512359&r1=1512358&r2=1512359&view=diff
==============================================================================
--- httpcomponents/httpclient/branches/4.2.x/httpclient-osgi/pom.xml (original)
+++ httpcomponents/httpclient/branches/4.2.x/httpclient-osgi/pom.xml Fri Aug  9 15:56:03 2013
@@ -33,7 +33,7 @@
     <version>4.2.6-SNAPSHOT</version>
   </parent>
   <artifactId>httpclient-osgi</artifactId>
-  <name>HttpClient OSGi bundle</name>
+  <name>Apache HttpClient OSGi bundle</name>
   <inceptionYear>1999</inceptionYear>
   <description>
    HttpComponents Client (OSGi bundle)

Modified: httpcomponents/httpclient/branches/4.2.x/httpclient/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/branches/4.2.x/httpclient/pom.xml?rev=1512359&r1=1512358&r2=1512359&view=diff
==============================================================================
--- httpcomponents/httpclient/branches/4.2.x/httpclient/pom.xml (original)
+++ httpcomponents/httpclient/branches/4.2.x/httpclient/pom.xml Fri Aug  9 15:56:03 2013
@@ -33,9 +33,9 @@
     <version>4.2.6-SNAPSHOT</version>
   </parent>
   <artifactId>httpclient</artifactId>
-  <name>HttpClient</name>
+  <name>Apache HttpClient</name>
   <description>
-   HttpComponents Client (base module)
+   HttpComponents Client
   </description>
   <url>http://hc.apache.org/httpcomponents-client</url>
   <packaging>jar</packaging>

Modified: httpcomponents/httpclient/branches/4.2.x/httpmime/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/branches/4.2.x/httpmime/pom.xml?rev=1512359&r1=1512358&r2=1512359&view=diff
==============================================================================
--- httpcomponents/httpclient/branches/4.2.x/httpmime/pom.xml (original)
+++ httpcomponents/httpclient/branches/4.2.x/httpmime/pom.xml Fri Aug  9 15:56:03 2013
@@ -33,7 +33,7 @@
     <version>4.2.6-SNAPSHOT</version>
   </parent>
   <artifactId>httpmime</artifactId>
-  <name>HttpMime</name>
+  <name>Apache HttpClient Mime</name>
   <description>
    HttpComponents HttpClient - MIME coded entities
   </description>

Modified: httpcomponents/httpclient/branches/4.2.x/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/branches/4.2.x/pom.xml?rev=1512359&r1=1512358&r2=1512359&view=diff
==============================================================================
--- httpcomponents/httpclient/branches/4.2.x/pom.xml (original)
+++ httpcomponents/httpclient/branches/4.2.x/pom.xml Fri Aug  9 15:56:03 2013
@@ -161,21 +161,6 @@
   <build>
     <plugins>
       <plugin>
-        <artifactId>maven-notice-plugin</artifactId>
-        <groupId>org.apache.httpcomponents</groupId>
-        <executions>
-          <execution>
-            <id>attach-notice-license</id>
-            <goals>
-              <goal>generate</goal>
-            </goals>
-          </execution>
-        </executions>
-        <configuration>
-          <projectTitle>Apache HttpComponents</projectTitle>
-        </configuration>
-      </plugin>
-      <plugin>
         <artifactId>maven-jar-plugin</artifactId>
         <configuration>
           <archive>