aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2020-03-10 13:20:31 -0400
committerJimmy Forsyth <jf2512@att.com>2020-03-10 13:20:33 -0400
commita68d99d964ebdffffc50c069a918325d197f17e5 (patch)
treee8c0b1028c60fdb985a55470e9a2967b0330fd1b
parentfe9dbd1efa0346d18287e159c970277932f32a10 (diff)
Use 1.6.10 of aai-common
Issue-ID: AAI-2831 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: Ib84d14f9ae94cc2e737e25dff69f0710da7d7edb
-rw-r--r--aai-resources/pom.xml2
-rw-r--r--pom.xml6
-rw-r--r--version.properties2
3 files changed, 5 insertions, 5 deletions
diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml
index be06a26..d2de14c 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.5-SNAPSHOT</version>
+ <version>1.6.6-SNAPSHOT</version>
</parent>
<properties>
<java.version>1.8</java.version>
diff --git a/pom.xml b/pom.xml
index 334e2db..0265f8b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,11 +26,11 @@
<parent>
<groupId>org.onap.aai.aai-common</groupId>
<artifactId>aai-parent</artifactId>
- <version>1.6.8</version>
+ <version>1.6.10</version>
</parent>
<groupId>org.onap.aai.resources</groupId>
<artifactId>resources</artifactId>
- <version>1.6.5-SNAPSHOT</version>
+ <version>1.6.6-SNAPSHOT</version>
<name>aai-resources</name>
<packaging>pom</packaging>
<modules>
@@ -48,7 +48,7 @@
<staging.path>/content/repositories/staging/</staging.path>
<!-- GMaven plugin uses this property to figure out the name of the docker tag -->
<aai.project.version>${project.version}</aai.project.version>
- <aai.common.version>1.6.8</aai.common.version>
+ <aai.common.version>1.6.10</aai.common.version>
</properties>
<build>
<pluginManagement>
diff --git a/version.properties b/version.properties
index 716f7d4..16fa561 100644
--- a/version.properties
+++ b/version.properties
@@ -5,7 +5,7 @@
major_version=1
minor_version=6
-patch_version=5
+patch_version=6
base_version=${major_version}.${minor_version}.${patch_version}