diff options
Diffstat (limited to 'plugins/features/ccsdk-properties-node/pom.xml')
-rw-r--r-- | plugins/features/ccsdk-properties-node/pom.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/plugins/features/ccsdk-properties-node/pom.xml b/plugins/features/ccsdk-properties-node/pom.xml index 26632286e..3caffcd42 100644 --- a/plugins/features/ccsdk-properties-node/pom.xml +++ b/plugins/features/ccsdk-properties-node/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>single-feature-parent</artifactId> + <version>2.1.1-SNAPSHOT</version> + <relativePath/> </parent> <groupId>org.onap.ccsdk.sli.plugins</groupId> |