Skip to content

Commit dba9b8e

Browse files
committed
Upgraded HttpClient version to 5.6.2-SNAPSHOT
1 parent 1b2bafe commit dba9b8e

7 files changed

Lines changed: 2116 additions & 1535 deletions

File tree

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.6.1-SNAPSHOT</version>
31+
<version>5.6.2-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.6.1-SNAPSHOT</version>
31+
<version>5.6.2-SNAPSHOT</version>
3232
</parent>
3333
<artifactId>httpclient5-fluent</artifactId>
3434
<name>Apache HttpClient Fluent</name>

httpclient5-observation/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.6.1-SNAPSHOT</version>
31+
<version>5.6.2-SNAPSHOT</version>
3232
</parent>
3333

3434
<artifactId>httpclient5-observation</artifactId>

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.6.1-SNAPSHOT</version>
31+
<version>5.6.2-SNAPSHOT</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.6.1-SNAPSHOT</version>
31+
<version>5.6.2-SNAPSHOT</version>
3232
</parent>
3333
<artifactId>httpclient5</artifactId>
3434
<name>Apache HttpClient</name>

0 commit comments

Comments
 (0)