diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-11-13 09:39:46 -0500 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-11-13 11:15:32 -0500 |
commit | a609b5ca43ab3aebde2004cf807795eec1a9dea9 (patch) | |
tree | 6ef512f55795df274bae1a0900c093ecf607340a /features/pom.xml | |
parent | 8ac95dafafe2b5e4b3d89cc54872a188dffbe534 (diff) |
Use 1.5.0 parent pom
Use released 1.5.0 version of parent pom
Change-Id: I296db09cd94de93c150da5c2be5b34348ee320d7
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 4acec5b01..ce63c6cfb 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> |