summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHePeng <he.peng6@zte.com.cn>2020-04-14 10:13:24 +0800
committerHePeng <he.peng6@zte.com.cn>2020-04-14 10:13:43 +0800
commit8e784ca1111f2dc28b38c85a4d31d34bbd530ca0 (patch)
tree1aba77de9e50a0d81e684ddb5811c0500ed6abd2
parentc54138edc1b392ed89f147270ad680014f0dd2d6 (diff)
Upversion ESR GUI to V1.7.0
Issue-ID: AAI-2860 Change-Id: I8ee5ac7a3e2d4e1be6bfb3c5db161b1b5d5702b9 Signed-off-by: HePeng <he.peng6@zte.com.cn>
-rw-r--r--common/pom.xml2
-rw-r--r--distribution/pom.xml2
-rw-r--r--httpserver/pom.xml2
-rw-r--r--integration/pom.xml2
-rw-r--r--pom.xml2
-rw-r--r--portal/pom.xml2
-rw-r--r--version.properties2
7 files changed, 7 insertions, 7 deletions
diff --git a/common/pom.xml b/common/pom.xml
index b044991..3a497ed 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.5.0-SNAPSHOT</version>
+ <version>1.7.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/distribution/pom.xml b/distribution/pom.xml
index fef7639..9cae3e0 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.5.0-SNAPSHOT</version>
+ <version>1.7.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/httpserver/pom.xml b/httpserver/pom.xml
index 9573bdc..cf074e3 100644
--- a/httpserver/pom.xml
+++ b/httpserver/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.onap.aai.esr-gui</groupId>
<artifactId>aai-esr-gui</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.7.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/integration/pom.xml b/integration/pom.xml
index bc8e538..d95f24f 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.5.0-SNAPSHOT</version>
+ <version>1.7.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/pom.xml b/pom.xml
index 2059830..2a9a575 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.5.0-SNAPSHOT</version>
+ <version>1.7.0-SNAPSHOT</version>
<name>aai-esr-gui</name>
<modules>
diff --git a/portal/pom.xml b/portal/pom.xml
index 3cdf881..1ad49bf 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.5.0-SNAPSHOT</version>
+ <version>1.7.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>portal</artifactId>
diff --git a/version.properties b/version.properties
index cbb6b90..3e3b05d 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=5
+minor=7
patch=0
base_version=${major}.${minor}.${patch}