diff options
Diffstat (limited to 'ocata')
-rw-r--r-- | ocata/docker/build_image.sh | 4 | ||||
-rw-r--r-- | ocata/pom.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ocata/docker/build_image.sh b/ocata/docker/build_image.sh index e8bfdf2c..c85989d0 100644 --- a/ocata/docker/build_image.sh +++ b/ocata/docker/build_image.sh @@ -6,8 +6,8 @@ cd ${DOCKER_BUILD_DIR} BUILD_ARGS="--no-cache" ORG="onap" -VERSION="1.0.0-SNAPSHOT" -STAGING="1.0.0-STAGING" +VERSION="1.1.2-SNAPSHOT" +STAGING="1.1.2-STAGING" PROJECT="multicloud" IMAGE="openstack-ocata" DOCKER_REPOSITORY="nexus3.onap.org:10003" diff --git a/ocata/pom.xml b/ocata/pom.xml index 29032167..7ef3c588 100644 --- a/ocata/pom.xml +++ b/ocata/pom.xml @@ -24,7 +24,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.onap.multicloud.openstack</groupId> <artifactId>multicloud-openstack-ocata</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.2-SNAPSHOT</version> <packaging>pom</packaging> <name>multicloud/openstack/ocata</name> <description>multicloud for openstack ocata</description> |