summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLvbo163 <lv.bo163@zte.com.cn>2019-02-25 16:46:11 +0800
committerLvbo163 <lv.bo163@zte.com.cn>2019-02-25 17:01:15 +0800
commit12a890ceed8c6ae96b9c5eafad942a24bb68d50a (patch)
treef241d0c80be936dcd4d6a49791123d3121b96aa3
parent5c75da59801ce3c8e1e7162c5f881d0ed7870ae2 (diff)
Bump pom and version
Issue-ID: AAI-2022 Change-Id: Ie0f2c0ace5af77631efddccd2694653d98a6437f Signed-off-by: Lvbo163 <lv.bo163@zte.com.cn>
-rw-r--r--common/pom.xml2
-rw-r--r--distribution/pom.xml2
-rw-r--r--integration/pom.xml2
-rw-r--r--pom.xml2
-rw-r--r--portal/pom.xml2
-rw-r--r--version.properties4
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 @@
<parent>
<groupId>org.onap.aai.esr-gui</groupId>
<artifactId>aai-esr-gui</artifactId>
- <version>1.2.2-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
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 @@
<parent>
<groupId>org.onap.aai.esr-gui</groupId>
<artifactId>aai-esr-gui</artifactId>
- <version>1.2.2-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
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 @@
<parent>
<groupId>org.onap.aai.esr-gui</groupId>
<artifactId>aai-esr-gui</artifactId>
- <version>1.2.2-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/pom.xml b/pom.xml
index 6365294..dae50b6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
<groupId>org.onap.aai.esr-gui</groupId>
<artifactId>aai-esr-gui</artifactId>
<packaging>pom</packaging>
- <version>1.2.2-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
<name>aai-esr-gui</name>
<modules>
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 @@
<parent>
<groupId>org.onap.aai.esr-gui</groupId>
<artifactId>aai-esr-gui</artifactId>
- <version>1.2.2-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>portal</artifactId>
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}