diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-12-02 12:36:42 -0500 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-12-02 12:36:42 -0500 |
commit | 958b8edbe9fed93c4095e094f44acbf69b40f473 (patch) | |
tree | 34db61c9b503cde899a1da93bfa6d2c551a21caf /features/pom.xml | |
parent | bf59c3a6e1ae0ce2dd1703688f9f4e712d75e193 (diff) |
Use 1.5.1-SNAPSHOT version of parent pom
Fixed version of parent pom to use snapshot version
Change-Id: Iee98265e71ade4a4af65614c2280732c153537d8
Issue-ID: CCSDK-1935
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 b7267c06..59f2e329 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</version> + <version>1.5.1-SNAPSHOT</version> <relativePath/> </parent> |