aboutsummaryrefslogtreecommitdiffstats
path: root/appc-dg-util/pom.xml
diff options
context:
space:
mode:
authorPatrick Brady <pb071s@att.com>2018-08-09 12:05:53 -0700
committerPatrick Brady <pb071s@att.com>2018-08-13 16:50:30 -0700
commit3222908ff0b148698d23f5cb3e9402d7f1a662a2 (patch)
treee6166b00be5282ea9741dc10858de7d40499eff3 /appc-dg-util/pom.xml
parent606d4e7599bb9df1c4d13b4f8ff2c8df1e151c94 (diff)
Karaf 4 for appc-dg features
Including appc-dg-util, appc-dg-shared, and appc-ssh-adapter Change-Id: Ia137a87c560438d23f7858e0f4068717891be076 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-1137
Diffstat (limited to 'appc-dg-util/pom.xml')
-rw-r--r--appc-dg-util/pom.xml14
1 files changed, 8 insertions, 6 deletions
diff --git a/appc-dg-util/pom.xml b/appc-dg-util/pom.xml
index 9855c3f6d..1e0333c6c 100644
--- a/appc-dg-util/pom.xml
+++ b/appc-dg-util/pom.xml
@@ -20,11 +20,12 @@
-->
<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>
- <groupId>org.onap.appc</groupId>
- <artifactId>appc</artifactId>
- <version>1.4.0-SNAPSHOT</version>
- </parent>
+ <parent>
+ <groupId>org.onap.appc.parent</groupId>
+ <artifactId>odlparent-lite</artifactId>
+ <version>1.4.0-SNAPSHOT</version>
+ <relativePath />
+ </parent>
<artifactId>appc-dg-util</artifactId>
<packaging>pom</packaging>
<name>APPC DG util</name>
@@ -40,4 +41,5 @@
<module>appc-dg-util-installer</module>
</modules>
-</project> \ No newline at end of file
+ <groupId>org.onap.appc</groupId>
+</project>