diff options
author | Patrick Brady <pb071s@att.com> | 2018-08-09 13:43:54 -0700 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2018-08-14 00:00:43 +0000 |
commit | 85aedb5070d2ab5e198dbaba2115ed883b785a91 (patch) | |
tree | 3a794f554c00a43620dfa23c84405bba969e742b /appc-oam/appc-oam-model | |
parent | cfca049dc256437c083c0b6723c1936b24c70e60 (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')
-rw-r--r-- | appc-oam/appc-oam-model/.gitignore | 1 | ||||
-rw-r--r-- | appc-oam/appc-oam-model/pom.xml | 10 |
2 files changed, 7 insertions, 4 deletions
diff --git a/appc-oam/appc-oam-model/.gitignore b/appc-oam/appc-oam-model/.gitignore new file mode 100644 index 000000000..eacf31a67 --- /dev/null +++ b/appc-oam/appc-oam-model/.gitignore @@ -0,0 +1 @@ +/target-ide/ 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> |