diff options
author | GuangrongFu <fu.guangrong@zte.com.cn> | 2022-04-28 11:46:53 +0800 |
---|---|---|
committer | GuangrongFu <fu.guangrong@zte.com.cn> | 2022-04-28 14:50:27 +0800 |
commit | f9d58145927896ee8239d646500c1ad376146ddd (patch) | |
tree | ed203fd9937cc58162f5dd22181e85b492aaa788 /holmes-actions/pom.xml | |
parent | 4573a82249a185aad65dc2b86ce8c5ae71bd43f4 (diff) |
Made the retry interval longer during MSB reg.
Issue-ID: HOLMES-536
Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
Change-Id: Ib1be1e8b8d193a7a4bb6bdb63f55dcbda8bc029c
Diffstat (limited to 'holmes-actions/pom.xml')
-rw-r--r-- | holmes-actions/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/holmes-actions/pom.xml b/holmes-actions/pom.xml index 1000189..e611163 100644 --- a/holmes-actions/pom.xml +++ b/holmes-actions/pom.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?>
-<!-- Copyright 2017-2020 ZTE Corporation. Licensed under the Apache License, Version
+<!-- Copyright 2017-2022 ZTE Corporation. Licensed under the Apache License, Version
2.0 (the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed
@@ -12,7 +12,7 @@ <parent>
<groupId>org.onap.holmes.common</groupId>
<artifactId>holmes-common-parent</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.1-SNAPSHOT</version>
</parent>
<name>holmes-common-service</name>
|