diff options
Diffstat (limited to 'appc-config/appc-flow-controller/installer/pom.xml')
-rw-r--r-- | appc-config/appc-flow-controller/installer/pom.xml | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/appc-config/appc-flow-controller/installer/pom.xml b/appc-config/appc-flow-controller/installer/pom.xml index dca7249bb..e88925e41 100644 --- a/appc-config/appc-flow-controller/installer/pom.xml +++ b/appc-config/appc-flow-controller/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-flow-controller</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-flow-controller-installer</artifactId> <name>Config Component Params - Installer</name> @@ -33,14 +35,15 @@ <properties> <application.name>appc-config-flow-controller</application.name> <features.boot>appc-config-flow-controller</features.boot> - <features.repositories>mvn:org.onap.appc/appc-config-flow-controller-features/${project.version}/xml/features</features.repositories> + <features.repositories>mvn:org.onap.appc/onap-appc-config-flow-controller/${project.version}/xml/features</features.repositories> <include.transitive.dependencies>false</include.transitive.dependencies> </properties> <dependencies> <dependency> <groupId>org.onap.appc</groupId> - <artifactId>appc-config-flow-controller-features</artifactId> + <artifactId>onap-appc-config-flow-controller</artifactId> <classifier>features</classifier> + <version>${project.version}</version> <type>xml</type> <exclusions> <exclusion> |