diff options
author | GuangrongFu <fu.guangrong@zte.com.cn> | 2020-10-23 12:30:18 +0800 |
---|---|---|
committer | GuangrongFu <fu.guangrong@zte.com.cn> | 2020-10-23 12:30:18 +0800 |
commit | 3313e006a487f0debeae810d46933e6c17967ace (patch) | |
tree | 2e9410555cf01dc88d784b4d51fa525dae090893 /pom.xml | |
parent | f6485f9b87e151e44a766890cba485225530c015 (diff) |
Register Holmes to MSB Using Ordinary HTTPS Request
Change-Id: Ie70c719c1ec655d20d1c92265a8d9b0cf81c5696
Issue-ID: HOLMES-368
Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -26,7 +26,7 @@ <groupId>org.onap.holmes.engine-management</groupId> <artifactId>holmes-engine-parent</artifactId> - <version>1.2.8-SNAPSHOT</version> + <version>1.2.9-SNAPSHOT</version> <packaging>pom</packaging> <name>holmes-engine-management</name> <modules> @@ -164,7 +164,7 @@ <dependency> <groupId>org.onap.holmes.common</groupId> <artifactId>holmes-actions</artifactId> - <version>1.3.1</version> + <version>1.3.2</version> <exclusions> <exclusion> <groupId>io.dropwizard</groupId> |