pom.xml (httpcomponents-client-4.5.7-src) | : | pom.xml (httpcomponents-client-4.5.8-src) | ||
---|---|---|---|---|
skipping to change at line 35 | skipping to change at line 35 | |||
<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"> | |||
<parent> | <parent> | |||
<groupId>org.apache.httpcomponents</groupId> | <groupId>org.apache.httpcomponents</groupId> | |||
<artifactId>httpcomponents-parent</artifactId> | <artifactId>httpcomponents-parent</artifactId> | |||
<version>11</version> | <version>11</version> | |||
</parent> | </parent> | |||
<modelVersion>4.0.0</modelVersion> | <modelVersion>4.0.0</modelVersion> | |||
<artifactId>httpcomponents-client</artifactId> | <artifactId>httpcomponents-client</artifactId> | |||
<name>Apache HttpComponents Client</name> | <name>Apache HttpComponents Client</name> | |||
<version>4.5.7</version> | <version>4.5.8</version> | |||
<description>Apache HttpComponents Client is a library of components for build ing client side HTTP services</description> | <description>Apache HttpComponents Client is a library of components for build ing client side HTTP services</description> | |||
<url>http://hc.apache.org/httpcomponents-client-ga/</url> | <url>http://hc.apache.org/httpcomponents-client-ga/</url> | |||
<inceptionYear>1999</inceptionYear> | <inceptionYear>1999</inceptionYear> | |||
<packaging>pom</packaging> | <packaging>pom</packaging> | |||
<organization> | <organization> | |||
<name>The Apache Software Foundation</name> | <name>The Apache Software Foundation</name> | |||
<url>http://www.apache.org/</url> | <url>http://www.apache.org/</url> | |||
</organization> | </organization> | |||
skipping to change at line 63 | skipping to change at line 63 | |||
<issueManagement> | <issueManagement> | |||
<system>Jira</system> | <system>Jira</system> | |||
<url>http://issues.apache.org/jira/browse/HTTPCLIENT</url> | <url>http://issues.apache.org/jira/browse/HTTPCLIENT</url> | |||
</issueManagement> | </issueManagement> | |||
<scm> | <scm> | |||
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/httpcomponents-c lient.git</connection> | <connection>scm:git:https://git-wip-us.apache.org/repos/asf/httpcomponents-c lient.git</connection> | |||
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/httpcom ponents-client.git</developerConnection> | <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/httpcom ponents-client.git</developerConnection> | |||
<url>https://github.com/apache/httpcomponents-client/tree/${project.scm.tag} </url> | <url>https://github.com/apache/httpcomponents-client/tree/${project.scm.tag} </url> | |||
<tag>4.5.7</tag> | <tag>4.5.8</tag> | |||
</scm> | </scm> | |||
<properties> | <properties> | |||
<maven.compiler.source>1.6</maven.compiler.source> | <maven.compiler.source>1.6</maven.compiler.source> | |||
<maven.compiler.target>1.6</maven.compiler.target> | <maven.compiler.target>1.6</maven.compiler.target> | |||
<httpcore.version>4.4.11</httpcore.version> | <httpcore.version>4.4.11</httpcore.version> | |||
<commons-logging.version>1.2</commons-logging.version> | <commons-logging.version>1.2</commons-logging.version> | |||
<commons-codec.version>1.11</commons-codec.version> | <commons-codec.version>1.11</commons-codec.version> | |||
<ehcache.version>2.6.11</ehcache.version> | <ehcache.version>2.6.11</ehcache.version> | |||
<memcached.version>2.12.3</memcached.version> | <memcached.version>2.12.3</memcached.version> | |||
skipping to change at line 382 | skipping to change at line 382 | |||
<exclude>src/test/resources/*.truststore</exclude> | <exclude>src/test/resources/*.truststore</exclude> | |||
<exclude>.checkstyle</exclude> | <exclude>.checkstyle</exclude> | |||
</excludes> | </excludes> | |||
</configuration> | </configuration> | |||
</plugin> | </plugin> | |||
</plugins> | </plugins> | |||
</build> | </build> | |||
<reporting> | <reporting> | |||
<plugins> | <plugins> | |||
<plugin> | <plugin> | |||
<artifactId>maven-project-info-reports-plugin</artifactId> | <artifactId>maven-project-info-reports-plugin</artifactId> | |||
<inherited>false</inherited> | <inherited>false</inherited> | |||
<reportSets> | <reportSets> | |||
<reportSet> | <reportSet> | |||
<reports> | <reports> | |||
<report>dependency-info</report> | ||||
<report>dependency-management</report> | <report>dependency-management</report> | |||
<report>issue-tracking</report> | <report>issue-management</report> | |||
<report>license</report> | <report>licenses</report> | |||
<report>mailing-lists</report> | ||||
<report>scm</report> | <report>scm</report> | |||
<report>summary</report> | <report>summary</report> | |||
</reports> | </reports> | |||
</reportSet> | </reportSet> | |||
</reportSets> | </reportSets> | |||
</plugin> | </plugin> | |||
<plugin> | <plugin> | |||
<groupId>org.codehaus.mojo</groupId> | <groupId>org.codehaus.mojo</groupId> | |||
<artifactId>clirr-maven-plugin</artifactId> | <artifactId>clirr-maven-plugin</artifactId> | |||
End of changes. 5 change blocks. | ||||
5 lines changed or deleted | 6 lines changed or added |