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 01e638aa0..e76faad2b 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.6.2-SNAPSHOT</version>
+ <version>1.6.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 ef6d95ead..706957d64 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.6.2-SNAPSHOT</version>
+ <version>1.6.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 8fdd4ab95..91de02a88 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.6.2-SNAPSHOT</version>
+ <version>1.6.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 18027a646..fa565e86d 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.6.2-SNAPSHOT</version>
+ <version>1.6.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 44df2659d..aec7cd998 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.6.2-SNAPSHOT</version>
+ <version>1.6.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 84377fb44..99accf791 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.6.2-SNAPSHOT</version>
+ <version>1.6.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 c953f50d5..d6b4e9c06 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.6.2-SNAPSHOT</version>
+ <version>1.6.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 02b161acc..7836fcd18 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.6.2-SNAPSHOT</version>
+ <version>1.6.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 c0ca893b4..acd554413 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.6.2-SNAPSHOT</version>
+ <version>1.6.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 18ffdad87..0c21924d5 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.6.2-SNAPSHOT</version>
+ <version>1.6.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 0a2a83153..a2a8909ca 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.6.2-SNAPSHOT</version>
+ <version>1.6.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 7c90f5828..5baffdac2 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.6.2-SNAPSHOT</version>
+ <version>1.6.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 252e46c2f..235cea299 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.6.2-SNAPSHOT</version>
+ <version>1.6.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 8c3e83dda..773e2a4b7 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.6.2-SNAPSHOT</version>
+ <version>1.6.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 9b7d36a5a..9a58de9fe 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.6.2-SNAPSHOT</version>
+ <version>1.6.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 960fd87f6..a953aab4d 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.6.2-SNAPSHOT</version>
+ <version>1.6.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 6bf05a3c1..17e390740 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.6.2-SNAPSHOT</version>
+ <version>1.6.2</version>
<packaging>bundle</packaging>
<name>ccsdk-sli-core :: ${project.artifactId}</name>
diff --git a/core/pom.xml b/core/pom.xml
index 8e9be6f73..ac12c0299 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.6.2-SNAPSHOT</version>
+ <version>1.6.2</version>
<packaging>pom</packaging>
<name>${project.artifactId}</name>
diff --git a/core/sli/common/pom.xml b/core/sli/common/pom.xml
index beae950ea..7ec592935 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.6.2-SNAPSHOT</version>
+ <version>1.6.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 898dc1abd..68b132243 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.6.2-SNAPSHOT</version>
+ <version>1.6.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 5ce324ff1..70a10c697 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.6.2-SNAPSHOT</version>
+ <version>1.6.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 8c7bcc44d..94d7cc700 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.6.2-SNAPSHOT</version>
+ <version>1.6.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 7f3da40ce..aaaa15594 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.6.2-SNAPSHOT</version>
+ <version>1.6.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 8f78bed8a..40def2282 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.6.2-SNAPSHOT</version>
+ <version>1.6.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 837d79b78..a4915fabc 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.6.2-SNAPSHOT</version>
+ <version>1.6.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 672a52578..77bf303f4 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.6.2-SNAPSHOT</version>
+ <version>1.6.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 72d00122f..6805fe7b8 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.6.2-SNAPSHOT</version>
+ <version>1.6.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 8b3fa1ccc..397558cfa 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.6.2-SNAPSHOT</version>
+ <version>1.6.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 c28be5bde..ca6983296 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.6.2-SNAPSHOT</version>
+ <version>1.6.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 5c6ee5e3b..7c4a2e3b9 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.6.2-SNAPSHOT</version>
+ <version>1.6.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 a227f8aa4..5032204c6 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.6.2-SNAPSHOT</version>
+ <version>1.6.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 1a9d448b7..2ac6bc94f 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.6.2-SNAPSHOT</version>
+ <version>1.6.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 f86831d81..6a2c3c53c 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.6.2-SNAPSHOT</version>
+ <version>1.6.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 1888aaec3..d36bd471e 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.6.2-SNAPSHOT</version>
+ <version>1.6.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 810bb9f59..d1b08b222 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.6.2-SNAPSHOT</version>
+ <version>1.6.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 70e44b1cc..f3c1f2905 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.6.2-SNAPSHOT</version>
+ <version>1.6.2</version>
<packaging>bundle</packaging>
<name>ccsdk-sli-core :: ${project.artifactId}</name>