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:
parent
71dd0c9dfe
commit
df606c2502
|
@ -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>
|
||||
|
|
7
pom.xml
7
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue