diff options
Diffstat (limited to 'plugins')
-rwxr-xr-x | plugins/artifacts/pom.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/plugins/artifacts/pom.xml b/plugins/artifacts/pom.xml index b4c55f6d5..05d7d3e44 100755 --- a/plugins/artifacts/pom.xml +++ b/plugins/artifacts/pom.xml @@ -3,9 +3,10 @@ <modelVersion>4.0.0</modelVersion> <parent> - <groupId>org.onap.ccsdk.parent</groupId> - <artifactId>parent</artifactId> - <version>2.1.1</version> + <groupId>org.onap.ccsdk.parent</groupId> + <artifactId>odlparent-lite</artifactId> + <version>2.1.1</version> + <relativePath/> </parent> <groupId>org.onap.ccsdk.sli.plugins</groupId> |