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>
|
<url>http://hc.apache.org/httpcomponents-client</url>
|
||||||
<packaging>bundle</packaging>
|
<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>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.httpcomponents</groupId>
|
<groupId>org.apache.httpcomponents</groupId>
|
||||||
|
|
7
pom.xml
7
pom.xml
|
@ -42,7 +42,7 @@
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<organization>
|
<organization>
|
||||||
<name>Apache Software Foundation</name>
|
<name>The Apache Software Foundation</name>
|
||||||
<url>http://www.apache.org/</url>
|
<url>http://www.apache.org/</url>
|
||||||
</organization>
|
</organization>
|
||||||
|
|
||||||
|
@ -89,7 +89,7 @@
|
||||||
<plugin>
|
<plugin>
|
||||||
<artifactId>maven-notice-plugin</artifactId>
|
<artifactId>maven-notice-plugin</artifactId>
|
||||||
<groupId>org.apache.httpcomponents</groupId>
|
<groupId>org.apache.httpcomponents</groupId>
|
||||||
<version>0.0.2-SNAPSHOT</version>
|
<version>0.0.1</version>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<id>attach-notice-license</id>
|
<id>attach-notice-license</id>
|
||||||
|
@ -98,6 +98,9 @@
|
||||||
</goals>
|
</goals>
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
|
<configuration>
|
||||||
|
<projectTitle>Apache HttpComponents</projectTitle>
|
||||||
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<artifactId>maven-source-plugin</artifactId>
|
<artifactId>maven-source-plugin</artifactId>
|
||||||
|
|
Loading…
Reference in New Issue