Minor cleanups for the coming release of NOTICE & LICENSE plugin release 0.0.2

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1033877 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Oleg Kalnichevski 2010-11-11 10:36:55 +00:00
parent 71dd0c9dfe
commit df606c2502
2 changed files with 5 additions and 10 deletions

View File

@ -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>

View File

@ -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>