diff options
author | Guangrong Fu <fu.guangrong@zte.com.cn> | 2022-05-06 09:07:20 +0800 |
---|---|---|
committer | Guangrong Fu <fu.guangrong@zte.com.cn> | 2022-05-06 09:07:20 +0800 |
commit | b1cf3bb5648e23c65d78a808d8185d44d0727b1c (patch) | |
tree | 2d794c16a70dfbd4dcf8f4746fe5949d37e082ed /pom.xml | |
parent | 18166c0e75d5c8ca11eb7ea7c875ef03c7d74749 (diff) |
Optimized retry in the exception branch
Missed a conditional branch before, now fixed that.
Issue-ID: HOLMES-536
Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
Change-Id: I682d31e14b30d1fbeb903760ae0788a25806d9b0
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ <artifactId>holmes-common-parent</artifactId>
<packaging>pom</packaging>
- <version>1.4.1-SNAPSHOT</version>
+ <version>1.4.2-SNAPSHOT</version>
<name>holmes-common</name>
<modules>
<module>holmes-actions</module>
|