summaryrefslogtreecommitdiffstats
path: root/appc-oam/appc-oam-model/pom.xml
diff options
context:
space:
mode:
authorPatrick Brady <pb071s@att.com>2018-08-09 13:43:54 -0700
committerPatrick Brady <pb071s@att.com>2018-08-14 00:00:43 +0000
commit85aedb5070d2ab5e198dbaba2115ed883b785a91 (patch)
tree3a794f554c00a43620dfa23c84405bba969e742b /appc-oam/appc-oam-model/pom.xml
parentcfca049dc256437c083c0b6723c1936b24c70e60 (diff)
Karaf 4 for appc-oam
Change-Id: Id729265145dc4996a2a3ccb2457d66b7a8f2d6bd Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-1139
Diffstat (limited to 'appc-oam/appc-oam-model/pom.xml')
-rw-r--r--appc-oam/appc-oam-model/pom.xml10
1 files changed, 6 insertions, 4 deletions
diff --git a/appc-oam/appc-oam-model/pom.xml b/appc-oam/appc-oam-model/pom.xml
index 065e513ec..7f0e6c388 100644
--- a/appc-oam/appc-oam-model/pom.xml
+++ b/appc-oam/appc-oam-model/pom.xml
@@ -24,11 +24,13 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
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>
- <artifactId>appc-oam</artifactId>
+ <parent>
+ <groupId>org.onap.appc.parent</groupId>
+ <artifactId>binding-parent</artifactId>
+ <version>1.4.0-SNAPSHOT</version>
+ <relativePath />
+ </parent>
<groupId>org.onap.appc</groupId>
- <version>1.4.0-SNAPSHOT</version>
- </parent>
<artifactId>appc-oam-model</artifactId>
<name>APPC OAM - Model</name>
<packaging>bundle</packaging>