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 2010/11/11 11:36:55 UTC

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

Author: olegk
Date: Thu Nov 11 10:36:55 2010
New Revision: 1033877

URL: http://svn.apache.org/viewvc?rev=1033877&view=rev
Log:
Minor cleanups for the coming release of NOTICE & LICENSE plugin release 0.0.2

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

Modified: httpcomponents/httpclient/trunk/httpclient-osgi/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/httpclient-osgi/pom.xml?rev=1033877&r1=1033876&r2=1033877&view=diff
==============================================================================
--- httpcomponents/httpclient/trunk/httpclient-osgi/pom.xml (original)
+++ httpcomponents/httpclient/trunk/httpclient-osgi/pom.xml Thu Nov 11 10:36:55 2010
@@ -41,14 +41,6 @@
   <url>http://hc.apache.org/httpcomponents-client</url>
   <packaging>bundle</packaging>
 
-  <licenses>
-    <license>
-      <name>Apache License</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
-      <distribution>repo</distribution>
-    </license>
-  </licenses>
-
   <dependencies>
     <dependency>
       <groupId>org.apache.httpcomponents</groupId>

Modified: httpcomponents/httpclient/trunk/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/pom.xml?rev=1033877&r1=1033876&r2=1033877&view=diff
==============================================================================
--- httpcomponents/httpclient/trunk/pom.xml (original)
+++ httpcomponents/httpclient/trunk/pom.xml Thu Nov 11 10:36:55 2010
@@ -42,7 +42,7 @@
   <packaging>pom</packaging>
 
   <organization>
-    <name>Apache Software Foundation</name>
+    <name>The Apache Software Foundation</name>
     <url>http://www.apache.org/</url>
   </organization>
 
@@ -89,7 +89,7 @@
       <plugin>
         <artifactId>maven-notice-plugin</artifactId>
         <groupId>org.apache.httpcomponents</groupId>
-        <version>0.0.2-SNAPSHOT</version>
+        <version>0.0.1</version>
         <executions>
           <execution>
             <id>attach-notice-license</id>
@@ -98,6 +98,9 @@
             </goals>
           </execution>
         </executions>
+        <configuration>
+          <projectTitle>Apache HttpComponents</projectTitle>
+        </configuration>
       </plugin>
       <plugin>
         <artifactId>maven-source-plugin</artifactId>