diff options
author | Dan Timoney <dtimoney@att.com> | 2020-09-10 11:06:52 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-09-10 11:06:52 -0400 |
commit | 68c26a19b20e62a3e5e66bd2e7328bffe5832f85 (patch) | |
tree | 10d240ab5c71c96d233f2da691678ebb113d101b /pom.xml | |
parent | 177eb8a67f89f76643ad357ca448d8e94e5b1d17 (diff) |
Update to use released artifacts
Update ccsdk/distribution to use released artifacts to create dockers
Change-Id: I026b59a4120ae70fd3adca884d7f9b5225bae267
Issue-ID: CCSDK-2742
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
@@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.0.1-SNAPSHOT</version> + <version>2.0.1</version> </parent> <groupId>org.onap.ccsdk.distribution</groupId> |