aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorForsyth, James (jf2512) <jf2512@att.com>2020-01-17 16:10:59 -0500
committerForsyth, James (jf2512) <jf2512@att.com>2020-01-17 16:11:02 -0500
commit4cfe4c77090595b9e4b5bfbaecafb7e427660600 (patch)
treed22513180cd02280492a90a61c7a7e9ce446908d
parent4568efa80c9832362ccd061a2ea6e1877a8d96e2 (diff)
Upversion to 1.6.1
Issue-ID: AAI-2756 Signed-off-by: Forsyth, James (jf2512) <jf2512@att.com> Change-Id: I0cb3a5b401776027d586e3a493649f9201e909d3
-rwxr-xr-xpom.xml2
-rw-r--r--version.properties2
2 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index bf6da60..50e802d 100755
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
</parent>
<groupId>org.onap.aai.graphadmin</groupId>
<artifactId>aai-graphadmin</artifactId>
- <version>1.6.0-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
<properties>
diff --git a/version.properties b/version.properties
index 4814eb2..e4b73c7 100644
--- a/version.properties
+++ b/version.properties
@@ -4,7 +4,7 @@
# because they are used in Jenkins, whose plug-in doesn't support
major_version=1
-minor_version=5
+minor_version=6
patch_version=1
base_version=${major_version}.${minor_version}.${patch_version}