summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuangrongFu <fu.guangrong@zte.com.cn>2019-02-20 09:38:59 +0800
committerGuangrongFu <fu.guangrong@zte.com.cn>2019-02-20 10:16:05 +0800
commit76e5d677724b13160bb3360b734239192b7be20e (patch)
tree0392cabe1cf41b9a6116ffaa01aff4d1297d196b
parent4f48419205730ecc3e34d93efc99cd76b81f9a59 (diff)
Updated oparent to 1.2.2
Change-Id: I5fc8d421949af915e547bc66fd039d1e5fd4febe Issue-ID: HOLMES-200 Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
-rw-r--r--holmes-actions/src/main/java/org/onap/holmes/common/config/MicroServiceConfig.java2
-rw-r--r--pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/holmes-actions/src/main/java/org/onap/holmes/common/config/MicroServiceConfig.java b/holmes-actions/src/main/java/org/onap/holmes/common/config/MicroServiceConfig.java
index f0cad0e..3d94325 100644
--- a/holmes-actions/src/main/java/org/onap/holmes/common/config/MicroServiceConfig.java
+++ b/holmes-actions/src/main/java/org/onap/holmes/common/config/MicroServiceConfig.java
@@ -98,7 +98,7 @@ public class MicroServiceConfig {
}
public static String getAaiAddr() {
- return AlarmConst.HTTPS + AAI_HOSTNAME;
+ return AlarmConst.HTTPS + AAI_HOSTNAME + ":8443";
}
public static String[] getMsbIpAndPort() {
diff --git a/pom.xml b/pom.xml
index 1fdad91..c7cb10c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -13,7 +13,7 @@
<parent>
<groupId>org.onap.oparent</groupId>
<artifactId>oparent</artifactId>
- <version>1.2.0</version>
+ <version>1.2.2</version>
</parent>
<groupId>org.onap.holmes.common</groupId>