summaryrefslogtreecommitdiffstats
path: root/features
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2020-04-27 09:55:15 -0400
committerDan Timoney <dtimoney@att.com>2020-04-28 13:19:24 -0400
commitcfe678d453a4c9d442b6d54a00a75c21d581fc22 (patch)
tree3f7e1dad923f3bb714fb59ad9995c2b5fbc5aeeb /features
parentd5471900d0d05edb94225fc6895fafada649c869 (diff)
Use RC1 version of parent poms
Update to use RC1 version of parent poms and declared bgp dependency as optional. Change-Id: I3c4312e3d4be5b44eb85effa5176e3a014664591 Issue-ID: CCSDK-2344 Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'features')
-rw-r--r--features/ccsdk-dblib/pom.xml2
-rw-r--r--features/ccsdk-filters/pom.xml2
-rw-r--r--features/ccsdk-sli-core-all/pom.xml2
-rw-r--r--features/ccsdk-sli/pom.xml2
-rw-r--r--features/ccsdk-sliPluginUtils/pom.xml2
-rw-r--r--features/ccsdk-sliapi/pom.xml2
-rw-r--r--features/ccsdk-slicore-utils/pom.xml2
-rw-r--r--features/features-sli-core/pom.xml2
-rwxr-xr-xfeatures/installer/pom.xml2
-rwxr-xr-xfeatures/pom.xml2
10 files changed, 10 insertions, 10 deletions
diff --git a/features/ccsdk-dblib/pom.xml b/features/ccsdk-dblib/pom.xml
index ca022558..a12956e0 100644
--- a/features/ccsdk-dblib/pom.xml
+++ b/features/ccsdk-dblib/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>single-feature-parent</artifactId>
- <version>1.5.3-SNAPSHOT</version>
+ <version>1.5.4</version>
<relativePath/>
</parent>
diff --git a/features/ccsdk-filters/pom.xml b/features/ccsdk-filters/pom.xml
index 1b1f1cf0..3ad01432 100644
--- a/features/ccsdk-filters/pom.xml
+++ b/features/ccsdk-filters/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>single-feature-parent</artifactId>
- <version>1.5.3-SNAPSHOT</version>
+ <version>1.5.4</version>
<relativePath/>
</parent>
diff --git a/features/ccsdk-sli-core-all/pom.xml b/features/ccsdk-sli-core-all/pom.xml
index 8e60b7c1..76365096 100644
--- a/features/ccsdk-sli-core-all/pom.xml
+++ b/features/ccsdk-sli-core-all/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>single-feature-parent</artifactId>
- <version>1.5.3-SNAPSHOT</version>
+ <version>1.5.4</version>
<relativePath/>
</parent>
diff --git a/features/ccsdk-sli/pom.xml b/features/ccsdk-sli/pom.xml
index 80c1e3d3..9fed8c26 100644
--- a/features/ccsdk-sli/pom.xml
+++ b/features/ccsdk-sli/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>single-feature-parent</artifactId>
- <version>1.5.3-SNAPSHOT</version>
+ <version>1.5.4</version>
<relativePath/>
</parent>
diff --git a/features/ccsdk-sliPluginUtils/pom.xml b/features/ccsdk-sliPluginUtils/pom.xml
index 40f6e923..e1e3b1ae 100644
--- a/features/ccsdk-sliPluginUtils/pom.xml
+++ b/features/ccsdk-sliPluginUtils/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>single-feature-parent</artifactId>
- <version>1.5.3-SNAPSHOT</version>
+ <version>1.5.4</version>
<relativePath/>
</parent>
diff --git a/features/ccsdk-sliapi/pom.xml b/features/ccsdk-sliapi/pom.xml
index b5a4ea4b..3a0e514c 100644
--- a/features/ccsdk-sliapi/pom.xml
+++ b/features/ccsdk-sliapi/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>single-feature-parent</artifactId>
- <version>1.5.3-SNAPSHOT</version>
+ <version>1.5.4</version>
<relativePath/>
</parent>
diff --git a/features/ccsdk-slicore-utils/pom.xml b/features/ccsdk-slicore-utils/pom.xml
index 4ee03b60..c92ec130 100644
--- a/features/ccsdk-slicore-utils/pom.xml
+++ b/features/ccsdk-slicore-utils/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>single-feature-parent</artifactId>
- <version>1.5.3-SNAPSHOT</version>
+ <version>1.5.4</version>
<relativePath/>
</parent>
diff --git a/features/features-sli-core/pom.xml b/features/features-sli-core/pom.xml
index 94c2d024..441a27c4 100644
--- a/features/features-sli-core/pom.xml
+++ b/features/features-sli-core/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>feature-repo-parent</artifactId>
- <version>1.5.3-SNAPSHOT</version>
+ <version>1.5.4</version>
<relativePath/>
</parent>
diff --git a/features/installer/pom.xml b/features/installer/pom.xml
index d17d13fd..b078e80c 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.3-SNAPSHOT</version>
+ <version>1.5.4</version>
<relativePath/>
</parent>
diff --git a/features/pom.xml b/features/pom.xml
index 78cfc0d1..ec9b45fd 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.3-SNAPSHOT</version>
+ <version>1.5.4</version>
<relativePath/>
</parent>