Upgraded HttpClient version to 4.5.15-SNAPSHOT

This commit is contained in:
Oleg Kalnichevski 2022-12-04 12:12:27 +01:00
parent 90f74e5b1c
commit 0f1df5c04f
7 changed files with 21 additions and 21 deletions

View File

@ -28,7 +28,7 @@
<parent> <parent>
<groupId>org.apache.httpcomponents</groupId> <groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcomponents-client</artifactId> <artifactId>httpcomponents-client</artifactId>
<version>4.5.14-SNAPSHOT</version> <version>4.5.15-SNAPSHOT</version>
</parent> </parent>
<artifactId>fluent-hc</artifactId> <artifactId>fluent-hc</artifactId>
<name>Apache HttpClient Fluent API</name> <name>Apache HttpClient Fluent API</name>

View File

@ -28,7 +28,7 @@
<parent> <parent>
<groupId>org.apache.httpcomponents</groupId> <groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcomponents-client</artifactId> <artifactId>httpcomponents-client</artifactId>
<version>4.5.14-SNAPSHOT</version> <version>4.5.15-SNAPSHOT</version>
</parent> </parent>
<artifactId>httpclient-cache</artifactId> <artifactId>httpclient-cache</artifactId>
<name>Apache HttpClient Cache</name> <name>Apache HttpClient Cache</name>

View File

@ -28,7 +28,7 @@
<parent> <parent>
<groupId>org.apache.httpcomponents</groupId> <groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcomponents-client</artifactId> <artifactId>httpcomponents-client</artifactId>
<version>4.5.14-SNAPSHOT</version> <version>4.5.15-SNAPSHOT</version>
</parent> </parent>
<artifactId>httpclient-osgi</artifactId> <artifactId>httpclient-osgi</artifactId>
<name>Apache HttpClient OSGi bundle</name> <name>Apache HttpClient OSGi bundle</name>

View File

@ -28,7 +28,7 @@
<parent> <parent>
<groupId>org.apache.httpcomponents</groupId> <groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcomponents-client</artifactId> <artifactId>httpcomponents-client</artifactId>
<version>4.5.14-SNAPSHOT</version> <version>4.5.15-SNAPSHOT</version>
</parent> </parent>
<artifactId>httpclient-win</artifactId> <artifactId>httpclient-win</artifactId>
<name>Apache HttpClient Windows features</name> <name>Apache HttpClient Windows features</name>

View File

@ -28,7 +28,7 @@
<parent> <parent>
<groupId>org.apache.httpcomponents</groupId> <groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcomponents-client</artifactId> <artifactId>httpcomponents-client</artifactId>
<version>4.5.14-SNAPSHOT</version> <version>4.5.15-SNAPSHOT</version>
</parent> </parent>
<artifactId>httpclient</artifactId> <artifactId>httpclient</artifactId>
<name>Apache HttpClient</name> <name>Apache HttpClient</name>

View File

@ -28,7 +28,7 @@
<parent> <parent>
<groupId>org.apache.httpcomponents</groupId> <groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcomponents-client</artifactId> <artifactId>httpcomponents-client</artifactId>
<version>4.5.14-SNAPSHOT</version> <version>4.5.15-SNAPSHOT</version>
</parent> </parent>
<artifactId>httpmime</artifactId> <artifactId>httpmime</artifactId>
<name>Apache HttpClient Mime</name> <name>Apache HttpClient Mime</name>

16
pom.xml
View File

@ -32,7 +32,7 @@
<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.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> <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> <url>http://hc.apache.org/httpcomponents-client-ga/</url>
<inceptionYear>1999</inceptionYear> <inceptionYear>1999</inceptionYear>
@ -60,7 +60,7 @@
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/httpcomponents-client.git</connection> <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> <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> <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> </scm>
<distributionManagement> <distributionManagement>
@ -266,18 +266,18 @@
<postProcess> <postProcess>
<copy todir="target/site/tutorial/html" failonerror="false"> <copy todir="target/site/tutorial/html" failonerror="false">
<fileset dir="target/docbkx/html/index"> <fileset dir="target/docbkx/html/index">
<include name="**/*.html" /> <include name="**/*.html"/>
</fileset> </fileset>
</copy> </copy>
<copy todir="target/site/tutorial/html" failonerror="false"> <copy todir="target/site/tutorial/html" failonerror="false">
<fileset dir="src/docbkx/resources"> <fileset dir="src/docbkx/resources">
<include name="**/*.css" /> <include name="**/*.css"/>
<include name="**/*.png" /> <include name="**/*.png"/>
<include name="**/*.gif" /> <include name="**/*.gif"/>
<include name="**/*.jpg" /> <include name="**/*.jpg"/>
</fileset> </fileset>
</copy> </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> </postProcess>
</configuration> </configuration>
</plugin> </plugin>