summaryrefslogtreecommitdiffstats
path: root/features
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2020-06-24 07:06:08 -0400
committerDan Timoney <dtimoney@att.com>2020-06-24 07:06:08 -0400
commited8cc83a1b653822308f7390cf9c7bb078e18f87 (patch)
treef3bc3b9a9b885ff044c644124dbeda240164bf09 /features
parent0bf1f9d2cf52bf2178f86c39da495355dcd5944f (diff)
Update to latest ccsdk/parent Frankfurt snapshot version6.0.0-ONAPfrankfurt
Updated parent versions to latest CCSDK Frankfurt snapshot Change-Id: If234c8000ff7c8267048d6ff531e153fbce06d39 Issue-ID: CCSDK-2478 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 2e287eac..40ce403c 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</version>
+ <version>1.5.10-SNAPSHOT</version>
<relativePath/>
</parent>
diff --git a/features/ccsdk-filters/pom.xml b/features/ccsdk-filters/pom.xml
index aca5332c..5ed01279 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</version>
+ <version>1.5.10-SNAPSHOT</version>
<relativePath/>
</parent>
diff --git a/features/ccsdk-sli-core-all/pom.xml b/features/ccsdk-sli-core-all/pom.xml
index db987782..e8f0eef9 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</version>
+ <version>1.5.10-SNAPSHOT</version>
<relativePath/>
</parent>
diff --git a/features/ccsdk-sli/pom.xml b/features/ccsdk-sli/pom.xml
index 49e7d9c2..4030d361 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</version>
+ <version>1.5.10-SNAPSHOT</version>
<relativePath/>
</parent>
diff --git a/features/ccsdk-sliPluginUtils/pom.xml b/features/ccsdk-sliPluginUtils/pom.xml
index c10a0a4a..f15eae7a 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</version>
+ <version>1.5.10-SNAPSHOT</version>
<relativePath/>
</parent>
diff --git a/features/ccsdk-sliapi/pom.xml b/features/ccsdk-sliapi/pom.xml
index d018e405..8393736b 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</version>
+ <version>1.5.10-SNAPSHOT</version>
<relativePath/>
</parent>
diff --git a/features/ccsdk-slicore-utils/pom.xml b/features/ccsdk-slicore-utils/pom.xml
index 56b7ebc4..06eb18f0 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</version>
+ <version>1.5.10-SNAPSHOT</version>
<relativePath/>
</parent>
diff --git a/features/features-sli-core/pom.xml b/features/features-sli-core/pom.xml
index 381f6d69..bb89449a 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</version>
+ <version>1.5.10-SNAPSHOT</version>
<relativePath/>
</parent>
diff --git a/features/installer/pom.xml b/features/installer/pom.xml
index 8a4d7f0a..77282f3f 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</version>
+ <version>1.5.10-SNAPSHOT</version>
<relativePath/>
</parent>
diff --git a/features/pom.xml b/features/pom.xml
index 3971ee4e..7498f50e 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</version>
+ <version>1.5.10-SNAPSHOT</version>
<relativePath/>
</parent>