diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-11-13 10:30:06 -0500 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-11-13 11:19:58 -0500 |
commit | 54e11e9ee8bc35cc5e4b9f9b2a72b534e3217f2b (patch) | |
tree | 3f0713a79787030402016d3166bd67584909bee5 /features/pom.xml | |
parent | 0edd4f12d88179a9e0c1e304097f1c3f416b5e7f (diff) |
Use 1.5.0 parent pom
Use released 1.5.0 version of parent pom
Change-Id: I16d9e82401447829e6b853790553623cc2a03117
Issue-ID: CCSDK-1920
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'features/pom.xml')
-rwxr-xr-x | features/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/pom.xml b/features/pom.xml index d551c350..b7267c06 100755 --- a/features/pom.xml +++ b/features/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.5.0</version> <relativePath/> </parent> |