aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2020-12-15 15:19:00 -0500
committerDan Timoney <dtimoney@att.com>2020-12-15 15:37:08 -0500
commit5837393fad1c00ab044b04e9ae5b83b5ae6005b0 (patch)
tree2cc08c3eafb1c89d6528082233bf4b5b7bd3cab1
parentb84d399884ed03d3144903ee558933ed8fb800f7 (diff)
Use released version of ccsdk parent poms
Use released version 2.1.0 of parent poms Change-Id: I63b89ffef53b99c0b8996ec5ed6ed7b5b949c325 Issue-ID: CCSDK-3002 Signed-off-by: Dan Timoney <dtimoney@att.com>
-rw-r--r--ms/neng/pom.xml2
-rw-r--r--ms/sliboot/pom.xml5
-rw-r--r--ms/vlantag-api/pom.xml2
-rwxr-xr-xpom.xml2
-rw-r--r--services/pom.xml2
5 files changed, 7 insertions, 6 deletions
diff --git a/ms/neng/pom.xml b/ms/neng/pom.xml
index 4f43ffbe..9d8b2bd6 100644
--- a/ms/neng/pom.xml
+++ b/ms/neng/pom.xml
@@ -233,7 +233,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.0</version>
<relativePath/>
</parent>
diff --git a/ms/sliboot/pom.xml b/ms/sliboot/pom.xml
index 2057074f..b1879e54 100644
--- a/ms/sliboot/pom.xml
+++ b/ms/sliboot/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.0</version>
<relativePath/>
</parent>
@@ -24,6 +24,7 @@
<base.image.version>1.1-STAGING-latest</base.image.version>
<image.name>onap/ccsdk-sliboot-alpine-image</image.name>
<ccsdk.project.version>${project.version}</ccsdk.project.version>
+ <ccsdk.distribution.version>1.1.0</ccsdk.distribution.version>
<ccsdk.build.timestamp>${maven.build.timestamp}</ccsdk.build.timestamp>
<maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
<ccsdk.sliboot.jar>${project.artifactId}-${project.version}-exec.jar</ccsdk.sliboot.jar>
@@ -222,7 +223,7 @@
<artifactItem>
<groupId>org.onap.ccsdk.distribution</groupId>
<artifactId>platform-logic-installer</artifactId>
- <version>${project.version}</version>
+ <version>${ccsdk.distribution.version}</version>
<type>zip</type>
</artifactItem>
</artifactItems>
diff --git a/ms/vlantag-api/pom.xml b/ms/vlantag-api/pom.xml
index b8033c8b..d7cf0a40 100644
--- a/ms/vlantag-api/pom.xml
+++ b/ms/vlantag-api/pom.xml
@@ -30,7 +30,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.0</version>
<relativePath/>
</parent>
diff --git a/pom.xml b/pom.xml
index bccd2a22..fc5612b2 100755
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>odlparent-lite</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.0</version>
<relativePath/>
</parent>
diff --git a/services/pom.xml b/services/pom.xml
index 33952c41..0fe76fa8 100644
--- a/services/pom.xml
+++ b/services/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.0</version>
<relativePath/>
</parent>