aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2020-06-24 08:10:51 -0400
committerDan Timoney <dtimoney@att.com>2020-06-24 08:10:51 -0400
commit6f262130309a3cff1a25a8980b9e51b00cedb66a (patch)
tree11e1652712f6d0ef906b24707b24fe77afe90452
parent3c53e4be95ecac046f6c0b64e060cd4fcb6dc2ce (diff)
Update to latest Frankfurt parent pom version6.0.0-ONAPfrankfurt
Update to latest Frankfurt parent pom version Change-Id: Iab7218c490f6b36611e7ef20b16767e5b0918527 Issue-ID: SDNC-1257 Signed-off-by: Dan Timoney <dtimoney@att.com>
-rw-r--r--features/features-sdnc-northbound/pom.xml2
-rwxr-xr-xfeatures/installer/pom.xml2
-rwxr-xr-xfeatures/pom.xml2
-rw-r--r--features/sdnc-northbound-all/pom.xml2
-rw-r--r--generic-resource-api/client/pom.xml2
-rw-r--r--generic-resource-api/features/features-generic-resource-api/pom.xml2
-rw-r--r--generic-resource-api/features/pom.xml2
-rw-r--r--generic-resource-api/features/sdnc-generic-resource-api/pom.xml2
-rwxr-xr-xgeneric-resource-api/installer/pom.xml2
-rw-r--r--generic-resource-api/model/pom.xml2
-rw-r--r--generic-resource-api/pom.xml2
-rw-r--r--generic-resource-api/provider/pom.xml2
-rw-r--r--optical-service/features/features-optical-service/pom.xml2
-rw-r--r--optical-service/features/pom.xml2
-rw-r--r--optical-service/features/sdnc-optical-service/pom.xml2
-rw-r--r--optical-service/installer/pom.xml2
-rw-r--r--optical-service/model/pom.xml2
-rw-r--r--optical-service/pom.xml2
-rw-r--r--optical-service/provider/pom.xml2
-rw-r--r--pom.xml2
-rw-r--r--vnfapi/features/features-vnfapi/pom.xml2
-rw-r--r--vnfapi/features/pom.xml2
-rw-r--r--vnfapi/features/sdnc-vnfapi/pom.xml2
-rwxr-xr-xvnfapi/installer/pom.xml2
-rw-r--r--vnfapi/model/pom.xml2
-rw-r--r--vnfapi/pom.xml2
-rw-r--r--vnfapi/provider/pom.xml2
-rw-r--r--vnftools/features/features-vnftools/pom.xml2
-rw-r--r--vnftools/features/pom.xml2
-rw-r--r--vnftools/features/sdnc-vnftools/pom.xml2
-rwxr-xr-xvnftools/installer/pom.xml2
-rw-r--r--vnftools/pom.xml2
-rw-r--r--vnftools/provider/pom.xml2
33 files changed, 33 insertions, 33 deletions
diff --git a/features/features-sdnc-northbound/pom.xml b/features/features-sdnc-northbound/pom.xml
index a98c2140..6463f922 100644
--- a/features/features-sdnc-northbound/pom.xml
+++ b/features/features-sdnc-northbound/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>feature-repo-parent</artifactId>
- <version>1.5.5-SNAPSHOT</version>
+ <version>1.5.10-SNAPSHOT</version>
<relativePath/>
</parent>
diff --git a/features/installer/pom.xml b/features/installer/pom.xml
index 457eb8f6..ad66000e 100755
--- a/features/installer/pom.xml
+++ b/features/installer/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>odlparent-lite</artifactId>
- <version>1.5.5-SNAPSHOT</version>
+ <version>1.5.10-SNAPSHOT</version>
<relativePath/>
</parent>
diff --git a/features/pom.xml b/features/pom.xml
index 89e66175..e0a0444d 100755
--- a/features/pom.xml
+++ b/features/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>odlparent-lite</artifactId>
- <version>1.5.5-SNAPSHOT</version>
+ <version>1.5.10-SNAPSHOT</version>
<relativePath/>
</parent>
diff --git a/features/sdnc-northbound-all/pom.xml b/features/sdnc-northbound-all/pom.xml
index 0f60e61f..e3a28694 100644
--- a/features/sdnc-northbound-all/pom.xml
+++ b/features/sdnc-northbound-all/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>single-feature-parent</artifactId>
- <version>1.5.5-SNAPSHOT</version>
+ <version>1.5.10-SNAPSHOT</version>
<relativePath/>
</parent>
diff --git a/generic-resource-api/client/pom.xml b/generic-resource-api/client/pom.xml
index 4f4197d4..0d629bd7 100644
--- a/generic-resource-api/client/pom.xml
+++ b/generic-resource-api/client/pom.xml
@@ -15,7 +15,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>client-parent</artifactId>
- <version>1.5.5-SNAPSHOT</version>
+ <version>1.5.10-SNAPSHOT</version>
</parent>
<dependencies>
diff --git a/generic-resource-api/features/features-generic-resource-api/pom.xml b/generic-resource-api/features/features-generic-resource-api/pom.xml
index 23c0f8ee..414992ae 100644
--- a/generic-resource-api/features/features-generic-resource-api/pom.xml
+++ b/generic-resource-api/features/features-generic-resource-api/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>feature-repo-parent</artifactId>
- <version>1.5.5-SNAPSHOT</version>
+ <version>1.5.10-SNAPSHOT</version>
<relativePath/>
</parent>
diff --git a/generic-resource-api/features/pom.xml b/generic-resource-api/features/pom.xml
index 93c82ffe..72eaae16 100644
--- a/generic-resource-api/features/pom.xml
+++ b/generic-resource-api/features/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>odlparent-lite</artifactId>
- <version>1.5.5-SNAPSHOT</version>
+ <version>1.5.10-SNAPSHOT</version>
<relativePath/>
</parent>
diff --git a/generic-resource-api/features/sdnc-generic-resource-api/pom.xml b/generic-resource-api/features/sdnc-generic-resource-api/pom.xml
index f643e509..fd81417e 100644
--- a/generic-resource-api/features/sdnc-generic-resource-api/pom.xml
+++ b/generic-resource-api/features/sdnc-generic-resource-api/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>single-feature-parent</artifactId>
- <version>1.5.5-SNAPSHOT</version>
+ <version>1.5.10-SNAPSHOT</version>
<relativePath/>
</parent>
diff --git a/generic-resource-api/installer/pom.xml b/generic-resource-api/installer/pom.xml
index cc6062f5..c3b83783 100755
--- a/generic-resource-api/installer/pom.xml
+++ b/generic-resource-api/installer/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>odlparent-lite</artifactId>
- <version>1.5.5-SNAPSHOT</version>
+ <version>1.5.10-SNAPSHOT</version>
<relativePath/>
</parent>
diff --git a/generic-resource-api/model/pom.xml b/generic-resource-api/model/pom.xml
index 2d7f8103..981b9002 100644
--- a/generic-resource-api/model/pom.xml
+++ b/generic-resource-api/model/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>binding-parent</artifactId>
- <version>1.5.5-SNAPSHOT</version>
+ <version>1.5.10-SNAPSHOT</version>
<relativePath/>
</parent>
diff --git a/generic-resource-api/pom.xml b/generic-resource-api/pom.xml
index 44ee6506..2b8fd37e 100644
--- a/generic-resource-api/pom.xml
+++ b/generic-resource-api/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>odlparent-lite</artifactId>
- <version>1.5.5-SNAPSHOT</version>
+ <version>1.5.10-SNAPSHOT</version>
<relativePath/>
</parent>
diff --git a/generic-resource-api/provider/pom.xml b/generic-resource-api/provider/pom.xml
index 1ff3c141..80bdaaf4 100644
--- a/generic-resource-api/provider/pom.xml
+++ b/generic-resource-api/provider/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>binding-parent</artifactId>
- <version>1.5.5-SNAPSHOT</version>
+ <version>1.5.10-SNAPSHOT</version>
<relativePath/>
</parent>
diff --git a/optical-service/features/features-optical-service/pom.xml b/optical-service/features/features-optical-service/pom.xml
index 34e0a9e9..f02c0add 100644
--- a/optical-service/features/features-optical-service/pom.xml
+++ b/optical-service/features/features-optical-service/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>feature-repo-parent</artifactId>
- <version>1.5.5-SNAPSHOT</version>
+ <version>1.5.10-SNAPSHOT</version>
<relativePath/>
</parent>
diff --git a/optical-service/features/pom.xml b/optical-service/features/pom.xml
index 2cfe8e4e..0e45125e 100644
--- a/optical-service/features/pom.xml
+++ b/optical-service/features/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>odlparent-lite</artifactId>
- <version>1.5.5-SNAPSHOT</version>
+ <version>1.5.10-SNAPSHOT</version>
<relativePath/>
</parent>
diff --git a/optical-service/features/sdnc-optical-service/pom.xml b/optical-service/features/sdnc-optical-service/pom.xml
index 262ae18e..7ae257b9 100644
--- a/optical-service/features/sdnc-optical-service/pom.xml
+++ b/optical-service/features/sdnc-optical-service/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>single-feature-parent</artifactId>
- <version>1.5.5-SNAPSHOT</version>
+ <version>1.5.10-SNAPSHOT</version>
<relativePath/>
</parent>
diff --git a/optical-service/installer/pom.xml b/optical-service/installer/pom.xml
index 44d6f17b..19c1d7ad 100644
--- a/optical-service/installer/pom.xml
+++ b/optical-service/installer/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>odlparent-lite</artifactId>
- <version>1.5.5-SNAPSHOT</version>
+ <version>1.5.10-SNAPSHOT</version>
<relativePath/>
</parent>
diff --git a/optical-service/model/pom.xml b/optical-service/model/pom.xml
index 27401f65..1327e8ce 100644
--- a/optical-service/model/pom.xml
+++ b/optical-service/model/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>binding-parent</artifactId>
- <version>1.5.5-SNAPSHOT</version>
+ <version>1.5.10-SNAPSHOT</version>
<relativePath/>
</parent>
diff --git a/optical-service/pom.xml b/optical-service/pom.xml
index f336c64c..92379e62 100644
--- a/optical-service/pom.xml
+++ b/optical-service/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>odlparent-lite</artifactId>
- <version>1.5.5-SNAPSHOT</version>
+ <version>1.5.10-SNAPSHOT</version>
<relativePath/>
</parent>
diff --git a/optical-service/provider/pom.xml b/optical-service/provider/pom.xml
index fafe7d93..29dcd9c1 100644
--- a/optical-service/provider/pom.xml
+++ b/optical-service/provider/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>binding-parent</artifactId>
- <version>1.5.5-SNAPSHOT</version>
+ <version>1.5.10-SNAPSHOT</version>
<relativePath/>
</parent>
diff --git a/pom.xml b/pom.xml
index 9b84bd31..05428f7a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>odlparent-lite</artifactId>
- <version>1.5.5-SNAPSHOT</version>
+ <version>1.5.10-SNAPSHOT</version>
<relativePath/>
</parent>
diff --git a/vnfapi/features/features-vnfapi/pom.xml b/vnfapi/features/features-vnfapi/pom.xml
index 36d2a75d..42b70427 100644
--- a/vnfapi/features/features-vnfapi/pom.xml
+++ b/vnfapi/features/features-vnfapi/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>feature-repo-parent</artifactId>
- <version>1.5.5-SNAPSHOT</version>
+ <version>1.5.10-SNAPSHOT</version>
<relativePath/>
</parent>
diff --git a/vnfapi/features/pom.xml b/vnfapi/features/pom.xml
index dbb6ad56..cf253870 100644
--- a/vnfapi/features/pom.xml
+++ b/vnfapi/features/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>odlparent-lite</artifactId>
- <version>1.5.5-SNAPSHOT</version>
+ <version>1.5.10-SNAPSHOT</version>
<relativePath/>
</parent>
diff --git a/vnfapi/features/sdnc-vnfapi/pom.xml b/vnfapi/features/sdnc-vnfapi/pom.xml
index 61ad4d99..4b025dba 100644
--- a/vnfapi/features/sdnc-vnfapi/pom.xml
+++ b/vnfapi/features/sdnc-vnfapi/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>single-feature-parent</artifactId>
- <version>1.5.5-SNAPSHOT</version>
+ <version>1.5.10-SNAPSHOT</version>
<relativePath/>
</parent>
diff --git a/vnfapi/installer/pom.xml b/vnfapi/installer/pom.xml
index 09d3c9e2..a595044b 100755
--- a/vnfapi/installer/pom.xml
+++ b/vnfapi/installer/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>odlparent-lite</artifactId>
- <version>1.5.5-SNAPSHOT</version>
+ <version>1.5.10-SNAPSHOT</version>
<relativePath/>
</parent>
diff --git a/vnfapi/model/pom.xml b/vnfapi/model/pom.xml
index 21001231..e1e38e9b 100644
--- a/vnfapi/model/pom.xml
+++ b/vnfapi/model/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>binding-parent</artifactId>
- <version>1.5.5-SNAPSHOT</version>
+ <version>1.5.10-SNAPSHOT</version>
<relativePath/>
</parent>
diff --git a/vnfapi/pom.xml b/vnfapi/pom.xml
index 198b6942..3b111da1 100644
--- a/vnfapi/pom.xml
+++ b/vnfapi/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>odlparent-lite</artifactId>
- <version>1.5.5-SNAPSHOT</version>
+ <version>1.5.10-SNAPSHOT</version>
<relativePath/>
</parent>
diff --git a/vnfapi/provider/pom.xml b/vnfapi/provider/pom.xml
index a59a4a9a..f2820a01 100644
--- a/vnfapi/provider/pom.xml
+++ b/vnfapi/provider/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>binding-parent</artifactId>
- <version>1.5.5-SNAPSHOT</version>
+ <version>1.5.10-SNAPSHOT</version>
<relativePath/>
</parent>
diff --git a/vnftools/features/features-vnftools/pom.xml b/vnftools/features/features-vnftools/pom.xml
index 27d8017a..81338f31 100644
--- a/vnftools/features/features-vnftools/pom.xml
+++ b/vnftools/features/features-vnftools/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>feature-repo-parent</artifactId>
- <version>1.5.5-SNAPSHOT</version>
+ <version>1.5.10-SNAPSHOT</version>
<relativePath/>
</parent>
diff --git a/vnftools/features/pom.xml b/vnftools/features/pom.xml
index b9e75041..75be4a13 100644
--- a/vnftools/features/pom.xml
+++ b/vnftools/features/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>odlparent-lite</artifactId>
- <version>1.5.5-SNAPSHOT</version>
+ <version>1.5.10-SNAPSHOT</version>
<relativePath/>
</parent>
diff --git a/vnftools/features/sdnc-vnftools/pom.xml b/vnftools/features/sdnc-vnftools/pom.xml
index 842943b0..73ddbe5c 100644
--- a/vnftools/features/sdnc-vnftools/pom.xml
+++ b/vnftools/features/sdnc-vnftools/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>single-feature-parent</artifactId>
- <version>1.5.5-SNAPSHOT</version>
+ <version>1.5.10-SNAPSHOT</version>
<relativePath/>
</parent>
diff --git a/vnftools/installer/pom.xml b/vnftools/installer/pom.xml
index 23737595..fecc5cf2 100755
--- a/vnftools/installer/pom.xml
+++ b/vnftools/installer/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>odlparent-lite</artifactId>
- <version>1.5.5-SNAPSHOT</version>
+ <version>1.5.10-SNAPSHOT</version>
</parent>
<groupId>org.onap.sdnc.northbound</groupId>
diff --git a/vnftools/pom.xml b/vnftools/pom.xml
index 4b321c35..8bc0d515 100644
--- a/vnftools/pom.xml
+++ b/vnftools/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>odlparent-lite</artifactId>
- <version>1.5.5-SNAPSHOT</version>
+ <version>1.5.10-SNAPSHOT</version>
</parent>
<groupId>org.onap.sdnc.northbound</groupId>
diff --git a/vnftools/provider/pom.xml b/vnftools/provider/pom.xml
index 03439690..6f31fe32 100644
--- a/vnftools/provider/pom.xml
+++ b/vnftools/provider/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>binding-parent</artifactId>
- <version>1.5.5-SNAPSHOT</version>
+ <version>1.5.10-SNAPSHOT</version>
<relativePath/>
</parent>