pom.xml (httpcomponents-client-5.0.2-src) | : | pom.xml (httpcomponents-client-5.0.3-src) | ||
---|---|---|---|---|
skipping to change at line 36 | skipping to change at line 36 | |||
--><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>12</version> | <version>12</version> | |||
</parent> | </parent> | |||
<modelVersion>4.0.0</modelVersion> | <modelVersion>4.0.0</modelVersion> | |||
<groupId>org.apache.httpcomponents.client5</groupId> | <groupId>org.apache.httpcomponents.client5</groupId> | |||
<artifactId>httpclient5-parent</artifactId> | <artifactId>httpclient5-parent</artifactId> | |||
<name>Apache HttpComponents Client Parent</name> | <name>Apache HttpComponents Client Parent</name> | |||
<version>5.0.2</version> | <version>5.0.3</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>https://hc.apache.org/httpcomponents-client-5.0.x/</url> | <url>https://hc.apache.org/httpcomponents-client-5.0.x/</url> | |||
<inceptionYear>1999</inceptionYear> | <inceptionYear>1999</inceptionYear> | |||
<packaging>pom</packaging> | <packaging>pom</packaging> | |||
<issueManagement> | <issueManagement> | |||
<system>Jira</system> | <system>Jira</system> | |||
<url>https://issues.apache.org/jira/browse/HTTPCLIENT</url> | <url>https://issues.apache.org/jira/browse/HTTPCLIENT</url> | |||
</issueManagement> | </issueManagement> | |||
<scm> | <scm> | |||
<connection>scm:git:https://gitbox.apache.org/repos/asf/httpcomponents-clien t.git</connection> | <connection>scm:git:https://gitbox.apache.org/repos/asf/httpcomponents-clien t.git</connection> | |||
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/httpcompone nts-client.git</developerConnection> | <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/httpcompone nts-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>5.0.2</tag> | <tag>5.0.3</tag> | |||
</scm> | </scm> | |||
<properties> | <properties> | |||
<maven.compiler.source>1.7</maven.compiler.source> | <maven.compiler.source>1.7</maven.compiler.source> | |||
<maven.compiler.target>1.7</maven.compiler.target> | <maven.compiler.target>1.7</maven.compiler.target> | |||
<httpcore.version>5.0.2</httpcore.version> | <httpcore.version>5.0.2</httpcore.version> | |||
<log4j.version>2.9.1</log4j.version> | <log4j.version>2.9.1</log4j.version> | |||
<commons-codec.version>1.13</commons-codec.version> | <commons-codec.version>1.13</commons-codec.version> | |||
<conscrypt.version>2.2.1</conscrypt.version> | <conscrypt.version>2.2.1</conscrypt.version> | |||
<ehcache.version>3.4.0</ehcache.version> | <ehcache.version>3.4.0</ehcache.version> | |||
End of changes. 2 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added |