diff options
author | Timoney, Dan (dt5972) <dt5972@att.com> | 2018-03-02 13:10:30 -0500 |
---|---|---|
committer | Timoney, Dan (dt5972) <dt5972@att.com> | 2018-03-02 13:10:30 -0500 |
commit | 4caeb14d39a27b653a2341298d2dcd4d7a1e4100 (patch) | |
tree | 50ffa47bc6606870960d869ff78094830f84fa0c /mdsal-resource | |
parent | 5664f67666d1bd92d6e5656bf6d59d4181e27c74 (diff) |
Fix POM versions
Fixed versions in pom.xmls and added empty relativePath
tag to parents.
Change-Id: Ie7be2d4d3d05e769f6e02f35a3a8e9f928bc62cf
Issue-ID: CCSDK-176
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
Diffstat (limited to 'mdsal-resource')
-rwxr-xr-x | mdsal-resource/features/pom.xml | 7 | ||||
-rwxr-xr-x | mdsal-resource/installer/pom.xml | 1 | ||||
-rwxr-xr-x | mdsal-resource/pom.xml | 1 | ||||
-rwxr-xr-x | mdsal-resource/provider/pom.xml | 1 |
4 files changed, 7 insertions, 3 deletions
diff --git a/mdsal-resource/features/pom.xml b/mdsal-resource/features/pom.xml index f46897ba..59d374f0 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> diff --git a/mdsal-resource/installer/pom.xml b/mdsal-resource/installer/pom.xml index 93449226..89f96642 100755 --- a/mdsal-resource/installer/pom.xml +++ b/mdsal-resource/installer/pom.xml @@ -7,6 +7,7 @@ <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> diff --git a/mdsal-resource/pom.xml b/mdsal-resource/pom.xml index e823df28..264a4fb2 100755 --- a/mdsal-resource/pom.xml +++ b/mdsal-resource/pom.xml @@ -7,6 +7,7 @@ <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> diff --git a/mdsal-resource/provider/pom.xml b/mdsal-resource/provider/pom.xml index b690b6f2..dd68c6c5 100755 --- a/mdsal-resource/provider/pom.xml +++ b/mdsal-resource/provider/pom.xml @@ -7,6 +7,7 @@ <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> <version>1.0.1-SNAPSHOT</version> + <relativePath /> </parent> <groupId>org.onap.ccsdk.sli.adaptors</groupId> |