pom.xml (httpcomponents-client-4.5.5-src) | : | pom.xml (httpcomponents-client-4.5.6-src) | ||
---|---|---|---|---|
skipping to change at line 31 | skipping to change at line 31 | |||
This software consists of voluntary contributions made by many | This software consists of voluntary contributions made by many | |||
individuals on behalf of the Apache Software Foundation. For more | individuals on behalf of the Apache Software Foundation. For more | |||
information on the Apache Software Foundation, please see | information on the Apache Software Foundation, please see | |||
<http://www.apache.org />. | <http://www.apache.org />. | |||
--><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3. org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0 .0 http://maven.apache.org/maven-v4_0_0.xsd"> | --><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3. org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0 .0 http://maven.apache.org/maven-v4_0_0.xsd"> | |||
<modelVersion>4.0.0</modelVersion> | <modelVersion>4.0.0</modelVersion> | |||
<parent> | <parent> | |||
<groupId>org.apache.httpcomponents</groupId> | <groupId>org.apache.httpcomponents</groupId> | |||
<artifactId>httpcomponents-client</artifactId> | <artifactId>httpcomponents-client</artifactId> | |||
<version>4.5.5</version> | <version>4.5.6</version> | |||
</parent> | </parent> | |||
<artifactId>httpmime</artifactId> | <artifactId>httpmime</artifactId> | |||
<name>Apache HttpClient Mime</name> | <name>Apache HttpClient Mime</name> | |||
<description> | <description> | |||
Apache HttpComponents HttpClient - MIME coded entities | Apache HttpComponents HttpClient - MIME coded entities | |||
</description> | </description> | |||
<url>http://hc.apache.org/httpcomponents-client</url> | <url>http://hc.apache.org/httpcomponents-client</url> | |||
<packaging>jar</packaging> | <packaging>jar</packaging> | |||
<dependencies> | <dependencies> | |||
skipping to change at line 92 | skipping to change at line 92 | |||
<goal>add-source</goal> | <goal>add-source</goal> | |||
</goals> | </goals> | |||
<configuration> | <configuration> | |||
<sources> | <sources> | |||
<source>src/main/java-deprecated</source> | <source>src/main/java-deprecated</source> | |||
</sources> | </sources> | |||
</configuration> | </configuration> | |||
</execution> | </execution> | |||
</executions> | </executions> | |||
</plugin> | </plugin> | |||
<plugin> | ||||
<artifactId>maven-jar-plugin</artifactId> | ||||
<executions> | ||||
<execution> | ||||
<id>default-jar</id> | ||||
<phase>package</phase> | ||||
<goals> | ||||
<goal>jar</goal> | ||||
</goals> | ||||
<configuration> | ||||
<archive combine.children="append"> | ||||
<manifestEntries> | ||||
<Automatic-Module-Name>org.apache.httpcomponents.httpmime</Aut | ||||
omatic-Module-Name> | ||||
</manifestEntries> | ||||
</archive> | ||||
</configuration> | ||||
</execution> | ||||
</executions> | ||||
</plugin> | ||||
</plugins> | </plugins> | |||
</build> | </build> | |||
<reporting> | <reporting> | |||
<plugins> | <plugins> | |||
<plugin> | <plugin> | |||
<artifactId>maven-javadoc-plugin</artifactId> | <artifactId>maven-javadoc-plugin</artifactId> | |||
<version>${hc.javadoc.version}</version> | <version>${hc.javadoc.version}</version> | |||
<configuration> | <configuration> | |||
End of changes. 2 change blocks. | ||||
1 lines changed or deleted | 21 lines changed or added |