aboutsummaryrefslogtreecommitdiffstats
path: root/appc-sdc-listener/appc-sdc-listener-installer
diff options
context:
space:
mode:
authorPatrick Brady <pb071s@att.com>2018-08-09 13:42:38 -0700
committerPatrick Brady <pb071s@att.com>2018-08-14 00:00:31 +0000
commitcfca049dc256437c083c0b6723c1936b24c70e60 (patch)
tree88eeb97bf1d6df61e290b9528aaef09f177a0618 /appc-sdc-listener/appc-sdc-listener-installer
parent3222908ff0b148698d23f5cb3e9402d7f1a662a2 (diff)
Karaf 4 for appc-sdc-listener
Change-Id: If3dabdd96403d1d197b0ac021912a8cd2b8ce772 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-1138
Diffstat (limited to 'appc-sdc-listener/appc-sdc-listener-installer')
-rw-r--r--appc-sdc-listener/appc-sdc-listener-installer/pom.xml10
1 files changed, 6 insertions, 4 deletions
diff --git a/appc-sdc-listener/appc-sdc-listener-installer/pom.xml b/appc-sdc-listener/appc-sdc-listener-installer/pom.xml
index c4cdec68a..0bfbce91a 100644
--- a/appc-sdc-listener/appc-sdc-listener-installer/pom.xml
+++ b/appc-sdc-listener/appc-sdc-listener-installer/pom.xml
@@ -24,10 +24,12 @@ limitations under the License.
<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-sdc-listener</artifactId>
- <groupId>org.onap.appc</groupId>
+ <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-sdc-listener-installer</artifactId>
<name>SDC Listener - Karaf Installer</name>
<packaging>pom</packaging>
@@ -35,7 +37,7 @@ limitations under the License.
<properties>
<application.name>appc-sdc-listener</application.name>
<features.boot>appc-sdc-listener</features.boot>
- <features.repositories>mvn:org.onap.appc/appc-sdc-listener-features/${project.version}/xml/features</features.repositories>
+ <features.repositories>mvn:org.onap.appc/onap-appc-sdc-listener/${project.version}/xml/features</features.repositories>
<include.transitive.dependencies>false</include.transitive.dependencies>
</properties>
@@ -43,7 +45,7 @@ limitations under the License.
<dependency>
<groupId>org.onap.appc</groupId>
- <artifactId>appc-sdc-listener-features</artifactId>
+ <artifactId>onap-appc-sdc-listener</artifactId>
<version>${project.version}</version>
<classifier>features</classifier>
<type>xml</type>