diff options
author | 2020-02-03 15:01:21 -0500 | |
---|---|---|
committer | 2020-02-03 15:01:21 -0500 | |
commit | 78eb251a37b73b80617ad356ea4ea48b4d68e033 (patch) | |
tree | 24afcca9979dbda0b69c8bc88323ac605c5724f5 /pom.xml | |
parent | 5f1d4a79db0e7fb726cc2f311a0acbf847604c37 (diff) |
Update to use released CCSDK parent poms
Update to use released version 1.5.1 of CCSDK parent poms.
Change-Id: I8a610c7d9915e1254f7a7f76110b52d0486501c5
Issue-ID: SDNC-1059
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.5.1-SNAPSHOT</version> + <version>1.5.1</version> </parent> <name>sdnc-apps</name> |