Skip to content

Commit

Permalink
feat: Update the target host when retrying
Browse files Browse the repository at this point in the history
  • Loading branch information
pangdayuan1 committed Oct 25, 2024
1 parent dd7f627 commit b0a72f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions arex-schedule-web-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
<parent>
<artifactId>arex-schedule-parent</artifactId>
<groupId>com.arextest</groupId>
<version>2.0.2</version>
<version>2.0.3</version>
</parent>

<profiles>
Expand Down Expand Up @@ -337,5 +337,5 @@
</properties>
</profile>
</profiles>
<version>2.0.2</version>
<version>2.0.3</version>
</project>
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@
**/mapping/**
</sonar.exclusions>
<arex-storage-config.version>1.3.4</arex-storage-config.version>
<web-contract.version>0.6.5.2</web-contract.version>
<web-contract.version>0.6.5.7</web-contract.version>
<arex-common.version>1.0.1</arex-common.version>
</properties>

Expand All @@ -317,5 +317,5 @@
<url>https://github.com/arextest/arex-replay-schedule</url>
</scm>
<url>https://github.com/arextest/arex-replay-schedule</url>
<version>2.0.2</version>
<version>2.0.3</version>
</project>

0 comments on commit b0a72f0

Please sign in to comment.