aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2020-04-07 10:06:42 -0400
committerJimmy Forsyth <jf2512@att.com>2020-04-07 10:06:45 -0400
commit41f8211bbe9776cfba26e6038af9081b157eafb6 (patch)
tree6adbd470f5b64c68f7ac8f62c3613453941562b2
parent6cf92b37f5253df15289318e86e5c85295499643 (diff)
Upversion to 1.6.86.0.0-ONAPfrankfurt
Issue-ID: AAI-2850 Change-Id: I8c605f318700b34ff853c4dff5bbf85aae315afb Signed-off-by: Jimmy Forsyth <jf2512@att.com>
-rw-r--r--aai-resources/pom.xml2
-rw-r--r--pom.xml2
-rw-r--r--version.properties2
3 files changed, 3 insertions, 3 deletions
diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml
index ff772c1..73ba72a 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.7-SNAPSHOT</version>
+ <version>1.6.8-SNAPSHOT</version>
</parent>
<properties>
<java.version>1.8</java.version>
diff --git a/pom.xml b/pom.xml
index d2c4d6b..ddd6fb5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
</parent>
<groupId>org.onap.aai.resources</groupId>
<artifactId>resources</artifactId>
- <version>1.6.7-SNAPSHOT</version>
+ <version>1.6.8-SNAPSHOT</version>
<name>aai-resources</name>
<packaging>pom</packaging>
<modules>
diff --git a/version.properties b/version.properties
index 95d9acb..f7e7893 100644
--- a/version.properties
+++ b/version.properties
@@ -5,7 +5,7 @@
major_version=1
minor_version=6
-patch_version=7
+patch_version=8
base_version=${major_version}.${minor_version}.${patch_version}