diff options
author | Patrick Brady <pb071s@att.com> | 2017-11-09 11:53:06 -0800 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2017-11-10 10:38:51 -0800 |
commit | ea8c76cca7dbc83aff1c73d1b7bf4b00597e42ae (patch) | |
tree | f9b11906534c5667468db00e8b260962a099d978 /installation | |
parent | c0101f1b7e98bd39d3b6ba16b7baacb57a4b0e8d (diff) |
Changing to Amsterdam release version
Appc will be realeased as version 1.2.0 since version
1.1.0 already was created spring 2017.
Also changing ccsdk version to their released version.
Change-Id: I5e9864f8d506812ceab3b4b81a53be37c578a86e
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-id: APPC-314
Diffstat (limited to 'installation')
-rw-r--r-- | installation/appc/pom.xml | 4 | ||||
-rw-r--r-- | installation/appc/src/main/docker/Dockerfile | 2 | ||||
-rw-r--r-- | installation/pom.xml | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/installation/appc/pom.xml b/installation/appc/pom.xml index 7ed693c..1b7651c 100644 --- a/installation/appc/pom.xml +++ b/installation/appc/pom.xml @@ -5,14 +5,14 @@ <parent> <groupId>org.openecomp.appc.deployment</groupId> <artifactId>installation</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging> <groupId>org.openecomp.appc.deployment</groupId> <artifactId>installation-appc</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <name>Installation - APPC Docker</name> <description>Creates APPC Docker container on top of the SDNC Base Docker Image</description> diff --git a/installation/appc/src/main/docker/Dockerfile b/installation/appc/src/main/docker/Dockerfile index 195ec4c..318145e 100644 --- a/installation/appc/src/main/docker/Dockerfile +++ b/installation/appc/src/main/docker/Dockerfile @@ -1,5 +1,5 @@ # Base ubuntu with added packages needed for ONAP -FROM onap/ccsdk-odlsli-image:0.1-STAGING-latest +FROM onap/ccsdk-odlsli-image:0.1.0 MAINTAINER APP-C Team (appc@lists.openecomp.org) # Set the Env. Variable in the container to add the APPC CONFIG DIR (the SDNC_CONFIG_DIR is inherited from SDNC Image) diff --git a/installation/pom.xml b/installation/pom.xml index ad124c3..213416e 100644 --- a/installation/pom.xml +++ b/installation/pom.xml @@ -5,14 +5,14 @@ <parent> <groupId>org.openecomp.appc.deployment</groupId> <artifactId>appc-docker-project</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging> <groupId>org.openecomp.appc.deployment</groupId> <artifactId>installation</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <name>Installation</name> <description>Installs APP-C on local file system</description> |