summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHePeng <he.peng6@zte.com.cn>2020-04-14 10:19:51 +0800
committerHePeng <he.peng6@zte.com.cn>2020-04-14 10:20:02 +0800
commit69de12b9599f7ac54ad958a8f982cd22349d9ce3 (patch)
treea50542d083ae7d668e680fff2e393018b1b9fa5a
parent9c4476fcee5490ac20a61beee6ea388c1d0f1808 (diff)
Upversion ESR Server to V1.7.0
Issue-ID: AAI-2860 Change-Id: Iec1c0ed6d0aeeacc20fd6e5555a3d36fdc9db39d Signed-off-by: HePeng <he.peng6@zte.com.cn>
-rw-r--r--esr-mgr/pom.xml2
-rw-r--r--pom.xml3
-rw-r--r--standalone/pom.xml2
-rw-r--r--version.properties4
4 files changed, 5 insertions, 6 deletions
diff --git a/esr-mgr/pom.xml b/esr-mgr/pom.xml
index 699bfea..ee79f08 100644
--- a/esr-mgr/pom.xml
+++ b/esr-mgr/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.onap.aai.esr-server</groupId>
<artifactId>aai-esr-server</artifactId>
- <version>1.5.2-SNAPSHOT</version>
+ <version>1.7.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/pom.xml b/pom.xml
index 01ecb7d..bd3e6e2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,8 +27,7 @@
<groupId>org.onap.aai.esr-server</groupId>
<artifactId>aai-esr-server</artifactId>
<packaging>pom</packaging>
-
- <version>1.5.2-SNAPSHOT</version>
+ <version>1.7.0-SNAPSHOT</version>
<name>aai-esr-server</name>
<modules>
<module>esr-mgr</module>
diff --git a/standalone/pom.xml b/standalone/pom.xml
index 27b05fc..62cdb42 100644
--- a/standalone/pom.xml
+++ b/standalone/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.onap.aai.esr-server</groupId>
<artifactId>aai-esr-server</artifactId>
- <version>1.5.2-SNAPSHOT</version>
+ <version>1.7.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/version.properties b/version.properties
index 6e8e382..3e3b05d 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=5
-patch=2
+minor=7
+patch=0
base_version=${major}.${minor}.${patch}