Skip to content

Commit

Permalink
HttpClient 5.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ok2c committed Sep 16, 2024
1 parent b4d102a commit 84cccfe
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion httpclient5-cache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient5-parent</artifactId>
<version>5.4-beta2-SNAPSHOT</version>
<version>5.4</version>
</parent>
<artifactId>httpclient5-cache</artifactId>
<name>Apache HttpClient Cache</name>
Expand Down
2 changes: 1 addition & 1 deletion httpclient5-fluent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient5-parent</artifactId>
<version>5.4-beta2-SNAPSHOT</version>
<version>5.4</version>
</parent>
<artifactId>httpclient5-fluent</artifactId>
<name>Apache HttpClient Fluent</name>
Expand Down
2 changes: 1 addition & 1 deletion httpclient5-testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient5-parent</artifactId>
<version>5.4-beta2-SNAPSHOT</version>
<version>5.4</version>
</parent>
<artifactId>httpclient5-testing</artifactId>
<name>Apache HttpClient Integration Tests</name>
Expand Down
2 changes: 1 addition & 1 deletion httpclient5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient5-parent</artifactId>
<version>5.4-beta2-SNAPSHOT</version>
<version>5.4</version>
</parent>
<artifactId>httpclient5</artifactId>
<name>Apache HttpClient</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient5-parent</artifactId>
<name>Apache HttpComponents Client Parent</name>
<version>5.4-beta2-SNAPSHOT</version>
<version>5.4</version>
<description>Apache HttpComponents Client is a library of components for building client side HTTP services</description>
<url>https://hc.apache.org/httpcomponents-client-5.4.x/${project.version}/</url>
<inceptionYear>1999</inceptionYear>
Expand All @@ -48,7 +48,7 @@
<connection>scm:git:https://gitbox.apache.org/repos/asf/httpcomponents-client.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/httpcomponents-client.git</developerConnection>
<url>https://github.com/apache/httpcomponents-client/tree/${project.scm.tag}</url>
<tag>5.4-beta2-SNAPSHOT</tag>
<tag>5.4</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit 84cccfe

Please sign in to comment.