From b51b37814c211197905dc88669ea930fa61b2f5d Mon Sep 17 00:00:00 2001 From: yangyan Date: Sun, 26 Aug 2018 23:07:17 +0800 Subject: change version of lcm Change-Id: I102b832e68d3eddb338296ca7280ec0894e5d83f Issue-ID: VFC-1075 Signed-off-by: yangyan --- pom.xml | 4 ++-- version.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 3ffce910..bbae0ddb 100644 --- a/pom.xml +++ b/pom.xml @@ -18,12 +18,12 @@ org.onap.oparent oparent - 1.1.0 + 1.2.0 4.0.0 org.onap.vfc.nfvo.lcm vfc-nfvo-lcm - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT pom vfc-nfvo-lcm vfc nfvo lcm diff --git a/version.properties b/version.properties index 7f86aa15..faf06bbb 100644 --- a/version.properties +++ b/version.properties @@ -3,7 +3,7 @@ # because they are used in Jenkins, whose plug-in doesn't support major=1 -minor=1 +minor=2 patch=0 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg