diff options
author | GuangrongFu <fu.guangrong@zte.com.cn> | 2022-03-15 20:16:58 +0800 |
---|---|---|
committer | GuangrongFu <fu.guangrong@zte.com.cn> | 2022-03-15 20:21:36 +0800 |
commit | 8c5da34af36d79d6210e0ac6708079ada670b1e8 (patch) | |
tree | a14dd9673150afc707c30eb9e31f49e9b7bf70a5 /holmes-actions/pom.xml | |
parent | 9980653129155973f31e599d7789aae9c65828c9 (diff) |
bugfix - catch runtime exceptions during MSB reg
Issue-ID: HOLMES-512
Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
Change-Id: I0e6862f0a73f4408cd62c329ade037b639552c05
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 b44e021..1000189 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.3.9-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<name>holmes-common-service</name>
|