Skip to content

Commit

Permalink
v1.0.4 Allow http or https flows
Browse files Browse the repository at this point in the history
  • Loading branch information
nhenneaux committed Nov 19, 2024
1 parent 5b6b2e7 commit ed7cc00
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion monitored-httpclient/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>resilient-httpclient</artifactId>
<groupId>com.github.nhenneaux.resilienthttpclient</groupId>
<version>1.0.3</version>
<version>1.0.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.github.nhenneaux.resilienthttpclient</groupId>
<artifactId>resilient-httpclient</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>
<packaging>pom</packaging>

<name>Resilient Java HTTP client based on java.net.http.HttpClient</name>
Expand Down
2 changes: 1 addition & 1 deletion single-host-httpclient/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.nhenneaux.resilienthttpclient</groupId>
<artifactId>resilient-httpclient</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit ed7cc00

Please sign in to comment.