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 /holmes-actions/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 'holmes-actions/pom.xml')
-rw-r--r-- | holmes-actions/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/holmes-actions/pom.xml b/holmes-actions/pom.xml index e611163..f5c884d 100644 --- a/holmes-actions/pom.xml +++ b/holmes-actions/pom.xml @@ -12,7 +12,7 @@ <parent>
<groupId>org.onap.holmes.common</groupId>
<artifactId>holmes-common-parent</artifactId>
- <version>1.4.1-SNAPSHOT</version>
+ <version>1.4.2-SNAPSHOT</version>
</parent>
<name>holmes-common-service</name>
|