aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2020-04-08 12:22:44 -0400
committerJimmy Forsyth <jf2512@att.com>2020-04-08 12:22:46 -0400
commit5cf32ed7941231f55819a6f5e39e7f674d174009 (patch)
treee3d5dbc0fa3ea1eb5998bbac560b37c0dd33e8d2
parent1117f12f0f42f1f615f08657f3ceb5f5a12681c5 (diff)
Upversion to 1.7.0
Issue-ID: AAI-2860 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: Iceda88fa4d5e2f89f4e873df0124cd1748105c10
-rw-r--r--aai-traversal/pom.xml2
-rw-r--r--pom.xml2
-rw-r--r--version.properties4
3 files changed, 4 insertions, 4 deletions
diff --git a/aai-traversal/pom.xml b/aai-traversal/pom.xml
index 59815d5..2d85bbb 100644
--- a/aai-traversal/pom.xml
+++ b/aai-traversal/pom.xml
@@ -28,7 +28,7 @@
<parent>
<groupId>org.onap.aai.traversal</groupId>
<artifactId>traversal</artifactId>
- <version>1.6.4-SNAPSHOT</version>
+ <version>1.7.0-SNAPSHOT</version>
</parent>
<groupId>org.onap.aai.traversal</groupId>
<artifactId>aai-traversal</artifactId>
diff --git a/pom.xml b/pom.xml
index 46448ee..c1bcbd2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
</parent>
<groupId>org.onap.aai.traversal</groupId>
<artifactId>traversal</artifactId>
- <version>1.6.4-SNAPSHOT</version>
+ <version>1.7.0-SNAPSHOT</version>
<name>aai-traversal</name>
<packaging>pom</packaging>
<modules>
diff --git a/version.properties b/version.properties
index fc0709c..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=4
+minor_version=7
+patch_version=0
base_version=${major_version}.${minor_version}.${patch_version}