summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHuang Haibin <haibin.huang@intel.com>2018-10-16 10:58:01 +0800
committerHuang Haibin <haibin.huang@intel.com>2018-10-16 10:58:01 +0800
commit73a0ea2582d28dafc07997165fe323e5cbeead20 (patch)
tree5aa6b2245347825c3e18b7e232db1127daf5730c
parent4ae8aa7ee2389fcbe48046e85860eec659d428bc (diff)
Update multicloud openstack release version
Change-Id: I7c1f58971008ae65dd06f48e7dc3332cb1ea3e2d Issue-ID: MULTICLOUD-379 Signed-off-by: Huang Haibin <haibin.huang@intel.com>
-rw-r--r--newton/docker/build_image.sh4
-rw-r--r--newton/pom.xml2
-rwxr-xr-xocata/docker/build_image.sh4
-rw-r--r--ocata/pom.xml2
-rwxr-xr-xpike/docker/build_image.sh4
-rw-r--r--pike/pom.xml2
-rw-r--r--pom.xml2
-rw-r--r--version.properties2
-rw-r--r--windriver/docker/build_image.sh6
-rw-r--r--windriver/pom.xml2
10 files changed, 15 insertions, 15 deletions
diff --git a/newton/docker/build_image.sh b/newton/docker/build_image.sh
index d9dce133..a563c0e7 100644
--- a/newton/docker/build_image.sh
+++ b/newton/docker/build_image.sh
@@ -6,8 +6,8 @@ cd ${DOCKER_BUILD_DIR}
BUILD_ARGS="--no-cache"
ORG="onap"
-VERSION="1.2.0-SNAPSHOT"
-STAGING="1.2.0-STAGING"
+VERSION="1.2.1-SNAPSHOT"
+STAGING="1.2.1-STAGING"
PROJECT="multicloud"
IMAGE="openstack-newton"
DOCKER_REPOSITORY="nexus3.onap.org:10003"
diff --git a/newton/pom.xml b/newton/pom.xml
index 690069c1..162be1be 100644
--- a/newton/pom.xml
+++ b/newton/pom.xml
@@ -24,7 +24,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.multicloud.openstack</groupId>
<artifactId>multicloud-openstack-newton</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.2.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>multicloud-openstack-newton</name>
<description>multicloud for openstack newton</description>
diff --git a/ocata/docker/build_image.sh b/ocata/docker/build_image.sh
index 980dffc7..68f4e8a6 100755
--- a/ocata/docker/build_image.sh
+++ b/ocata/docker/build_image.sh
@@ -5,8 +5,8 @@ echo "DOCKER_BUILD_DIR=${DOCKER_BUILD_DIR}"
cd ${DOCKER_BUILD_DIR}
BUILD_ARGS="--no-cache"
-VERSION="1.2.0-SNAPSHOT"
-STAGING="1.2.0-STAGING"
+VERSION="1.2.1-SNAPSHOT"
+STAGING="1.2.1-STAGING"
OS_VERSION="ocata"
IMAGE_NAME="nexus3.onap.org:10003/onap/multicloud/openstack-${OS_VERSION}"
diff --git a/ocata/pom.xml b/ocata/pom.xml
index 88052ebf..be28b5e8 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.2.0-SNAPSHOT</version>
+ <version>1.2.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>multicloud-openstack-ocata</name>
<description>multicloud for openstack ocata</description>
diff --git a/pike/docker/build_image.sh b/pike/docker/build_image.sh
index 83340be5..6b77447c 100755
--- a/pike/docker/build_image.sh
+++ b/pike/docker/build_image.sh
@@ -5,8 +5,8 @@ echo "DOCKER_BUILD_DIR=${DOCKER_BUILD_DIR}"
cd ${DOCKER_BUILD_DIR}
BUILD_ARGS="--no-cache"
-VERSION="1.2.0-SNAPSHOT"
-STAGING="1.2.0-STAGING"
+VERSION="1.2.1-SNAPSHOT"
+STAGING="1.2.1-STAGING"
OS_VERSION="pike"
IMAGE_NAME="nexus3.onap.org:10003/onap/multicloud/openstack-${OS_VERSION}"
diff --git a/pike/pom.xml b/pike/pom.xml
index cd000381..8367a30f 100644
--- a/pike/pom.xml
+++ b/pike/pom.xml
@@ -24,7 +24,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.multicloud.openstack</groupId>
<artifactId>multicloud-openstack-pike</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.2.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>multicloud-openstack-pike</name>
<description>multicloud for openstack pike</description>
diff --git a/pom.xml b/pom.xml
index a5259f34..1ee6e2b2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.multicloud.openstack</groupId>
<artifactId>multicloud-openstack-root</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.2.1-SNAPSHOT</version>
<name>multicloud-openstack</name>
<packaging>pom</packaging>
<description>multicloud openstack</description>
diff --git a/version.properties b/version.properties
index ad28459d..0e1c5995 100644
--- a/version.properties
+++ b/version.properties
@@ -18,7 +18,7 @@
major=1
minor=2
-patch=0
+patch=1
base_version=${major}.${minor}.${patch}
diff --git a/windriver/docker/build_image.sh b/windriver/docker/build_image.sh
index 7c15c735..032062fc 100644
--- a/windriver/docker/build_image.sh
+++ b/windriver/docker/build_image.sh
@@ -6,8 +6,8 @@ cd ${DOCKER_BUILD_DIR}
BUILD_ARGS="--no-cache"
ORG="onap"
-VERSION="1.2.0-SNAPSHOT"
-STAGING="1.2.0-STAGING"
+VERSION="1.2.1-SNAPSHOT"
+STAGING="1.2.1-STAGING"
PROJECT="multicloud"
IMAGE="openstack-windriver"
DOCKER_REPOSITORY="nexus3.onap.org:10003"
@@ -31,4 +31,4 @@ function push_image {
}
build_image
-push_image \ No newline at end of file
+push_image
diff --git a/windriver/pom.xml b/windriver/pom.xml
index 9f7d5542..7c028145 100644
--- a/windriver/pom.xml
+++ b/windriver/pom.xml
@@ -24,7 +24,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.multicloud.openstack</groupId>
<artifactId>multicloud-openstack-windriver</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.2.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>multicloud-openstack-windriver</name>
<description>multicloud for openstack Wind River Titanium Cloud</description>