Update VFC version number 43/26543/1
authorluxin <luxin7@huawei.com>
Tue, 19 Dec 2017 12:49:02 +0000 (20:49 +0800)
committerluxin <luxin7@huawei.com>
Tue, 19 Dec 2017 12:49:02 +0000 (20:49 +0800)
Change-Id: I295c2dd348bc24c6aaf5875c93744d9645a4d531
Issue-ID: VFC-624
Signed-off-by: luxin <luxin7@huawei.com>
ResmanagementService/deployment/pom.xml
ResmanagementService/deployment/version.properties [deleted file]
ResmanagementService/docker/Dockerfile
ResmanagementService/docker/build_image.sh
ResmanagementService/pom.xml
ResmanagementService/service/pom.xml
ResmanagementService/service/version.properties [deleted file]
ResmanagementService/version.properties [deleted file]
pom.xml
version.properties

index e569afd..d016711 100644 (file)
     <parent>
         <groupId>org.onap.vfc.nfvo.resmanagement</groupId>
         <artifactId>vfc-nfvo-resmanagement-service-root</artifactId>
-        <version>1.1.1-SNAPSHOT</version>
+        <version>1.0.1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
-    <version>1.1.1-SNAPSHOT</version>
+    <version>1.0.1-SNAPSHOT</version>
     <artifactId>vfc-nfvo-resmanagement-deployment</artifactId>
     <packaging>pom</packaging>
 
diff --git a/ResmanagementService/deployment/version.properties b/ResmanagementService/deployment/version.properties
deleted file mode 100644 (file)
index 0a53751..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-###########################################################\r
-# Versioning variables\r
-# Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... )\r
-# because they are used in Jenkins, whose plug-in doesn't support\r
-\r
-major=1\r
-minor=0\r
-patch=0\r
-\r
-base_version=${major}.${minor}.${patch}\r
-\r
-release_version=${base_version}\r
-snapshot_version=${base_version}-SNAPSHOT
\ No newline at end of file
index b706a59..29c1ac9 100644 (file)
@@ -36,14 +36,12 @@ ENV CATALINA_HOME /service
 # 50-microservice.txt - AUTOGENERATED, DO NOT MODIFY MANUALLY
 
 # Set up microservice
-# https://nexus.onap.org/service/local/artifact/maven/redirect?r=snapshots&g=org.onap.vfc.nfvo.resmanagement&a=vfc-nfvo-resmanagement-deployment&v=LATEST&e=zip
-RUN wget -q -O nfvo-resmanagement-1.0.0-SNAPSHOT.zip "https://nexus.onap.org/service/local/artifact/maven/redirect?r=snapshots&g=org.onap.vfc.nfvo.resmanagement&a=vfc-nfvo-resmanagement-deployment&v=LATEST&e=zip" && unzip -q -o -B nfvo-resmanagement-1.0.0-SNAPSHOT.zip && rm -f nfvo-resmanagement-1.0.0-SNAPSHOT.zip
+
+RUN wget -q -O nfvo-resmanagement.zip "https://nexus.onap.org/service/local/artifact/maven/redirect?r=staging&g=org.onap.vfc.nfvo.resmanagement&a=vfc-nfvo-resmanagement-deployment&v=1.0.1&e=zip" && unzip -q -o -B nfvo-resmanagement.zip && rm -f nfvo-resmanagement.zip
 # Set permissions
 RUN find . -type d -exec chmod o-w {} \;
 RUN find . -name "*.sh" -exec chmod +x {} \;
 EXPOSE 8480
-RUN echo ONAP nfvo-resmanagement 1.0.0-SNAPSHOT "https://nexus.onap.org/service/local/artifact/maven/redirect?r=snapshots&g=org.onap.vfc.nfvo.resmanagement&a=vfc-nfvo-resmanagement-deployment&v=LATEST&e=zip" > OPENO_VERSION
-
 
 # 90-entrypoint.txt
 
index 633d4c1..85ce03a 100644 (file)
@@ -6,7 +6,7 @@ cd ${DOCKER_BUILD_DIR}
 
 BUILD_ARGS="--no-cache"
 ORG="onap"
-VERSION="1.0.0"
+VERSION="1.0.1"
 PROJECT="vfc"
 IMAGE="resmanagement"
 DOCKER_REPOSITORY="nexus3.onap.org:10003"
index f4c1d39..55a6b56 100644 (file)
         <parent>
         <artifactId>vfc-nfvo-resmanagement</artifactId>
         <groupId>org.onap.vfc.nfvo.resmanagement</groupId>
-        <version>1.1.1-SNAPSHOT</version>
+        <version>1.0.1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>vfc-nfvo-resmanagement-service-root</artifactId>
-    <version>1.1.1-SNAPSHOT</version>
+    <version>1.0.1-SNAPSHOT</version>
     <name>vfc/nfvo/resmanagement/ResmanagementService</name>
     <packaging>pom</packaging>
 
index 85eae82..c2f0d2f 100644 (file)
     <parent>
         <groupId>org.onap.vfc.nfvo.resmanagement</groupId>
         <artifactId>vfc-nfvo-resmanagement-service-root</artifactId>
-        <version>1.1.1-SNAPSHOT</version>
+        <version>1.0.1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
     <artifactId>vfc-nfvo-resmanagement-service</artifactId>
-     <version>1.1.1-SNAPSHOT</version>
+     <version>1.0.1-SNAPSHOT</version>
     <name>vfc/nfvo/resmanagement/ResmanagementService/service</name>
     <packaging>war</packaging>
     <dependencies>
diff --git a/ResmanagementService/service/version.properties b/ResmanagementService/service/version.properties
deleted file mode 100644 (file)
index 0a53751..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-###########################################################\r
-# Versioning variables\r
-# Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... )\r
-# because they are used in Jenkins, whose plug-in doesn't support\r
-\r
-major=1\r
-minor=0\r
-patch=0\r
-\r
-base_version=${major}.${minor}.${patch}\r
-\r
-release_version=${base_version}\r
-snapshot_version=${base_version}-SNAPSHOT
\ No newline at end of file
diff --git a/ResmanagementService/version.properties b/ResmanagementService/version.properties
deleted file mode 100644 (file)
index 0a53751..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-###########################################################\r
-# Versioning variables\r
-# Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... )\r
-# because they are used in Jenkins, whose plug-in doesn't support\r
-\r
-major=1\r
-minor=0\r
-patch=0\r
-\r
-base_version=${major}.${minor}.${patch}\r
-\r
-release_version=${base_version}\r
-snapshot_version=${base_version}-SNAPSHOT
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 3b90d28..d1474f1 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.onap.vfc.nfvo.resmanagement</groupId>
     <artifactId>vfc-nfvo-resmanagement</artifactId>
-    <version>1.1.1-SNAPSHOT</version>
+    <version>1.0.1-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>vfc-nfvo-resmanagement</name>
     <description>vfc nfvo resmanagement</description>
index 010a2a5..829bd66 100644 (file)
@@ -4,7 +4,7 @@
 # because they are used in Jenkins, whose plug-in doesn't support\r
 \r
 major=1\r
-minor=1\r
+minor=0\r
 patch=1\r
 \r
 base_version=${major}.${minor}.${patch}\r