update version to 1.0.3 44/88444/1
authoryangyan <yangyanyj@chinamobile.com>
Fri, 24 May 2019 07:58:14 +0000 (15:58 +0800)
committeryangyan <yangyanyj@chinamobile.com>
Fri, 24 May 2019 07:58:27 +0000 (15:58 +0800)
Change-Id: Ia500896c78e05b8ece207df4fad46be11be54fa0
Issue-ID: VFC-1394
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
docker/build_image.sh
pom.xml
version.properties

index 597cbe1..c0164fd 100755 (executable)
@@ -6,7 +6,7 @@ cd ${DOCKER_BUILD_DIR}
 
 BUILD_ARGS="--no-cache"
 ORG="onap"
-VERSION="1.0.2"
+VERSION="1.0.3"
 PROJECT="modeling"
 IMAGE="genericparser"
 DOCKER_REPOSITORY="nexus3.onap.org:10003"
diff --git a/pom.xml b/pom.xml
index 174dfb3..8d1b77f 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.onap.modeling.genericparser</groupId>
     <artifactId>modeling-genericparser</artifactId>
-    <version>1.0.2-SNAPSHOT</version>
+    <version>1.0.3-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>modeling-genericparser</name>
     <description>modeling genericparser</description>
index 8e8eb0b..d5c705d 100644 (file)
@@ -18,7 +18,7 @@
 
 major=1
 minor=0
-patch=2
+patch=3
 
 base_version=${major}.${minor}.${patch}