Upgraded HttpClient version to 4.5.15-SNAPSHOT
This commit is contained in:
parent
90f74e5b1c
commit
0f1df5c04f
|
@ -28,7 +28,7 @@
|
|||
<parent>
|
||||
<groupId>org.apache.httpcomponents</groupId>
|
||||
<artifactId>httpcomponents-client</artifactId>
|
||||
<version>4.5.14-SNAPSHOT</version>
|
||||
<version>4.5.15-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>fluent-hc</artifactId>
|
||||
<name>Apache HttpClient Fluent API</name>
|
||||
|
@ -155,4 +155,4 @@
|
|||
</plugins>
|
||||
</reporting>
|
||||
|
||||
</project>
|
||||
</project>
|
|
@ -28,7 +28,7 @@
|
|||
<parent>
|
||||
<groupId>org.apache.httpcomponents</groupId>
|
||||
<artifactId>httpcomponents-client</artifactId>
|
||||
<version>4.5.14-SNAPSHOT</version>
|
||||
<version>4.5.15-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>httpclient-cache</artifactId>
|
||||
<name>Apache HttpClient Cache</name>
|
||||
|
@ -201,4 +201,4 @@
|
|||
</plugins>
|
||||
</reporting>
|
||||
|
||||
</project>
|
||||
</project>
|
|
@ -28,7 +28,7 @@
|
|||
<parent>
|
||||
<groupId>org.apache.httpcomponents</groupId>
|
||||
<artifactId>httpcomponents-client</artifactId>
|
||||
<version>4.5.14-SNAPSHOT</version>
|
||||
<version>4.5.15-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>httpclient-osgi</artifactId>
|
||||
<name>Apache HttpClient OSGi bundle</name>
|
||||
|
@ -205,4 +205,4 @@
|
|||
</plugins>
|
||||
</reporting>
|
||||
|
||||
</project>
|
||||
</project>
|
|
@ -28,7 +28,7 @@
|
|||
<parent>
|
||||
<groupId>org.apache.httpcomponents</groupId>
|
||||
<artifactId>httpcomponents-client</artifactId>
|
||||
<version>4.5.14-SNAPSHOT</version>
|
||||
<version>4.5.15-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>httpclient-win</artifactId>
|
||||
<name>Apache HttpClient Windows features</name>
|
||||
|
@ -144,4 +144,4 @@
|
|||
</plugins>
|
||||
</reporting>
|
||||
|
||||
</project>
|
||||
</project>
|
|
@ -28,7 +28,7 @@
|
|||
<parent>
|
||||
<groupId>org.apache.httpcomponents</groupId>
|
||||
<artifactId>httpcomponents-client</artifactId>
|
||||
<version>4.5.14-SNAPSHOT</version>
|
||||
<version>4.5.15-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>httpclient</artifactId>
|
||||
<name>Apache HttpClient</name>
|
||||
|
@ -204,4 +204,4 @@
|
|||
</profile>
|
||||
</profiles>
|
||||
|
||||
</project>
|
||||
</project>
|
|
@ -28,7 +28,7 @@
|
|||
<parent>
|
||||
<groupId>org.apache.httpcomponents</groupId>
|
||||
<artifactId>httpcomponents-client</artifactId>
|
||||
<version>4.5.14-SNAPSHOT</version>
|
||||
<version>4.5.15-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>httpmime</artifactId>
|
||||
<name>Apache HttpClient Mime</name>
|
||||
|
@ -153,4 +153,4 @@
|
|||
</plugins>
|
||||
</reporting>
|
||||
|
||||
</project>
|
||||
</project>
|
18
pom.xml
18
pom.xml
|
@ -32,7 +32,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>httpcomponents-client</artifactId>
|
||||
<name>Apache HttpComponents Client</name>
|
||||
<version>4.5.14-SNAPSHOT</version>
|
||||
<version>4.5.15-SNAPSHOT</version>
|
||||
<description>Apache HttpComponents Client is a library of components for building client side HTTP services</description>
|
||||
<url>http://hc.apache.org/httpcomponents-client-ga/</url>
|
||||
<inceptionYear>1999</inceptionYear>
|
||||
|
@ -60,7 +60,7 @@
|
|||
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/httpcomponents-client.git</connection>
|
||||
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/httpcomponents-client.git</developerConnection>
|
||||
<url>https://github.com/apache/httpcomponents-client/tree/${project.scm.tag}</url>
|
||||
<tag>4.5.14-SNAPSHOT</tag>
|
||||
<tag>4.5.15-SNAPSHOT</tag>
|
||||
</scm>
|
||||
|
||||
<distributionManagement>
|
||||
|
@ -266,18 +266,18 @@
|
|||
<postProcess>
|
||||
<copy todir="target/site/tutorial/html" failonerror="false">
|
||||
<fileset dir="target/docbkx/html/index">
|
||||
<include name="**/*.html" />
|
||||
<include name="**/*.html"/>
|
||||
</fileset>
|
||||
</copy>
|
||||
<copy todir="target/site/tutorial/html" failonerror="false">
|
||||
<fileset dir="src/docbkx/resources">
|
||||
<include name="**/*.css" />
|
||||
<include name="**/*.png" />
|
||||
<include name="**/*.gif" />
|
||||
<include name="**/*.jpg" />
|
||||
<include name="**/*.css"/>
|
||||
<include name="**/*.png"/>
|
||||
<include name="**/*.gif"/>
|
||||
<include name="**/*.jpg"/>
|
||||
</fileset>
|
||||
</copy>
|
||||
<copy file="target/docbkx/pdf/index.pdf" tofile="target/site/tutorial/pdf/httpclient-tutorial.pdf" failonerror="false" />
|
||||
<copy file="target/docbkx/pdf/index.pdf" tofile="target/site/tutorial/pdf/httpclient-tutorial.pdf" failonerror="false"/>
|
||||
</postProcess>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
@ -416,4 +416,4 @@
|
|||
</profile>
|
||||
</profiles>
|
||||
|
||||
</project>
|
||||
</project>
|
Loading…
Reference in New Issue