diff options
-rwxr-xr-x | lcm/docker/build_image.sh | 2 | ||||
-rw-r--r-- | lcm/pom.xml | 4 | ||||
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 4 |
4 files changed, 6 insertions, 6 deletions
diff --git a/lcm/docker/build_image.sh b/lcm/docker/build_image.sh index baea1a1c..79c79f79 100755 --- a/lcm/docker/build_image.sh +++ b/lcm/docker/build_image.sh @@ -6,7 +6,7 @@ cd ${DOCKER_BUILD_DIR} BUILD_ARGS="--no-cache" ORG="onap" -VERSION="1.3.9" +VERSION="1.4.0" PROJECT="vfc" IMAGE="vnflcm" DOCKER_REPOSITORY="nexus3.onap.org:10003" diff --git a/lcm/pom.xml b/lcm/pom.xml index 64c5b9a9..553ee7b6 100644 --- a/lcm/pom.xml +++ b/lcm/pom.xml @@ -18,12 +18,12 @@ <parent> <groupId>org.onap.vfc.gvnfm.vnflcm</groupId> <artifactId>vfc-gvnfm-vnflcm</artifactId> - <version>1.3.9-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.onap.vfc.gvnfm.vnflcm.lcm</groupId> <artifactId>vfc-gvnfm-vnflcm-lcm</artifactId> - <version>1.3.9-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> <packaging>pom</packaging> <name>vfc-gvnfm-vnflcm-lcm</name> <properties> @@ -23,7 +23,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.onap.vfc.gvnfm.vnflcm</groupId> <artifactId>vfc-gvnfm-vnflcm</artifactId> - <version>1.3.9-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> <packaging>pom</packaging> <name>vfc-gvnfm-vnflcm</name> <description>vfc gvnfm vnflcm</description> diff --git a/version.properties b/version.properties index 367b6d09..bfb144c2 100644 --- a/version.properties +++ b/version.properties @@ -18,8 +18,8 @@ # because they are used in Jenkins, whose plug-in doesn't support major=1 -minor=3 -patch=9 +minor=4 +patch=0 base_version=${major}.${minor}.${patch} |