diff options
author | Patrick Brady <pb071s@att.com> | 2018-08-10 15:30:58 -0700 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2018-08-14 00:24:49 +0000 |
commit | b49dd1212bb14a47799b847f49e31de0695dcfe5 (patch) | |
tree | 5793bc7f8e5f436018075a6c26fd98d2e7d7ebb9 /appc-config/appc-config-params/installer/pom.xml | |
parent | d3ef54773c1fcda598e7f67110233f735e097da9 (diff) |
Karaf 4 for appc-config
Change-Id: I3059bf9bca4320d29432b749df6c55aecbdb22e9
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-ID: APPC-1144
Diffstat (limited to 'appc-config/appc-config-params/installer/pom.xml')
-rw-r--r-- | appc-config/appc-config-params/installer/pom.xml | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/appc-config/appc-config-params/installer/pom.xml b/appc-config/appc-config-params/installer/pom.xml index ea99c5879..c58ce66f5 100644 --- a/appc-config/appc-config-params/installer/pom.xml +++ b/appc-config/appc-config-params/installer/pom.xml @@ -22,10 +22,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-config-params</artifactId> + <groupId>org.onap.appc.parent</groupId> + <artifactId>odlparent-lite</artifactId> <version>1.4.0-SNAPSHOT</version> + <relativePath /> </parent> + <groupId>org.onap.appc</groupId> <artifactId>appc-config-params-installer</artifactId> <name>Config Component Params - Installer</name> @@ -33,14 +35,15 @@ <properties> <application.name>appc-config-params</application.name> <features.boot>appc-config-params</features.boot> - <features.repositories>mvn:org.onap.appc/appc-config-params-features/${project.version}/xml/features</features.repositories> + <features.repositories>mvn:org.onap.appc/onap-appc-config-params/${project.version}/xml/features</features.repositories> <include.transitive.dependencies>false</include.transitive.dependencies> </properties> <dependencies> <dependency> <groupId>org.onap.appc</groupId> - <artifactId>appc-config-params-features</artifactId> + <artifactId>onap-appc-config-params</artifactId> <classifier>features</classifier> + <version>${project.version}</version> <type>xml</type> <exclusions> <exclusion> |