aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2020-04-08 12:03:10 -0400
committerJimmy Forsyth <jf2512@att.com>2020-04-08 12:03:12 -0400
commit39e529b0a7a75f730b3ec1321cb77173aafcad18 (patch)
tree4e9b8e6852b3579df0a94ac7e0264e2976ff653f
parent41f8211bbe9776cfba26e6038af9081b157eafb6 (diff)
Upversion to 1.7.0
Issue-ID: AAI-2860 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: I52c2ef60dc311dda52928f8eb16aca131d598bd2
-rw-r--r--aai-resources/pom.xml2
-rw-r--r--pom.xml2
-rw-r--r--version.properties4
3 files changed, 4 insertions, 4 deletions
diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml
index 73ba72a..d6440b8 100644
--- a/aai-resources/pom.xml
+++ b/aai-resources/pom.xml
@@ -28,7 +28,7 @@
<parent>
<groupId>org.onap.aai.resources</groupId>
<artifactId>resources</artifactId>
- <version>1.6.8-SNAPSHOT</version>
+ <version>1.7.0-SNAPSHOT</version>
</parent>
<properties>
<java.version>1.8</java.version>
diff --git a/pom.xml b/pom.xml
index ddd6fb5..d7d8e32 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
</parent>
<groupId>org.onap.aai.resources</groupId>
<artifactId>resources</artifactId>
- <version>1.6.8-SNAPSHOT</version>
+ <version>1.7.0-SNAPSHOT</version>
<name>aai-resources</name>
<packaging>pom</packaging>
<modules>
diff --git a/version.properties b/version.properties
index f7e7893..85a0227 100644
--- a/version.properties
+++ b/version.properties
@@ -4,8 +4,8 @@
# because they are used in Jenkins, whose plug-in doesn't support
major_version=1
-minor_version=6
-patch_version=8
+minor_version=7
+patch_version=0
base_version=${major_version}.${minor_version}.${patch_version}