diff options
author | Jimmy Forsyth <jf2512@att.com> | 2019-12-12 10:46:50 -0500 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2019-12-12 10:46:52 -0500 |
commit | 1bdeba397bef337e6c0bafd0dd7351f6c299cde9 (patch) | |
tree | d26597d592236861679708b87ab02b972f554572 /pom.xml | |
parent | da561af6b1ad032df484665d9e6c16aed47f9df4 (diff) |
Change to aai-parent
Issue-ID: AAI-2738
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: Ibc0fdbf9ab4f26532cbc209f85b66bad2497064b
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.1-SNAPSHOT</version> </parent> <groupId>org.onap.aai.schema-service</groupId> <artifactId>schema-service</artifactId> |