Skip to content

Commit 542961b

Browse files
committed
Upgraded HttpClient version to 5.2.3-SNAPSHOT
1 parent 4a3928d commit 542961b

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

httpclient5-cache/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<groupId>org.apache.httpcomponents.client5</groupId>
3030
<artifactId>httpclient5-parent</artifactId>
31-
<version>5.2.2-SNAPSHOT</version>
31+
<version>5.2.3-SNAPSHOT</version>
3232
</parent>
3333
<artifactId>httpclient5-cache</artifactId>
3434
<name>Apache HttpClient Cache</name>

httpclient5-fluent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<groupId>org.apache.httpcomponents.client5</groupId>
3030
<artifactId>httpclient5-parent</artifactId>
31-
<version>5.2.2-SNAPSHOT</version>
31+
<version>5.2.3-SNAPSHOT</version>
3232
</parent>
3333
<artifactId>httpclient5-fluent</artifactId>
3434
<name>Apache HttpClient Fluent</name>

httpclient5-testing/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<groupId>org.apache.httpcomponents.client5</groupId>
3030
<artifactId>httpclient5-parent</artifactId>
31-
<version>5.2.2-SNAPSHOT</version>
31+
<version>5.2.3-SNAPSHOT</version>
3232
</parent>
3333
<artifactId>httpclient5-testing</artifactId>
3434
<name>Apache HttpClient Integration Tests</name>

httpclient5-win/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<groupId>org.apache.httpcomponents.client5</groupId>
3030
<artifactId>httpclient5-parent</artifactId>
31-
<version>5.2.2-SNAPSHOT</version>
31+
<version>5.2.3-SNAPSHOT</version>
3232
</parent>
3333
<artifactId>httpclient5-win</artifactId>
3434
<name>Apache HttpClient Windows features</name>

httpclient5/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<groupId>org.apache.httpcomponents.client5</groupId>
3030
<artifactId>httpclient5-parent</artifactId>
31-
<version>5.2.2-SNAPSHOT</version>
31+
<version>5.2.3-SNAPSHOT</version>
3232
</parent>
3333
<artifactId>httpclient5</artifactId>
3434
<name>Apache HttpClient</name>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<groupId>org.apache.httpcomponents.client5</groupId>
3434
<artifactId>httpclient5-parent</artifactId>
3535
<name>Apache HttpComponents Client Parent</name>
36-
<version>5.2.2-SNAPSHOT</version>
36+
<version>5.2.3-SNAPSHOT</version>
3737
<description>Apache HttpComponents Client is a library of components for building client side HTTP services</description>
3838
<url>https://hc.apache.org/httpcomponents-client-5.0.x/${project.version}/</url>
3939
<inceptionYear>1999</inceptionYear>
@@ -48,7 +48,7 @@
4848
<connection>scm:git:https://gitbox.apache.org/repos/asf/httpcomponents-client.git</connection>
4949
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/httpcomponents-client.git</developerConnection>
5050
<url>https://github.com/apache/httpcomponents-client/tree/${project.scm.tag}</url>
51-
<tag>5.2.2-SNAPSHOT</tag>
51+
<tag>5.2.3-SNAPSHOT</tag>
5252
</scm>
5353

5454
<distributionManagement>
@@ -445,4 +445,4 @@
445445
</plugins>
446446
</reporting>
447447

448-
</project>
448+
</project>

0 commit comments

Comments
 (0)