aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStanislav Vishnevetskiy <shlomo-stanisla.vishnevetskiy@amdocs.com>2018-10-25 18:36:50 +0300
committerStanislav Vishnevetskiy <shlomo-stanisla.vishnevetskiy@amdocs.com>2018-10-25 18:39:52 +0300
commited8d3bede945e842a2716802272bdf9b24997e27 (patch)
tree6d32c5ac0e61ce9e1629f95795f2fdaa881596d0
parente2d838479c127ec94235c44881c055c319779c52 (diff)
health check fix1.3.1
Issue-ID: SDC-1869 Change-Id: I70afde1011421313abaf142729460b12d8882db9 Signed-off-by: Stanislav Vishnevetskiy <shlomo-stanisla.vishnevetskiy@amdocs.com>
-rw-r--r--workflow-designer-ui/src/main/frontend/external-resources/ping/ping4
1 files changed, 2 insertions, 2 deletions
diff --git a/workflow-designer-ui/src/main/frontend/external-resources/ping/ping b/workflow-designer-ui/src/main/frontend/external-resources/ping/ping
index 54ed8e57..1829c212 100644
--- a/workflow-designer-ui/src/main/frontend/external-resources/ping/ping
+++ b/workflow-designer-ui/src/main/frontend/external-resources/ping/ping
@@ -1,10 +1,10 @@
{
- "workflowVersion": "1.3.1",
+ "workflowVersion": "${version}",
"componentsInfo": [
{
"healthCheckComponent": "FE",
"healthCheckStatus": "UP",
- "version": "1.3.1",
+ "version": "${version}",
"description": "OK"
}
]