Skip to content

Commit ffe4a05

Browse files
committed
HttpClient 5.4.4 release
1 parent b435224 commit ffe4a05

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
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.4.4-SNAPSHOT</version>
31+
<version>5.4.4</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.4.4-SNAPSHOT</version>
31+
<version>5.4.4</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.4.4-SNAPSHOT</version>
31+
<version>5.4.4</version>
3232
</parent>
3333
<artifactId>httpclient5-testing</artifactId>
3434
<name>Apache HttpClient Integration Tests</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.4.4-SNAPSHOT</version>
31+
<version>5.4.4</version>
3232
</parent>
3333
<artifactId>httpclient5</artifactId>
3434
<name>Apache HttpClient</name>

pom.xml

Lines changed: 2 additions & 2 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.4.4-SNAPSHOT</version>
36+
<version>5.4.4</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.4.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.4.4-SNAPSHOT</tag>
51+
<tag>5.4.4</tag>
5252
</scm>
5353

5454
<distributionManagement>

0 commit comments

Comments
 (0)