Merge "[SDC] Add proper FE healthcheck for OnBoard"
authorMichael Lando <ml636r@att.com>
Sun, 30 Jul 2017 12:34:36 +0000 (12:34 +0000)
committerGerrit Code Review <gerrit@onap.org>
Sun, 30 Jul 2017 12:34:36 +0000 (12:34 +0000)
openecomp-ui/external-resources/healthcheck/v1.0/healthcheck.json [moved from openecomp-ui/external-resources/healthcheck/v1.0/healthcheck with 67% similarity]

@@ -1,10 +1,10 @@
 {
-  "sdcVersion": "1.0-SNAPSHOT",
+  "sdcVersion": "{VERSION}",
   "componentsInfo": [
     {
       "healthCheckComponent": "FE",
       "healthCheckStatus": "UP",
-      "version": "1.0-SNAPSHOT",
+      "version": "{VERSION}",
       "description": "OK"
     }
   ]