diff options
Diffstat (limited to 'core/utils/installer')
-rwxr-xr-x | core/utils/installer/pom.xml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/core/utils/installer/pom.xml b/core/utils/installer/pom.xml index 80e4072f8..17bbbcf54 100755 --- a/core/utils/installer/pom.xml +++ b/core/utils/installer/pom.xml @@ -3,10 +3,9 @@ <modelVersion>4.0.0</modelVersion> <parent> - <groupId>org.onap.ccsdk.parent</groupId> - <artifactId>odlparent-lite</artifactId> - <version>2.1.0-SNAPSHOT</version> - <relativePath/> + <groupId>org.onap.ccsdk.sli.core</groupId> + <artifactId>utils</artifactId> + <version>1.2.0-SNAPSHOT</version> </parent> <groupId>org.onap.ccsdk.sli.core</groupId> |