pom.xml (httpcomponents-client-4.5.9-src) | : | pom.xml (httpcomponents-client-4.5.10-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.9</version> | <version>4.5.10</version> | |||
</parent> | </parent> | |||
<artifactId>fluent-hc</artifactId> | <artifactId>fluent-hc</artifactId> | |||
<name>Apache HttpClient Fluent API</name> | <name>Apache HttpClient Fluent API</name> | |||
<inceptionYear>2011</inceptionYear> | <inceptionYear>2011</inceptionYear> | |||
<description> | <description> | |||
Apache HttpComponents Client fluent API | Apache HttpComponents Client fluent API | |||
</description> | </description> | |||
<url>http://hc.apache.org/httpcomponents-client</url> | <url>http://hc.apache.org/httpcomponents-client</url> | |||
<packaging>jar</packaging> | <packaging>jar</packaging> | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |