summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2021-09-13 16:13:35 -0400
committerDan Timoney <dtimoney@att.com>2021-09-13 16:13:35 -0400
commit9728cbc80df64c97797f04329cd1dc7605625afc (patch)
tree2f25de34b59871b081cc04493f40af3084c586d8
parent7d9d0d41b467505399dc51820f555e3ae6484e0b (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
-rw-r--r--pom.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 7ea235fa..d09bf69d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>