aboutsummaryrefslogtreecommitdiffstats
path: root/features
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2020-05-21 11:10:41 -0400
committerDan Timoney <dtimoney@att.com>2020-05-21 11:10:41 -0400
commit0bf1f9d2cf52bf2178f86c39da495355dcd5944f (patch)
treec43e4c22039428d9ff003b95db8f9a74032d3d74 /features
parentc22a93672a11fc57e7350da4a2d82d95cefddf61 (diff)
Use released RC2 parent pom
Use released RC2 parent pom Change-Id: I2f17baa47ef56ce352de6af025816c3041017c4a Issue-ID: CCSDK-2345 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 732cbf3f..2e287eac 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.6-SNAPSHOT</version>
+ <version>1.5.6</version>
<relativePath/>
</parent>
diff --git a/features/ccsdk-filters/pom.xml b/features/ccsdk-filters/pom.xml
index c2af9d34..aca5332c 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.6-SNAPSHOT</version>
+ <version>1.5.6</version>
<relativePath/>
</parent>
diff --git a/features/ccsdk-sli-core-all/pom.xml b/features/ccsdk-sli-core-all/pom.xml
index df36de83..db987782 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.6-SNAPSHOT</version>
+ <version>1.5.6</version>
<relativePath/>
</parent>
diff --git a/features/ccsdk-sli/pom.xml b/features/ccsdk-sli/pom.xml
index 3da3521c..49e7d9c2 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.6-SNAPSHOT</version>
+ <version>1.5.6</version>
<relativePath/>
</parent>
diff --git a/features/ccsdk-sliPluginUtils/pom.xml b/features/ccsdk-sliPluginUtils/pom.xml
index 8549865c..c10a0a4a 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.6-SNAPSHOT</version>
+ <version>1.5.6</version>
<relativePath/>
</parent>
diff --git a/features/ccsdk-sliapi/pom.xml b/features/ccsdk-sliapi/pom.xml
index df94110f..d018e405 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.6-SNAPSHOT</version>
+ <version>1.5.6</version>
<relativePath/>
</parent>
diff --git a/features/ccsdk-slicore-utils/pom.xml b/features/ccsdk-slicore-utils/pom.xml
index 58ef3525..56b7ebc4 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.6-SNAPSHOT</version>
+ <version>1.5.6</version>
<relativePath/>
</parent>
diff --git a/features/features-sli-core/pom.xml b/features/features-sli-core/pom.xml
index 5d638e1c..381f6d69 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.6-SNAPSHOT</version>
+ <version>1.5.6</version>
<relativePath/>
</parent>
diff --git a/features/installer/pom.xml b/features/installer/pom.xml
index f9c96898..8a4d7f0a 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.6-SNAPSHOT</version>
+ <version>1.5.6</version>
<relativePath/>
</parent>
diff --git a/features/pom.xml b/features/pom.xml
index 584d1ba1..3971ee4e 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.6-SNAPSHOT</version>
+ <version>1.5.6</version>
<relativePath/>
</parent>