diff options
Diffstat (limited to 'plugins/features/installer/pom.xml')
-rwxr-xr-x | plugins/features/installer/pom.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/plugins/features/installer/pom.xml b/plugins/features/installer/pom.xml index ce5f1ed58..162a51545 100755 --- a/plugins/features/installer/pom.xml +++ b/plugins/features/installer/pom.xml @@ -3,9 +3,10 @@ <modelVersion>4.0.0</modelVersion> <parent> - <groupId>org.onap.ccsdk.sli.plugins</groupId> - <artifactId>sliplugins-feature-aggregator</artifactId> - <version>1.2.0-SNAPSHOT</version> + <groupId>org.onap.ccsdk.parent</groupId> + <artifactId>odlparent-lite</artifactId> + <version>2.1.1-SNAPSHOT</version> + <relativePath/> </parent> <groupId>org.onap.ccsdk.sli.plugins</groupId> |