aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Brady <pb071s@att.com>2017-04-07 08:59:15 -0700
committerPatrick Brady <pb071s@att.com>2017-04-07 09:54:08 -0700
commit4d55ce831cbaf43c149e70a35abf28cf71452351 (patch)
tree031c67ef38fbe4f8fc32963b8c36699955867b0c
parentc024feb9cdec605162c82434ee5a1ede4ead99b3 (diff)
Changing sdnc versions
Changing to sdnc root pom version 1.1 and to sdnc docker image version 1.1-SNAPSHOT in order to support the change to opendaylight Boron. Change-Id: I6cfcc864d816771c8bf66003313b2d5c42a88c38 Signed-off-by: Patrick Brady <pb071s@att.com>
-rw-r--r--installation/appc/src/main/docker/Dockerfile2
-rw-r--r--pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/installation/appc/src/main/docker/Dockerfile b/installation/appc/src/main/docker/Dockerfile
index 33fde7f..fc2ec81 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 open ecomp
-FROM openecomp/sdnc-image:latest
+FROM openecomp/sdnc-image:1.1.0-SNAPSHOT
MAINTAINER APP-C Team (appc@lists.openecomp.org)
# copy openecomp
diff --git a/pom.xml b/pom.xml
index 24f5a98..8613971 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
<parent>
<groupId>org.openecomp.sdnc.core</groupId>
<artifactId>root</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>