diff options
author | Maharajh, Robby (rx2202) <rx2202@us.att.com> | 2020-09-17 01:44:12 -0400 |
---|---|---|
committer | Maharajh, Robby (rx2202) <rx2202@us.att.com> | 2020-09-17 01:55:04 -0400 |
commit | 3d780ec8e551e797ff6eff80abaea8ca9bf478bd (patch) | |
tree | c455d4cdb2a87c64a4e0745177c9733c64ab1e93 /pom.xml | |
parent | f5af91a6d58108d3380c5a2d68f5189e33ee72b6 (diff) |
Update to use aai-common 1.7.2 and use common aaf auth
Issue-ID: AAI-3128
Change-Id: Iae516212cce319f4aad48a833c76499d8041903d
Signed-off-by: Maharajh, Robby (rx2202) <rx2202@us.att.com>
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.7.1</version> + <version>1.7.2</version> </parent> <groupId>org.onap.aai.resources</groupId> <artifactId>resources</artifactId> - <version>1.7.1-SNAPSHOT</version> + <version>1.7.2-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.7.1</aai.common.version> + <aai.common.version>1.7.2</aai.common.version> <aai.schema.service.version>1.7.9</aai.schema.service.version> </properties> <build> |