diff options
author | Maharajh, Robby (rx2202) <rx2202@us.att.com> | 2021-02-24 20:05:09 -0500 |
---|---|---|
committer | Maharajh, Robby (rx2202) <rx2202@us.att.com> | 2021-02-24 20:05:22 -0500 |
commit | 259550d18f919c8cf61dd25f2388bcdfb0e7ec02 (patch) | |
tree | b213eb3c5995f2c5e690d7cd059ba452541a498b /pom.xml | |
parent | f6d747f25255c83bcdc289dabad12b926091992f (diff) |
Sync up graphadmin with latest aai-common
Issue-ID: AAI-3249
Change-Id: I28311eec7434e0a7d22fdeae089a0f2c33ece98f
Signed-off-by: Maharajh, Robby (rx2202) <rx2202@us.att.com>
Diffstat (limited to 'pom.xml')
-rwxr-xr-x | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -26,7 +26,7 @@ <parent> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-parent</artifactId> - <version>1.7.3</version> + <version>1.8.1</version> </parent> <groupId>org.onap.aai.graphadmin</groupId> <artifactId>aai-graphadmin</artifactId> @@ -56,7 +56,7 @@ <docker.push.registry>localhost:5000</docker.push.registry> <aai.docker.version>1.0.0</aai.docker.version> <aai.schema.service.version>1.8.3</aai.schema.service.version> - <aai.common.version>1.7.3</aai.common.version> + <aai.common.version>1.8.1</aai.common.version> <aai.build.directory>${project.build.directory}/${project.artifactId}-${project.version}-build/ </aai.build.directory> <aai.docker.namespace>onap</aai.docker.namespace> |