diff options
Diffstat (limited to 'mdsal-resource/features')
-rwxr-xr-x | mdsal-resource/features/pom.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/mdsal-resource/features/pom.xml b/mdsal-resource/features/pom.xml index f46897baa..59d374f0a 100755 --- a/mdsal-resource/features/pom.xml +++ b/mdsal-resource/features/pom.xml @@ -4,9 +4,10 @@ <modelVersion>4.0.0</modelVersion> <parent> - <groupId>org.onap.ccsdk.sli.adaptors</groupId> - <artifactId>mdsal-resource</artifactId> - <version>0.2.0-SNAPSHOT</version> + <groupId>org.onap.ccsdk.parent</groupId> + <artifactId>odlparent-lite</artifactId> + <version>1.0.1-SNAPSHOT</version> + <relativePath /> </parent> <groupId>org.onap.ccsdk.sli.adaptors</groupId> |