aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2021-02-08 08:50:29 -0500
committerDan Timoney <dtimoney@att.com>2021-02-08 08:50:29 -0500
commit00d0ceb185116b7f1646b042271fb08637cb80eb (patch)
tree773f364cab0e3d9c6875dcc87f3fb817904faf4a
parent5837393fad1c00ab044b04e9ae5b83b5ae6005b0 (diff)
Use latest Honolulu parent pom
Update to use parent pom version 2.1.1-SNAPSHOT Change-Id: I7dfe6080d6801231b817d9cd5c97c7ce17e1c7d9 Issue-ID: CCSDK-3139 Signed-off-by: Dan Timoney <dtimoney@att.com>
-rw-r--r--ms/neng/pom.xml2
-rw-r--r--ms/sliboot/pom.xml2
-rw-r--r--ms/vlantag-api/pom.xml2
-rwxr-xr-xpom.xml2
-rw-r--r--services/pom.xml2
5 files changed, 5 insertions, 5 deletions
diff --git a/ms/neng/pom.xml b/ms/neng/pom.xml
index 9d8b2bd6..fbcc68d1 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</version>
+ <version>2.1.1-SNAPSHOT</version>
<relativePath/>
</parent>
diff --git a/ms/sliboot/pom.xml b/ms/sliboot/pom.xml
index b1879e54..5d95969d 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</version>
+ <version>2.1.1-SNAPSHOT</version>
<relativePath/>
</parent>
diff --git a/ms/vlantag-api/pom.xml b/ms/vlantag-api/pom.xml
index d7cf0a40..551dd094 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</version>
+ <version>2.1.1-SNAPSHOT</version>
<relativePath/>
</parent>
diff --git a/pom.xml b/pom.xml
index fc5612b2..11c37cf1 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</version>
+ <version>2.1.1-SNAPSHOT</version>
<relativePath/>
</parent>
diff --git a/services/pom.xml b/services/pom.xml
index 0fe76fa8..5688fb7b 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</version>
+ <version>2.1.1-SNAPSHOT</version>
<relativePath/>
</parent>