diff options
author | 2018-05-02 10:40:57 -0400 | |
---|---|---|
committer | 2018-05-02 11:53:28 -0400 | |
commit | b1979e4131a07225147c371abac2ab0cc2c3b05d (patch) | |
tree | 582da32915dcb23844f0be5ff09970dd98abfc71 /version-manifest/src/main/resources/docker-manifest.csv | |
parent | 4f8447a10386657ff83118908de686777f5ff061 (diff) |
Fix CCSDK/SDNC versions
Updated docker manifest to use staging version of CCSDK artifacts
(was incorrectly using snapshot versions), and updated java manifest
to reflect latest Beijing released versions.
Change-Id: I6f09d751fe0498717b65f79cc8b272940778edcd
Issue-ID: INT-487
Signed-off-by: Timoney, Daniel (dt5972) <dt5972@att.com>
Diffstat (limited to 'version-manifest/src/main/resources/docker-manifest.csv')
-rw-r--r-- | version-manifest/src/main/resources/docker-manifest.csv | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/version-manifest/src/main/resources/docker-manifest.csv b/version-manifest/src/main/resources/docker-manifest.csv index c7930b181..f61ae806a 100644 --- a/version-manifest/src/main/resources/docker-manifest.csv +++ b/version-manifest/src/main/resources/docker-manifest.csv @@ -6,9 +6,9 @@ onap/aai/esr-gui,1.1.0-SNAPSHOT onap/aai/esr-server,1.1.0-SNAPSHOT onap/admportal-sdnc-image,1.3-STAGING-latest onap/appc-image,1.3.0-SNAPSHOT-latest -onap/ccsdk-dgbuilder-image,0.2.1-SNAPSHOT -onap/ccsdk-odl-image,0.2.1-SNAPSHOT -onap/ccsdk-odlsli-image,0.2.1-SNAPSHOT +onap/ccsdk-dgbuilder-image,0.2-STAGING-latest +onap/ccsdk-odl-image,0.2-STAGING-latest +onap/ccsdk-odlsli-image,0.2-STAGING-latest onap/clamp,2.0-STAGING-latest onap/cli,2.0-STAGING-latest onap/data-router,1.2-STAGING-latest @@ -56,6 +56,7 @@ onap/sdc-frontend,1.2-STAGING-latest onap/sdc-kibana,1.2-STAGING-latest onap/sdc-sanity,1.2-STAGING-latest onap/sdc/sdc-workflow-designer,1.1.0-SNAPSHOT-STAGING-latest +onap/sdnc-ansible-server-image,1.3-STAGING-latest onap/sdnc-dmaap-listener-image,1.3-STAGING-latest onap/sdnc-image,1.3-STAGING-latest onap/sdnc-ueb-listener-image,1.3-STAGING-latest |