diff options
Diffstat (limited to 'multivimbroker')
-rw-r--r-- | multivimbroker/docker/build_image.sh | 6 | ||||
-rw-r--r-- | multivimbroker/pom.xml | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/multivimbroker/docker/build_image.sh b/multivimbroker/docker/build_image.sh index a365a0b..1a2a81c 100644 --- a/multivimbroker/docker/build_image.sh +++ b/multivimbroker/docker/build_image.sh @@ -17,8 +17,8 @@ cd ${DOCKER_BUILD_DIR} BUILD_ARGS="--no-cache" ORG="onap" -VERSION="1.0.0-SNAPSHOT" -STAGING_VERSION="1.0.0-STAGING" +VERSION="1.1.2-SNAPSHOT" +STAGING_VERSION="1.1.2-STAGING" PROJECT="multicloud" IMAGE="framework" DOCKER_REPOSITORY="nexus3.onap.org:10003" @@ -42,4 +42,4 @@ function push_image { } build_image -push_image
\ No newline at end of file +push_image diff --git a/multivimbroker/pom.xml b/multivimbroker/pom.xml index fbd40c0..c05d2a6 100644 --- a/multivimbroker/pom.xml +++ b/multivimbroker/pom.xml @@ -18,12 +18,12 @@ <parent> <groupId>org.onap.multicloud.framework</groupId> <artifactId>multicloud-framework</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.2-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.onap.multicloud.framework.broker</groupId> <artifactId>multicloud-framework-broker</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.2-SNAPSHOT</version> <packaging>pom</packaging> <name>multicloud-framework-broker</name> <description>multivim broker</description> @@ -55,4 +55,4 @@ </plugin> </plugins> </build> -</project>
\ No newline at end of file +</project> |