diff options
author | Dan Timoney <dtimoney@att.com> | 2021-09-13 16:13:35 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-09-13 16:13:35 -0400 |
commit | 9728cbc80df64c97797f04329cd1dc7605625afc (patch) | |
tree | 2f25de34b59871b081cc04493f40af3084c586d8 /pom.xml | |
parent | 7d9d0d41b467505399dc51820f555e3ae6484e0b (diff) |
Explicitly set versions to install
Explicitly set version to install rather than relying on range resolution
Issue-ID: CCSDK-3444
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I0ed4064e91e8eaa7a7472d75607a7af902ddd00f
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>oparent</artifactId> - <version>2.2.0-SNAPSHOT</version> + <version>2.2.0</version> </parent> <groupId>org.onap.ccsdk.distribution</groupId> @@ -32,6 +32,8 @@ <properties> <application.name>distribution</application.name> <ccsdk.project.version>${project.version}</ccsdk.project.version> + <ccsdk.sli.version>1.3.1</ccsdk.sli.version> + <ccsdk.features.version>1.2.1</ccsdk.features.version> <ccsdk.distribution.version>${project.version}</ccsdk.distribution.version> <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format> |