aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Deployment.md
diff options
context:
space:
mode:
authorMichael Hwang <mhwang@research.att.com>2017-05-09 09:52:15 -0400
committerVijay Venkatesh Kumar <vv770d@att.com>2017-05-10 20:23:54 +0000
commit03b4fd0a6e6bc0ce88b8904cfa01869b74a2f210 (patch)
tree8d76a527ed86807658a879df6153c6c6e73ba971 /docs/Deployment.md
parent473bcb6c7dea189d9481f894b82358f6ec93629b (diff)
[DCAE-16] Merge changes from internal AT&T 1707
Non-functional changes like licensing, pom consolidation, filtering of keywords. Functional changes include support for integration with asdc which caused an API breaking change. Change-Id: I5a52d968c6403a7d35c4bbf49f7ddf7a5ba4428e Signed-off-by: Michael Hwang <mhwang@research.att.com>
Diffstat (limited to 'docs/Deployment.md')
-rw-r--r--docs/Deployment.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Deployment.md b/docs/Deployment.md
index 762af85..ff3974f 100644
--- a/docs/Deployment.md
+++ b/docs/Deployment.md
@@ -35,5 +35,5 @@ In order for HTTPS to be enabled for DCAE Inventory, an HTTPS `applicationConnec
The DCAE Inventory has been developed and tested using Java 8. Here is a sample run command:
```
-java -jar dcae-inventory-1.0.0.jar server /opt/config.yml
+java -jar dcae-inventory-2.3.1.jar server /opt/config.yml
```