Bump version to 1.2.2 93/72493/1
authorBin Yang <bin.yang@windriver.com>
Tue, 13 Nov 2018 03:28:24 +0000 (03:28 +0000)
committerBin Yang <bin.yang@windriver.com>
Tue, 13 Nov 2018 03:28:24 +0000 (03:28 +0000)
Change-Id: Ib70c2bff78f5be8d63c2bb2e612c84cf3d97fb27
Issue-ID: MULTICLOUD-402
Signed-off-by: Bin Yang <bin.yang@windriver.com>
14 files changed:
newton/docker/Dockerfile
newton/docker/build_image.sh
newton/pom.xml
ocata/docker/Dockerfile
ocata/docker/build_image.sh
ocata/pom.xml
pike/docker/Dockerfile
pike/docker/build_image.sh
pike/pom.xml
pom.xml
version.properties
windriver/docker/Dockerfile
windriver/docker/build_image.sh
windriver/pom.xml

index 0242273..ac3d212 100644 (file)
@@ -35,7 +35,7 @@ RUN apt-get update && \
     apt-get install -y memcached && \
     apt-get install -y unzip && \
     cd /opt/ && \
-    wget -O multicloud-openstack-newton.zip "https://nexus.onap.org/service/local/artifact/maven/redirect?r=snapshots&g=org.onap.multicloud.openstack&a=multicloud-openstack-newton&e=zip&v=LATEST" && \
+    wget -O multicloud-openstack-newton.zip "https://nexus.onap.org/service/local/artifact/maven/redirect?r=snapshots&g=org.onap.multicloud.openstack&a=multicloud-openstack-newton&e=zip&v=1.2.2-SNAPSHOT" && \
     unzip -q -o -B multicloud-openstack-newton.zip && \
     chmod +x /opt/newton/*.sh && \
     rm -f multicloud-openstack-newton.zip && \
index 2342e0b..6ca7811 100644 (file)
@@ -20,8 +20,8 @@ cd ${DOCKER_BUILD_DIR}
 
 BUILD_ARGS="--no-cache"
 ORG="onap"
-VERSION="1.2.1-SNAPSHOT"
-STAGING="1.2.1-STAGING"
+VERSION="1.2.2-SNAPSHOT"
+STAGING="1.2.2-STAGING"
 PROJECT="multicloud"
 IMAGE="openstack-newton"
 DOCKER_REPOSITORY="nexus3.onap.org:10003"
index 162be1b..ff45304 100644 (file)
@@ -24,7 +24,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.onap.multicloud.openstack</groupId>
     <artifactId>multicloud-openstack-newton</artifactId>
-    <version>1.2.1-SNAPSHOT</version>
+    <version>1.2.2-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>multicloud-openstack-newton</name>
     <description>multicloud for openstack newton</description>
index df99307..b60a353 100644 (file)
@@ -33,7 +33,7 @@ EXPOSE 9006
 
 WORKDIR /opt/ocata
 RUN apt-get update && apt-get install -y memcached unzip rabbitmq-server
-RUN wget -O /opt/multicloud-openstack-ocata.zip "https://nexus.onap.org/service/local/artifact/maven/redirect?r=snapshots&g=org.onap.multicloud.openstack&a=multicloud-openstack-ocata&e=zip&v=LATEST" && \
+RUN wget -O /opt/multicloud-openstack-ocata.zip "https://nexus.onap.org/service/local/artifact/maven/redirect?r=snapshots&g=org.onap.multicloud.openstack&a=multicloud-openstack-ocata&e=zip&v=1.2.2-SNAPSHOT" && \
     unzip -q -o -B /opt/multicloud-openstack-ocata.zip -d /opt/ && \
     rm -f /opt/multicloud-openstack-ocata.zip
 RUN mkdir -p /var/log/onap/multicloud/openstack/ocata/
index 5a1aa77..26108e0 100755 (executable)
@@ -19,8 +19,8 @@ echo "DOCKER_BUILD_DIR=${DOCKER_BUILD_DIR}"
 cd ${DOCKER_BUILD_DIR}
 
 BUILD_ARGS="--no-cache"
-VERSION="1.2.1-SNAPSHOT"
-STAGING="1.2.1-STAGING"
+VERSION="1.2.2-SNAPSHOT"
+STAGING="1.2.2-STAGING"
 OS_VERSION="ocata"
 IMAGE_NAME="nexus3.onap.org:10003/onap/multicloud/openstack-${OS_VERSION}"
 
index be28b5e..0364696 100644 (file)
@@ -24,7 +24,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.onap.multicloud.openstack</groupId>
     <artifactId>multicloud-openstack-ocata</artifactId>
-    <version>1.2.1-SNAPSHOT</version>
+    <version>1.2.2-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>multicloud-openstack-ocata</name>
     <description>multicloud for openstack ocata</description>
index a280bb6..d29e44d 100644 (file)
@@ -33,7 +33,7 @@ EXPOSE 9007
 
 WORKDIR /opt/pike
 RUN apt-get update && apt-get install -y memcached unzip
-RUN wget -O /opt/multicloud-openstack-pike.zip "https://nexus.onap.org/service/local/artifact/maven/redirect?r=snapshots&g=org.onap.multicloud.openstack&a=multicloud-openstack-pike&e=zip&v=LATEST" && \
+RUN wget -O /opt/multicloud-openstack-pike.zip "https://nexus.onap.org/service/local/artifact/maven/redirect?r=snapshots&g=org.onap.multicloud.openstack&a=multicloud-openstack-pike&e=zip&v=1.2.2-SNAPSHOT" && \
     unzip -q -o -B /opt/multicloud-openstack-pike.zip -d /opt/ && \
     rm -f /opt/multicloud-openstack-pike.zip
 RUN mkdir -p /var/log/onap/multicloud/openstack/pike/
index 377a32a..3330089 100755 (executable)
@@ -20,8 +20,8 @@ echo "DOCKER_BUILD_DIR=${DOCKER_BUILD_DIR}"
 cd ${DOCKER_BUILD_DIR}
 
 BUILD_ARGS="--no-cache"
-VERSION="1.2.1-SNAPSHOT"
-STAGING="1.2.1-STAGING"
+VERSION="1.2.2-SNAPSHOT"
+STAGING="1.2.2-STAGING"
 OS_VERSION="pike"
 IMAGE_NAME="nexus3.onap.org:10003/onap/multicloud/openstack-${OS_VERSION}"
 
index 8367a30..3e2083e 100644 (file)
@@ -24,7 +24,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.onap.multicloud.openstack</groupId>
     <artifactId>multicloud-openstack-pike</artifactId>
-    <version>1.2.1-SNAPSHOT</version>
+    <version>1.2.2-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 1ee6e2b..6bfd231 100644 (file)
--- 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.1-SNAPSHOT</version>
+    <version>1.2.2-SNAPSHOT</version>
     <name>multicloud-openstack</name>
     <packaging>pom</packaging>
     <description>multicloud openstack</description>
index 0e1c599..43c6942 100644 (file)
@@ -18,7 +18,7 @@
 
 major=1
 minor=2
-patch=1
+patch=2
 
 base_version=${major}.${minor}.${patch}
 
index 745eba9..e0fb56c 100644 (file)
@@ -22,7 +22,7 @@ RUN apt-get update && \
     apt-get install -y rabbitmq-server && \
     apt-get install -y unzip && \
     cd /opt/ && \
-    wget -O multicloud-openstack-windriver.zip "https://nexus.onap.org/service/local/artifact/maven/redirect?r=snapshots&g=org.onap.multicloud.openstack&a=multicloud-openstack-windriver&e=zip&v=LATEST" && \
+    wget -O multicloud-openstack-windriver.zip "https://nexus.onap.org/service/local/artifact/maven/redirect?r=snapshots&g=org.onap.multicloud.openstack&a=multicloud-openstack-windriver&e=zip&v=1.2.2-SNAPSHOT" && \
     unzip -q -o -B multicloud-openstack-windriver.zip && \
     chmod +x /opt/windriver/*.sh && \
     rm -f multicloud-openstack-windriver.zip && \
index 032062f..06c0bc9 100644 (file)
@@ -6,8 +6,8 @@ cd ${DOCKER_BUILD_DIR}
 
 BUILD_ARGS="--no-cache"
 ORG="onap"
-VERSION="1.2.1-SNAPSHOT"
-STAGING="1.2.1-STAGING"
+VERSION="1.2.2-SNAPSHOT"
+STAGING="1.2.2-STAGING"
 PROJECT="multicloud"
 IMAGE="openstack-windriver"
 DOCKER_REPOSITORY="nexus3.onap.org:10003"
index 7c02814..70edcf7 100644 (file)
@@ -24,7 +24,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.onap.multicloud.openstack</groupId>
     <artifactId>multicloud-openstack-windriver</artifactId>
-    <version>1.2.1-SNAPSHOT</version>
+    <version>1.2.2-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>multicloud-openstack-windriver</name>
     <description>multicloud for openstack Wind River Titanium Cloud</description>