diff options
author | Patrick Brady <pb071s@att.com> | 2018-08-09 12:05:53 -0700 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2018-08-13 16:50:30 -0700 |
commit | 3222908ff0b148698d23f5cb3e9402d7f1a662a2 (patch) | |
tree | e6166b00be5282ea9741dc10858de7d40499eff3 /appc-dg-util/appc-dg-util-installer/pom.xml | |
parent | 606d4e7599bb9df1c4d13b4f8ff2c8df1e151c94 (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/appc-dg-util-installer/pom.xml')
-rw-r--r-- | appc-dg-util/appc-dg-util-installer/pom.xml | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/appc-dg-util/appc-dg-util-installer/pom.xml b/appc-dg-util/appc-dg-util-installer/pom.xml index 53f3309ba..719cd6f1a 100644 --- a/appc-dg-util/appc-dg-util-installer/pom.xml +++ b/appc-dg-util/appc-dg-util-installer/pom.xml @@ -21,11 +21,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> - <artifactId>appc-dg-util</artifactId> - <groupId>org.onap.appc</groupId> - <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-installer</artifactId> <name>APPC DG Util - Karaf Installer</name> <packaging>pom</packaging> @@ -33,7 +34,7 @@ <properties> <application.name>appc-dg-util</application.name> <features.boot>appc-dg-util</features.boot> - <features.repositories>mvn:org.onap.appc/appc-dg-util-features/${project.version}/xml/features</features.repositories> + <features.repositories>mvn:org.onap.appc/onap-appc-dg-util/${project.version}/xml/features</features.repositories> <include.transitive.dependencies>false</include.transitive.dependencies> </properties> @@ -41,7 +42,7 @@ <dependency> <groupId>org.onap.appc</groupId> - <artifactId>appc-dg-util-features</artifactId> + <artifactId>onap-appc-dg-util</artifactId> <version>${project.version}</version> <classifier>features</classifier> <type>xml</type> @@ -150,4 +151,5 @@ </plugins> </build> + <groupId>org.onap.appc</groupId> </project> |