Update version from 1.2.0 to 1.2.1 50/72050/1
authorfujinhua <fu.jinhua@zte.com.cn>
Wed, 7 Nov 2018 09:36:52 +0000 (17:36 +0800)
committerfujinhua <fu.jinhua@zte.com.cn>
Wed, 7 Nov 2018 09:36:52 +0000 (17:36 +0800)
Change-Id: If94752bfd7d67e8a8ceb8eb51baca207b48e4c97
Issue-ID: VFC-1163
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
lcm/docker/Dockerfile
lcm/docker/build_image.sh
lcm/pom.xml
version.properties

index 49a0ef9..cf1e084 100755 (executable)
@@ -28,7 +28,7 @@ ADD . /service
 WORKDIR /service
 
 # get binary zip from nexus
-RUN wget -q -O vfc-gvnfm-vnflcm-lcm.zip 'https://nexus.onap.org/service/local/artifact/maven/redirect?r=staging&g=org.onap.vfc.gvnfm.vnflcm.lcm&a=vfc-gvnfm-vnflcm-lcm&v=LATEST&e=zip' && \
+RUN wget -q -O vfc-gvnfm-vnflcm-lcm.zip 'https://nexus.onap.org/service/local/artifact/maven/redirect?r=snapshots&g=org.onap.vfc.gvnfm.vnflcm.lcm&a=vfc-gvnfm-vnflcm-lcm&v=LATEST&e=zip' && \
     unzip vfc-gvnfm-vnflcm-lcm.zip && \
     rm -rf vfc-gvnfm-vnflcm-lcm.zip
 
index 975f72f..d05c3d8 100755 (executable)
@@ -6,7 +6,7 @@ cd ${DOCKER_BUILD_DIR}
 
 BUILD_ARGS="--no-cache"
 ORG="onap"
-VERSION="1.2.0"
+VERSION="1.2.1"
 PROJECT="vfc"
 IMAGE="vnflcm"
 DOCKER_REPOSITORY="nexus3.onap.org:10003"
index e672fb8..169db74 100644 (file)
@@ -23,7 +23,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.onap.vfc.gvnfm.vnflcm.lcm</groupId>
     <artifactId>vfc-gvnfm-vnflcm-lcm</artifactId>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>1.2.1-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>vfc-gvnfm-vnflcm-lcm</name>
     <properties>
index 2cddbb0..502454f 100644 (file)
@@ -19,7 +19,7 @@
 
 major=1
 minor=2
-patch=0
+patch=1
 
 base_version=${major}.${minor}.${patch}