diff options
Diffstat (limited to 'fcaps')
-rw-r--r-- | fcaps/docker/build_image.sh | 4 | ||||
-rw-r--r-- | fcaps/pom.xml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/fcaps/docker/build_image.sh b/fcaps/docker/build_image.sh index bb67f462..44f29912 100644 --- a/fcaps/docker/build_image.sh +++ b/fcaps/docker/build_image.sh @@ -6,8 +6,8 @@ cd ${DOCKER_BUILD_DIR} BUILD_ARGS="--no-cache" ORG="onap" -VERSION="1.4.0-SNAPSHOT" -STAGING="1.4.0-STAGING" +VERSION="1.4.1-SNAPSHOT" +STAGING="1.4.1-STAGING" PROJECT="multicloud" IMAGE="openstack-fcaps" DOCKER_REPOSITORY="nexus3.onap.org:10003" diff --git a/fcaps/pom.xml b/fcaps/pom.xml index 91f522e7..d210df6e 100644 --- a/fcaps/pom.xml +++ b/fcaps/pom.xml @@ -18,12 +18,12 @@ <parent> <groupId>org.onap.multicloud.openstack</groupId> <artifactId>multicloud-openstack-root</artifactId> - <version>1.4.0-SNAPSHOT</version> + <version>1.4.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.onap.multicloud.openstack</groupId> <artifactId>multicloud-openstack-fcaps</artifactId> - <version>1.4.0-SNAPSHOT</version> + <version>1.4.1-SNAPSHOT</version> <packaging>pom</packaging> <name>multicloud-openstack-fcaps</name> <description>multicloud for openstack Wind River Titanium Cloud</description> |