summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rwxr-xr-xcore/artifacts/pom.xml2
-rwxr-xr-xcore/dblib/installer/pom.xml2
-rwxr-xr-xcore/dblib/pom.xml2
-rwxr-xr-xcore/dblib/provider/pom.xml2
-rw-r--r--core/features/ccsdk-dblib/pom.xml2
-rw-r--r--core/features/ccsdk-filters/pom.xml2
-rw-r--r--core/features/ccsdk-sli-core-all/pom.xml2
-rw-r--r--core/features/ccsdk-sli/pom.xml2
-rw-r--r--core/features/ccsdk-sliPluginUtils/pom.xml2
-rw-r--r--core/features/ccsdk-sliapi/pom.xml2
-rw-r--r--core/features/ccsdk-slicore-utils/pom.xml2
-rw-r--r--core/features/features-sli-core/pom.xml2
-rwxr-xr-xcore/features/installer/pom.xml2
-rwxr-xr-xcore/features/pom.xml2
-rwxr-xr-xcore/filters/installer/pom.xml2
-rw-r--r--core/filters/pom.xml2
-rwxr-xr-xcore/filters/provider/pom.xml2
-rwxr-xr-xcore/pom.xml2
-rwxr-xr-xcore/sli/common/pom.xml2
-rwxr-xr-xcore/sli/installer/pom.xml2
-rwxr-xr-xcore/sli/model/pom.xml2
-rwxr-xr-xcore/sli/pom.xml2
-rw-r--r--core/sli/provider-base/pom.xml2
-rwxr-xr-xcore/sli/provider/pom.xml2
-rwxr-xr-xcore/sliPluginUtils/installer/pom.xml2
-rwxr-xr-xcore/sliPluginUtils/pom.xml2
-rwxr-xr-xcore/sliPluginUtils/provider/pom.xml2
-rwxr-xr-xcore/sliapi/installer/pom.xml2
-rwxr-xr-xcore/sliapi/model/pom.xml2
-rw-r--r--core/sliapi/model/swagger/pom.xml2
-rwxr-xr-xcore/sliapi/model/yang/pom.xml2
-rwxr-xr-xcore/sliapi/pom.xml2
-rwxr-xr-xcore/sliapi/provider/pom.xml2
-rwxr-xr-xcore/utils/installer/pom.xml2
-rwxr-xr-xcore/utils/pom.xml2
-rw-r--r--core/utils/provider/pom.xml2
36 files changed, 36 insertions, 36 deletions
diff --git a/core/artifacts/pom.xml b/core/artifacts/pom.xml
index 6d793075c..4feaa3c68 100755
--- a/core/artifacts/pom.xml
+++ b/core/artifacts/pom.xml
@@ -11,7 +11,7 @@
<groupId>org.onap.ccsdk.sli.core</groupId>
<artifactId>sli-core-artifacts</artifactId>
- <version>1.5.2-SNAPSHOT</version>
+ <version>1.5.2</version>
<packaging>pom</packaging>
<name>ccsdk-sli-core :: ${project.artifactId}</name>
diff --git a/core/dblib/installer/pom.xml b/core/dblib/installer/pom.xml
index 03dd96af4..92a4cc73d 100755
--- a/core/dblib/installer/pom.xml
+++ b/core/dblib/installer/pom.xml
@@ -11,7 +11,7 @@
<groupId>org.onap.ccsdk.sli.core</groupId>
<artifactId>dblib-installer</artifactId>
- <version>1.5.2-SNAPSHOT</version>
+ <version>1.5.2</version>
<packaging>pom</packaging>
<name>ccsdk-sli-core :: ${project.artifactId}</name>
diff --git a/core/dblib/pom.xml b/core/dblib/pom.xml
index c083059be..8282031cd 100755
--- a/core/dblib/pom.xml
+++ b/core/dblib/pom.xml
@@ -11,7 +11,7 @@
<groupId>org.onap.ccsdk.sli.core</groupId>
<artifactId>dblib</artifactId>
- <version>1.5.2-SNAPSHOT</version>
+ <version>1.5.2</version>
<packaging>pom</packaging>
<name>ccsdk-sli-core :: ${project.artifactId}</name>
diff --git a/core/dblib/provider/pom.xml b/core/dblib/provider/pom.xml
index f6cab9d9f..015f89aed 100755
--- a/core/dblib/provider/pom.xml
+++ b/core/dblib/provider/pom.xml
@@ -11,7 +11,7 @@
<groupId>org.onap.ccsdk.sli.core</groupId>
<artifactId>dblib-provider</artifactId>
- <version>1.5.2-SNAPSHOT</version>
+ <version>1.5.2</version>
<packaging>bundle</packaging>
<name>ccsdk-sli-core :: ${project.artifactId}</name>
diff --git a/core/features/ccsdk-dblib/pom.xml b/core/features/ccsdk-dblib/pom.xml
index 7ae6f8e57..dcc578805 100644
--- a/core/features/ccsdk-dblib/pom.xml
+++ b/core/features/ccsdk-dblib/pom.xml
@@ -11,7 +11,7 @@
<groupId>org.onap.ccsdk.sli.core</groupId>
<artifactId>ccsdk-dblib</artifactId>
- <version>1.5.2-SNAPSHOT</version>
+ <version>1.5.2</version>
<packaging>feature</packaging>
<name>ccsdk-sli-core :: features :: ${project.artifactId}</name>
diff --git a/core/features/ccsdk-filters/pom.xml b/core/features/ccsdk-filters/pom.xml
index a03b75d6e..ff721e1c2 100644
--- a/core/features/ccsdk-filters/pom.xml
+++ b/core/features/ccsdk-filters/pom.xml
@@ -11,7 +11,7 @@
<groupId>org.onap.ccsdk.sli.core</groupId>
<artifactId>ccsdk-filters</artifactId>
- <version>1.5.2-SNAPSHOT</version>
+ <version>1.5.2</version>
<packaging>feature</packaging>
<name>ccsdk-sli-core :: features :: ${project.artifactId}</name>
diff --git a/core/features/ccsdk-sli-core-all/pom.xml b/core/features/ccsdk-sli-core-all/pom.xml
index aa9d9924b..03d575296 100644
--- a/core/features/ccsdk-sli-core-all/pom.xml
+++ b/core/features/ccsdk-sli-core-all/pom.xml
@@ -11,7 +11,7 @@
<groupId>org.onap.ccsdk.sli.core</groupId>
<artifactId>ccsdk-sli-core-all</artifactId>
- <version>1.5.2-SNAPSHOT</version>
+ <version>1.5.2</version>
<packaging>feature</packaging>
<name>ccsdk-sli-core :: features :: ${project.artifactId}</name>
diff --git a/core/features/ccsdk-sli/pom.xml b/core/features/ccsdk-sli/pom.xml
index 26513bb78..0735888e0 100644
--- a/core/features/ccsdk-sli/pom.xml
+++ b/core/features/ccsdk-sli/pom.xml
@@ -11,7 +11,7 @@
<groupId>org.onap.ccsdk.sli.core</groupId>
<artifactId>ccsdk-sli</artifactId>
- <version>1.5.2-SNAPSHOT</version>
+ <version>1.5.2</version>
<packaging>feature</packaging>
<name>ccsdk-sli-core :: features :: ${project.artifactId}</name>
diff --git a/core/features/ccsdk-sliPluginUtils/pom.xml b/core/features/ccsdk-sliPluginUtils/pom.xml
index 217a379fd..f35e21fa1 100644
--- a/core/features/ccsdk-sliPluginUtils/pom.xml
+++ b/core/features/ccsdk-sliPluginUtils/pom.xml
@@ -11,7 +11,7 @@
<groupId>org.onap.ccsdk.sli.core</groupId>
<artifactId>ccsdk-sliPluginUtils</artifactId>
- <version>1.5.2-SNAPSHOT</version>
+ <version>1.5.2</version>
<packaging>feature</packaging>
<name>ccsdk-sli-core :: features :: ${project.artifactId}</name>
diff --git a/core/features/ccsdk-sliapi/pom.xml b/core/features/ccsdk-sliapi/pom.xml
index 8c8ffe0aa..4ac90e5f6 100644
--- a/core/features/ccsdk-sliapi/pom.xml
+++ b/core/features/ccsdk-sliapi/pom.xml
@@ -11,7 +11,7 @@
<groupId>org.onap.ccsdk.sli.core</groupId>
<artifactId>ccsdk-sliapi</artifactId>
- <version>1.5.2-SNAPSHOT</version>
+ <version>1.5.2</version>
<packaging>feature</packaging>
<name>ccsdk-sli-core :: features :: ${project.artifactId}</name>
diff --git a/core/features/ccsdk-slicore-utils/pom.xml b/core/features/ccsdk-slicore-utils/pom.xml
index d3cbe58be..492df7235 100644
--- a/core/features/ccsdk-slicore-utils/pom.xml
+++ b/core/features/ccsdk-slicore-utils/pom.xml
@@ -11,7 +11,7 @@
<groupId>org.onap.ccsdk.sli.core</groupId>
<artifactId>ccsdk-slicore-utils</artifactId>
- <version>1.5.2-SNAPSHOT</version>
+ <version>1.5.2</version>
<packaging>feature</packaging>
<name>ccsdk-sli-core :: features :: ${project.artifactId}</name>
diff --git a/core/features/features-sli-core/pom.xml b/core/features/features-sli-core/pom.xml
index fb294fd66..879e5bf54 100644
--- a/core/features/features-sli-core/pom.xml
+++ b/core/features/features-sli-core/pom.xml
@@ -11,7 +11,7 @@
<groupId>org.onap.ccsdk.sli.core</groupId>
<artifactId>features-sli-core</artifactId>
- <version>1.5.2-SNAPSHOT</version>
+ <version>1.5.2</version>
<packaging>feature</packaging>
<name>ccsdk-sli-core :: features :: ${project.artifactId}</name>
diff --git a/core/features/installer/pom.xml b/core/features/installer/pom.xml
index 42826394f..ed24b19d2 100755
--- a/core/features/installer/pom.xml
+++ b/core/features/installer/pom.xml
@@ -11,7 +11,7 @@
<groupId>org.onap.ccsdk.sli.core</groupId>
<artifactId>slicore-features-installer</artifactId>
- <version>1.5.2-SNAPSHOT</version>
+ <version>1.5.2</version>
<packaging>pom</packaging>
<name>ccsdk-sli-core :: features :: ${project.artifactId}</name>
diff --git a/core/features/pom.xml b/core/features/pom.xml
index 0816bce41..29b0aa7d0 100755
--- a/core/features/pom.xml
+++ b/core/features/pom.xml
@@ -11,7 +11,7 @@
<groupId>org.onap.ccsdk.sli.core</groupId>
<artifactId>slicore-feature-aggregator</artifactId>
- <version>1.5.2-SNAPSHOT</version>
+ <version>1.5.2</version>
<packaging>pom</packaging>
<name>ccsdk-sli-core :: features</name>
diff --git a/core/filters/installer/pom.xml b/core/filters/installer/pom.xml
index 366837050..39b25e835 100755
--- a/core/filters/installer/pom.xml
+++ b/core/filters/installer/pom.xml
@@ -11,7 +11,7 @@
<groupId>org.onap.ccsdk.sli.core</groupId>
<artifactId>filters-installer</artifactId>
- <version>1.5.2-SNAPSHOT</version>
+ <version>1.5.2</version>
<packaging>pom</packaging>
<name>ccsdk-sli-core :: ${project.artifactId}</name>
diff --git a/core/filters/pom.xml b/core/filters/pom.xml
index 83f9b4ef6..981109540 100644
--- a/core/filters/pom.xml
+++ b/core/filters/pom.xml
@@ -11,7 +11,7 @@
<groupId>org.onap.ccsdk.sli.core</groupId>
<artifactId>filters</artifactId>
- <version>1.5.2-SNAPSHOT</version>
+ <version>1.5.2</version>
<packaging>pom</packaging>
<name>ccsdk-sli-core :: ${project.artifactId}</name>
diff --git a/core/filters/provider/pom.xml b/core/filters/provider/pom.xml
index 9067b310e..ef97543d6 100755
--- a/core/filters/provider/pom.xml
+++ b/core/filters/provider/pom.xml
@@ -11,7 +11,7 @@
<groupId>org.onap.ccsdk.sli.core</groupId>
<artifactId>filters-provider</artifactId>
- <version>1.5.2-SNAPSHOT</version>
+ <version>1.5.2</version>
<packaging>bundle</packaging>
<name>ccsdk-sli-core :: ${project.artifactId}</name>
diff --git a/core/pom.xml b/core/pom.xml
index af730a5e1..7df896d7d 100755
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -11,7 +11,7 @@
<groupId>org.onap.ccsdk.sli.core</groupId>
<artifactId>ccsdk-sli-core</artifactId>
- <version>1.5.2-SNAPSHOT</version>
+ <version>1.5.2</version>
<packaging>pom</packaging>
<name>${project.artifactId}</name>
diff --git a/core/sli/common/pom.xml b/core/sli/common/pom.xml
index ce6ba8b64..638e82b94 100755
--- a/core/sli/common/pom.xml
+++ b/core/sli/common/pom.xml
@@ -11,7 +11,7 @@
<groupId>org.onap.ccsdk.sli.core</groupId>
<artifactId>sli-common</artifactId>
- <version>1.5.2-SNAPSHOT</version>
+ <version>1.5.2</version>
<packaging>bundle</packaging>
<name>ccsdk-sli-core :: ${project.artifactId}</name>
diff --git a/core/sli/installer/pom.xml b/core/sli/installer/pom.xml
index 75c92369f..2577800c8 100755
--- a/core/sli/installer/pom.xml
+++ b/core/sli/installer/pom.xml
@@ -11,7 +11,7 @@
<groupId>org.onap.ccsdk.sli.core</groupId>
<artifactId>sli-installer</artifactId>
- <version>1.5.2-SNAPSHOT</version>
+ <version>1.5.2</version>
<packaging>pom</packaging>
<name>ccsdk-sli-core :: ${project.artifactId}</name>
diff --git a/core/sli/model/pom.xml b/core/sli/model/pom.xml
index 67358929e..dac017216 100755
--- a/core/sli/model/pom.xml
+++ b/core/sli/model/pom.xml
@@ -11,7 +11,7 @@
<groupId>org.onap.ccsdk.sli.core</groupId>
<artifactId>sli-model</artifactId>
- <version>1.5.2-SNAPSHOT</version>
+ <version>1.5.2</version>
<packaging>bundle</packaging>
<name>ccsdk-sli-core :: ${project.artifactId}</name>
diff --git a/core/sli/pom.xml b/core/sli/pom.xml
index 323e1e924..6f9af61b9 100755
--- a/core/sli/pom.xml
+++ b/core/sli/pom.xml
@@ -11,7 +11,7 @@
<groupId>org.onap.ccsdk.sli.core</groupId>
<artifactId>sli</artifactId>
- <version>1.5.2-SNAPSHOT</version>
+ <version>1.5.2</version>
<packaging>pom</packaging>
<name>ccsdk-sli-core :: ${project.artifactId}</name>
diff --git a/core/sli/provider-base/pom.xml b/core/sli/provider-base/pom.xml
index 0ceae6583..7143f3f8c 100644
--- a/core/sli/provider-base/pom.xml
+++ b/core/sli/provider-base/pom.xml
@@ -11,7 +11,7 @@
<groupId>org.onap.ccsdk.sli.core</groupId>
<artifactId>sli-provider-base</artifactId>
- <version>1.5.2-SNAPSHOT</version>
+ <version>1.5.2</version>
<packaging>bundle</packaging>
<name>ccsdk-sli-core :: ${project.artifactId}</name>
diff --git a/core/sli/provider/pom.xml b/core/sli/provider/pom.xml
index a161199b9..8e3225220 100755
--- a/core/sli/provider/pom.xml
+++ b/core/sli/provider/pom.xml
@@ -11,7 +11,7 @@
<groupId>org.onap.ccsdk.sli.core</groupId>
<artifactId>sli-provider</artifactId>
- <version>1.5.2-SNAPSHOT</version>
+ <version>1.5.2</version>
<packaging>bundle</packaging>
<name>ccsdk-sli-core :: ${project.artifactId}</name>
diff --git a/core/sliPluginUtils/installer/pom.xml b/core/sliPluginUtils/installer/pom.xml
index b6abf0c4a..8eac65920 100755
--- a/core/sliPluginUtils/installer/pom.xml
+++ b/core/sliPluginUtils/installer/pom.xml
@@ -11,7 +11,7 @@
<groupId>org.onap.ccsdk.sli.core</groupId>
<artifactId>sliPluginUtils-installer</artifactId>
- <version>1.5.2-SNAPSHOT</version>
+ <version>1.5.2</version>
<packaging>pom</packaging>
<name>ccsdk-sli-core :: ${project.artifactId}</name>
diff --git a/core/sliPluginUtils/pom.xml b/core/sliPluginUtils/pom.xml
index 9a91ff9d0..28772589b 100755
--- a/core/sliPluginUtils/pom.xml
+++ b/core/sliPluginUtils/pom.xml
@@ -11,7 +11,7 @@
<groupId>org.onap.ccsdk.sli.core</groupId>
<artifactId>sliPluginUtils</artifactId>
- <version>1.5.2-SNAPSHOT</version>
+ <version>1.5.2</version>
<packaging>pom</packaging>
<name>ccsdk-sli-core :: ${project.artifactId}</name>
diff --git a/core/sliPluginUtils/provider/pom.xml b/core/sliPluginUtils/provider/pom.xml
index 1c239449c..c7d254b07 100755
--- a/core/sliPluginUtils/provider/pom.xml
+++ b/core/sliPluginUtils/provider/pom.xml
@@ -11,7 +11,7 @@
<groupId>org.onap.ccsdk.sli.core</groupId>
<artifactId>sliPluginUtils-provider</artifactId>
- <version>1.5.2-SNAPSHOT</version>
+ <version>1.5.2</version>
<packaging>bundle</packaging>
<name>ccsdk-sli-core :: ${project.artifactId}</name>
diff --git a/core/sliapi/installer/pom.xml b/core/sliapi/installer/pom.xml
index 4313186c7..b6f517b8f 100755
--- a/core/sliapi/installer/pom.xml
+++ b/core/sliapi/installer/pom.xml
@@ -11,7 +11,7 @@
<groupId>org.onap.ccsdk.sli.core</groupId>
<artifactId>sliapi-installer</artifactId>
- <version>1.5.2-SNAPSHOT</version>
+ <version>1.5.2</version>
<packaging>pom</packaging>
<name>ccsdk-sli-core :: ${project.artifactId}</name>
diff --git a/core/sliapi/model/pom.xml b/core/sliapi/model/pom.xml
index d6238423a..6994af458 100755
--- a/core/sliapi/model/pom.xml
+++ b/core/sliapi/model/pom.xml
@@ -11,7 +11,7 @@
<groupId>org.onap.ccsdk.sli.core</groupId>
<artifactId>sliapi-model</artifactId>
- <version>1.5.2-SNAPSHOT</version>
+ <version>1.5.2</version>
<packaging>pom</packaging>
<name>ccsdk-sli-core :: ${project.artifactId}</name>
diff --git a/core/sliapi/model/swagger/pom.xml b/core/sliapi/model/swagger/pom.xml
index d646af7ca..08d48c8b6 100644
--- a/core/sliapi/model/swagger/pom.xml
+++ b/core/sliapi/model/swagger/pom.xml
@@ -10,7 +10,7 @@
<groupId>org.onap.ccsdk.sli.core</groupId>
<artifactId>sliapi-model-swagger</artifactId>
- <version>1.5.2-SNAPSHOT</version>
+ <version>1.5.2</version>
<packaging>jar</packaging>
<name>ccsdk-sli-core :: sliapi :: ${project.artifactId}</name>
diff --git a/core/sliapi/model/yang/pom.xml b/core/sliapi/model/yang/pom.xml
index 635f172b7..a0cd9c5c8 100755
--- a/core/sliapi/model/yang/pom.xml
+++ b/core/sliapi/model/yang/pom.xml
@@ -11,7 +11,7 @@
<groupId>org.onap.ccsdk.sli.core</groupId>
<artifactId>sliapi-model-yang</artifactId>
- <version>1.5.2-SNAPSHOT</version>
+ <version>1.5.2</version>
<packaging>bundle</packaging>
<name>ccsdk-sli-core :: sliapi :: ${project.artifactId}</name>
diff --git a/core/sliapi/pom.xml b/core/sliapi/pom.xml
index fd44c349b..114c8c856 100755
--- a/core/sliapi/pom.xml
+++ b/core/sliapi/pom.xml
@@ -11,7 +11,7 @@
<groupId>org.onap.ccsdk.sli.core</groupId>
<artifactId>sliapi</artifactId>
- <version>1.5.2-SNAPSHOT</version>
+ <version>1.5.2</version>
<packaging>pom</packaging>
<name>ccsdk-sli-core :: ${project.artifactId}</name>
diff --git a/core/sliapi/provider/pom.xml b/core/sliapi/provider/pom.xml
index a949f92e4..8b0ebf661 100755
--- a/core/sliapi/provider/pom.xml
+++ b/core/sliapi/provider/pom.xml
@@ -11,7 +11,7 @@
<groupId>org.onap.ccsdk.sli.core</groupId>
<artifactId>sliapi-provider</artifactId>
- <version>1.5.2-SNAPSHOT</version>
+ <version>1.5.2</version>
<packaging>bundle</packaging>
<name>ccsdk-sli-core :: ${project.artifactId}</name>
diff --git a/core/utils/installer/pom.xml b/core/utils/installer/pom.xml
index 3bdb9d036..194c79f5f 100755
--- a/core/utils/installer/pom.xml
+++ b/core/utils/installer/pom.xml
@@ -11,7 +11,7 @@
<groupId>org.onap.ccsdk.sli.core</groupId>
<artifactId>utils-installer</artifactId>
- <version>1.5.2-SNAPSHOT</version>
+ <version>1.5.2</version>
<packaging>pom</packaging>
<name>ccsdk-sli-core :: ${project.artifactId}</name>
diff --git a/core/utils/pom.xml b/core/utils/pom.xml
index de4630296..a95cb7286 100755
--- a/core/utils/pom.xml
+++ b/core/utils/pom.xml
@@ -11,7 +11,7 @@
<groupId>org.onap.ccsdk.sli.core</groupId>
<artifactId>utils</artifactId>
- <version>1.5.2-SNAPSHOT</version>
+ <version>1.5.2</version>
<packaging>pom</packaging>
<name>ccsdk-sli-core :: ${project.artifactId}</name>
diff --git a/core/utils/provider/pom.xml b/core/utils/provider/pom.xml
index 7d9b126bc..06b0f2a6e 100644
--- a/core/utils/provider/pom.xml
+++ b/core/utils/provider/pom.xml
@@ -11,7 +11,7 @@
<groupId>org.onap.ccsdk.sli.core</groupId>
<artifactId>utils-provider</artifactId>
- <version>1.5.2-SNAPSHOT</version>
+ <version>1.5.2</version>
<packaging>bundle</packaging>
<name>ccsdk-sli-core :: ${project.artifactId}</name>