diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-12-02 12:37:50 -0500 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-12-03 16:23:02 -0500 |
commit | a506efe71c72766e299cbac2eb7d521d5c868bd2 (patch) | |
tree | c02489333c2d020acd90731206eb28ed371e24c1 /pom.xml | |
parent | 19b186c0d91e489672e71ddd1e76c7b9f56c9a91 (diff) |
Use 1.5.1-SNAPSHOT version of parent pom
Fixed version of parent pom to use snapshot version
Change-Id: Id4c709c07e8753eab4a846874cce3330bba634d1
Issue-ID: CCSDK-1935
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.5.1-SNAPSHOT</version> </parent> <groupId>org.onap.ccsdk.distribution</groupId> |