aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2020-03-18 12:41:47 -0400
committerJimmy Forsyth <jf2512@att.com>2020-03-18 12:41:54 -0400
commitebfe8ca453cfd9da2a8ed126cbd55b2fe5cf5166 (patch)
tree013a96cc2781def9283bec5bf482407eba949b98
parentff115760b12d3f77ea13bacd4fadc8a72beab560 (diff)
Use aai-parent:1.6.10
Issue-ID: AAI-2835 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: I663dd3befd0487f9d94463fec853e47aa4297ac6
-rw-r--r--pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index a6b8f12..db316f4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
<parent>
<groupId>org.onap.aai.aai-common</groupId>
<artifactId>aai-parent</artifactId>
- <version>1.6.5</version>
+ <version>1.6.10</version>
</parent>
<groupId>org.onap.aai.event-client</groupId>
@@ -39,6 +39,7 @@
<packaging>pom</packaging>
<properties>
+ <aai.common.version>1.6.10</aai.common.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>