summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2019-11-07 11:58:15 -0500
committerJimmy Forsyth <jf2512@att.com>2019-11-07 12:00:15 -0500
commit1c79cd7bc64599ac398daba94e91a3d9bce2eebe (patch)
tree6981a22fcd5d5e2915dc45e83bb154014a35975f /pom.xml
parent162926e01f01a7588bd9c3bad1ebbf563f296c5e (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.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 3426874..64082a9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>