pom.xml (httpcomponents-client-4.5.6-src) | : | pom.xml (httpcomponents-client-4.5.7-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.6</version> | <version>4.5.7</version> | |||
</parent> | </parent> | |||
<artifactId>httpclient-cache</artifactId> | <artifactId>httpclient-cache</artifactId> | |||
<name>Apache HttpClient Cache</name> | <name>Apache HttpClient Cache</name> | |||
<inceptionYear>2010</inceptionYear> | <inceptionYear>2010</inceptionYear> | |||
<description> | <description> | |||
Apache HttpComponents HttpClient - Cache | Apache HttpComponents HttpClient - Cache | |||
</description> | </description> | |||
<url>http://hc.apache.org/httpcomponents-client</url> | <url>http://hc.apache.org/httpcomponents-client</url> | |||
<packaging>jar</packaging> | <packaging>jar</packaging> | |||
skipping to change at line 115 | skipping to change at line 115 | |||
<filtering>true</filtering> | <filtering>true</filtering> | |||
<includes> | <includes> | |||
<include>**/*.properties</include> | <include>**/*.properties</include> | |||
</includes> | </includes> | |||
</resource> | </resource> | |||
</resources> | </resources> | |||
<plugins> | <plugins> | |||
<plugin> | <plugin> | |||
<groupId>org.codehaus.mojo</groupId> | <groupId>org.codehaus.mojo</groupId> | |||
<artifactId>build-helper-maven-plugin</artifactId> | <artifactId>build-helper-maven-plugin</artifactId> | |||
<version>1.8</version> | ||||
<executions> | <executions> | |||
<execution> | <execution> | |||
<id>add-source</id> | <id>add-source</id> | |||
<phase>generate-sources</phase> | <phase>generate-sources</phase> | |||
<goals> | <goals> | |||
<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> | |||
skipping to change at line 145 | skipping to change at line 144 | |||
<execution> | <execution> | |||
<id>default-jar</id> | <id>default-jar</id> | |||
<phase>package</phase> | <phase>package</phase> | |||
<goals> | <goals> | |||
<goal>jar</goal> | <goal>jar</goal> | |||
<goal>test-jar</goal> | <goal>test-jar</goal> | |||
</goals> | </goals> | |||
<configuration> | <configuration> | |||
<archive combine.children="append"> | <archive combine.children="append"> | |||
<manifestEntries> | <manifestEntries> | |||
<Automatic-Module-Name>org.apache.httpcomponents.httpclient-ca che</Automatic-Module-Name> | <Automatic-Module-Name>org.apache.httpcomponents.httpclient.ca che</Automatic-Module-Name> | |||
</manifestEntries> | </manifestEntries> | |||
</archive> | </archive> | |||
</configuration> | </configuration> | |||
</execution> | </execution> | |||
</executions> | </executions> | |||
</plugin> | </plugin> | |||
</plugins> | </plugins> | |||
</build> | </build> | |||
<reporting> | <reporting> | |||
End of changes. 3 change blocks. | ||||
3 lines changed or deleted | 2 lines changed or added |