diff options
author | Conor Ward <conor.ward@ericsson.com> | 2018-10-10 14:03:43 +0000 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-10-10 14:17:06 +0000 |
commit | 6b60cc582e0145a3edb41629120cc960af8cb138 (patch) | |
tree | 5c1fa628bfb5962dfe1f43641a18ff608e0858f1 /version-manifest/src | |
parent | 6489a21e6ab524eadd3cb8d506063745d4672897 (diff) |
Update Mainfests to reflect new OOM Version
Change-Id: I97a579d1ef2400bcfbf8dec34a62e236364d8493
Signed-off-by: Conor Ward <conor.ward@ericsson.com>
Issue-ID: DMAAP-170
Diffstat (limited to 'version-manifest/src')
-rw-r--r-- | version-manifest/src/main/resources/docker-manifest.csv | 2 | ||||
-rw-r--r-- | version-manifest/src/main/resources/java-manifest.csv | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/version-manifest/src/main/resources/docker-manifest.csv b/version-manifest/src/main/resources/docker-manifest.csv index b985c23a1..046707956 100644 --- a/version-manifest/src/main/resources/docker-manifest.csv +++ b/version-manifest/src/main/resources/docker-manifest.csv @@ -28,6 +28,8 @@ onap/clamp,2.0.2 onap/cli,2.0.2 onap/data-router,1.2.2 onap/dmaap/buscontroller,1.0.12 +onap/dmaap/datarouter-node,1.0.2 +onap/dmaap/datarouter-prov,1.0.2 onap/dmaap/dmaap-mr,1.1.4 onap/externalapi/nbi,3.0.0 onap/gizmo,1.2.1 diff --git a/version-manifest/src/main/resources/java-manifest.csv b/version-manifest/src/main/resources/java-manifest.csv index 304463e17..ebda8c04b 100644 --- a/version-manifest/src/main/resources/java-manifest.csv +++ b/version-manifest/src/main/resources/java-manifest.csv @@ -183,6 +183,8 @@ org.onap.dcaegen2.services,prh,1.0.0 org.onap.dcaegen2.services.prh,prh-aai-client,1.0.0 org.onap.dcaegen2.services.prh,prh-app-server,1.0.0 org.onap.dcaegen2.services.prh,prh-dmaap-client,1.0.0 +org.onap.dmaap.datarouter.datarouter-node,1.0.2 +org.onap.dmaap.datarouter.datarouter-prov,1.0.2 org.onap.dmaap.messagerouter.dmaapclient,dmaapClient,1.0.0 org.onap.dmaap.messagerouter.messageservice,dmaapMR1,1.0.1 org.onap.dmaap.messagerouter.mirroragent,dmaapMMAgent,1.0.0 |