From 12a890ceed8c6ae96b9c5eafad942a24bb68d50a Mon Sep 17 00:00:00 2001 From: Lvbo163 Date: Mon, 25 Feb 2019 16:46:11 +0800 Subject: Bump pom and version Issue-ID: AAI-2022 Change-Id: Ie0f2c0ace5af77631efddccd2694653d98a6437f Signed-off-by: Lvbo163 --- common/pom.xml | 2 +- distribution/pom.xml | 2 +- integration/pom.xml | 2 +- pom.xml | 2 +- portal/pom.xml | 2 +- version.properties | 4 ++-- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/common/pom.xml b/common/pom.xml index a30b2bc..4917696 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -18,7 +18,7 @@ org.onap.aai.esr-gui aai-esr-gui - 1.2.2-SNAPSHOT + 1.4.0-SNAPSHOT 4.0.0 diff --git a/distribution/pom.xml b/distribution/pom.xml index 2660982..fa61231 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -18,7 +18,7 @@ org.onap.aai.esr-gui aai-esr-gui - 1.2.2-SNAPSHOT + 1.4.0-SNAPSHOT 4.0.0 diff --git a/integration/pom.xml b/integration/pom.xml index 4065836..2df9387 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -18,7 +18,7 @@ org.onap.aai.esr-gui aai-esr-gui - 1.2.2-SNAPSHOT + 1.4.0-SNAPSHOT 4.0.0 diff --git a/pom.xml b/pom.xml index 6365294..dae50b6 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ org.onap.aai.esr-gui aai-esr-gui pom - 1.2.2-SNAPSHOT + 1.4.0-SNAPSHOT aai-esr-gui diff --git a/portal/pom.xml b/portal/pom.xml index da44b17..c993202 100644 --- a/portal/pom.xml +++ b/portal/pom.xml @@ -20,7 +20,7 @@ org.onap.aai.esr-gui aai-esr-gui - 1.2.2-SNAPSHOT + 1.4.0-SNAPSHOT 4.0.0 portal diff --git a/version.properties b/version.properties index 146a672..611dff3 100644 --- a/version.properties +++ b/version.properties @@ -3,8 +3,8 @@ # because they are used in Jenkins, whose plug-in doesn't support major=1 -minor=2 -patch=1 +minor=4 +patch=0 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg