summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common/pom.xml2
-rw-r--r--distribution/pom.xml2
-rw-r--r--docs/index.rst1
-rw-r--r--docs/platform/architecture.rst1
-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
9 files changed, 9 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/docs/index.rst b/docs/index.rst
index 1737f44..783fab7 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -1,4 +1,5 @@
.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+.. _master_index:
AAI-esr-server
------------------------------------------------
diff --git a/docs/platform/architecture.rst b/docs/platform/architecture.rst
index cb658ef..13ac75f 100644
--- a/docs/platform/architecture.rst
+++ b/docs/platform/architecture.rst
@@ -1,4 +1,5 @@
.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+.. _architecture:
Architecture
diff --git a/httpserver/pom.xml b/httpserver/pom.xml
index 53b4652..1d73156 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 e8647d0..af0900d 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}