diff options
author | Jimmy Forsyth <jf2512@att.com> | 2020-03-10 13:20:31 -0400 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2020-03-10 13:20:33 -0400 |
commit | a68d99d964ebdffffc50c069a918325d197f17e5 (patch) | |
tree | e8c0b1028c60fdb985a55470e9a2967b0330fd1b /pom.xml | |
parent | fe9dbd1efa0346d18287e159c970277932f32a10 (diff) |
Use 1.6.10 of aai-common
Issue-ID: AAI-2831
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: Ib84d14f9ae94cc2e737e25dff69f0710da7d7edb
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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> |