diff options
author | Dan Timoney <dtimoney@att.com> | 2021-02-23 12:09:05 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-02-23 12:09:05 -0500 |
commit | f0897af0096329079546740c07ae1716016d8a3a (patch) | |
tree | feb26f8aadc073048058756271f2eaaa1bd50d75 /pom.xml | |
parent | ba87fe449285a4507244da9607620d0a7dde5e62 (diff) |
Use released M3 versions
Use released M3 versions of artifacts to build docker container
Change-Id: I1f8fa7e699b18bb9f057a1bd3a9703e2a2af0419
Issue-ID: CCSDK-3179
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>oparent</artifactId> - <version>2.1.1-SNAPSHOT</version> + <version>2.1.1</version> </parent> <groupId>org.onap.ccsdk.distribution</groupId> |