diff options
author | Jimmy Forsyth <jf2512@att.com> | 2019-11-07 11:58:15 -0500 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2019-11-07 12:00:15 -0500 |
commit | 1c79cd7bc64599ac398daba94e91a3d9bce2eebe (patch) | |
tree | 6981a22fcd5d5e2915dc45e83bb154014a35975f /pom.xml | |
parent | 162926e01f01a7588bd9c3bad1ebbf563f296c5e (diff) |
Allow parent to set versions on deps
Issue-ID: AAI-2704
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: I62d87119974482738d184bef9836051d7cb119c0
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -24,9 +24,9 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> - <groupId>org.onap.oparent</groupId> - <artifactId>oparent</artifactId> - <version>2.0.0</version> + <groupId>org.onap.aai.aai-common</groupId> + <artifactId>aai-parent</artifactId> + <version>1.6.0</version> </parent> <groupId>org.onap.aai.resources</groupId> <artifactId>resources</artifactId> |