Updated oparent to 1.2.2 95/78795/2
authorGuangrongFu <fu.guangrong@zte.com.cn>
Wed, 20 Feb 2019 01:38:59 +0000 (09:38 +0800)
committerGuangrongFu <fu.guangrong@zte.com.cn>
Wed, 20 Feb 2019 02:16:05 +0000 (10:16 +0800)
Change-Id: I5fc8d421949af915e547bc66fd039d1e5fd4febe
Issue-ID: HOLMES-200
Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
holmes-actions/src/main/java/org/onap/holmes/common/config/MicroServiceConfig.java
pom.xml

index f0cad0e..3d94325 100644 (file)
@@ -98,7 +98,7 @@ public class MicroServiceConfig {
     }\r
 \r
     public static String getAaiAddr() {\r
-        return AlarmConst.HTTPS + AAI_HOSTNAME;\r
+        return AlarmConst.HTTPS + AAI_HOSTNAME + ":8443";\r
     }\r
 \r
     public static String[] getMsbIpAndPort() {\r
diff --git a/pom.xml b/pom.xml
index 1fdad91..c7cb10c 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -13,7 +13,7 @@
     <parent>\r
         <groupId>org.onap.oparent</groupId>\r
         <artifactId>oparent</artifactId>\r
-        <version>1.2.0</version>\r
+        <version>1.2.2</version>\r
     </parent>\r
 \r
     <groupId>org.onap.holmes.common</groupId>\r