diff options
author | Timoney, Dan (dt5972) <dt5972@att.com> | 2018-05-31 14:23:27 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dt5972@att.com> | 2018-05-31 14:23:27 -0400 |
commit | 665dee8b8e514fabb64f6666361b9e5ab4f46720 (patch) | |
tree | 880b56a84bf6c577b74abbcda797aaa848d4d6c8 /mdsal-resource/installer | |
parent | a5f305d60f369c68ce42503f6c3a517560eac24b (diff) |
Use released parent pom
Update to use release parent pom version 1.0.4
Change-Id: Ie5aff311743e9b962cfbdd319ba08ae49c3a4380
Issue-ID: CCSDK-291
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
Diffstat (limited to 'mdsal-resource/installer')
-rwxr-xr-x | mdsal-resource/installer/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mdsal-resource/installer/pom.xml b/mdsal-resource/installer/pom.xml index ebf5c2c12..31c99de0c 100755 --- a/mdsal-resource/installer/pom.xml +++ b/mdsal-resource/installer/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.0.4-SNAPSHOT</version> + <version>1.0.4</version> <relativePath /> </parent> |