aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimoney, Dan (dt5972) <dtimoney@att.com>2019-04-24 12:03:12 -0400
committerTimoney, Dan (dt5972) <dtimoney@att.com>2019-04-24 12:03:12 -0400
commit77bd831346293f92c41ca3144fff3e9183b3b755 (patch)
tree60a9d38e0b2b5c24b71ee56af1bbffe2678a7c96
parent6737dde71f6cdec79904c219efdf4aa348e158e4 (diff)
Update to use released 1.2.2 parent0.4.2
Update to use released 1.2.2 version of parent poms. Change-Id: I2edaa726e871ec3ad3bf1aa1cc3d592c79ca6c92 Issue-ID: CCSDK-1222 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
-rwxr-xr-xartifacts/pom.xml2
-rw-r--r--dblib/features/ccsdk-dblib/pom.xml2
-rw-r--r--dblib/features/features-dblib/pom.xml2
-rwxr-xr-xdblib/features/pom.xml2
-rwxr-xr-xdblib/installer/pom.xml2
-rwxr-xr-xdblib/pom.xml2
-rwxr-xr-xdblib/provider/pom.xml2
-rw-r--r--features/ccsdk-sli-core-all/pom.xml2
-rw-r--r--features/features-sli-core/pom.xml2
-rwxr-xr-xfeatures/installer/pom.xml2
-rwxr-xr-xfeatures/pom.xml2
-rw-r--r--filters/features/ccsdk-filters/pom.xml2
-rw-r--r--filters/features/features-filters/pom.xml2
-rwxr-xr-xfilters/features/pom.xml2
-rwxr-xr-xfilters/installer/pom.xml2
-rw-r--r--filters/pom.xml2
-rwxr-xr-xfilters/provider/pom.xml2
-rwxr-xr-xpom.xml2
-rwxr-xr-xsli/common/pom.xml2
-rw-r--r--sli/features/features-sli/pom.xml2
-rw-r--r--sli/features/odl-sli/pom.xml2
-rw-r--r--sli/features/pom.xml2
-rwxr-xr-xsli/installer/pom.xml2
-rwxr-xr-xsli/model/pom.xml2
-rwxr-xr-xsli/pom.xml2
-rw-r--r--sli/provider-base/pom.xml2
-rwxr-xr-xsli/provider/pom.xml2
-rwxr-xr-xsli/recording/pom.xml2
-rw-r--r--sliPluginUtils/features/ccsdk-sliPluginUtils/pom.xml2
-rw-r--r--sliPluginUtils/features/features-sliPluginUtils/pom.xml2
-rwxr-xr-xsliPluginUtils/features/pom.xml2
-rwxr-xr-xsliPluginUtils/installer/pom.xml2
-rwxr-xr-xsliPluginUtils/pom.xml2
-rwxr-xr-xsliPluginUtils/provider/pom.xml2
-rw-r--r--sliapi/features/ccsdk-sliapi/pom.xml2
-rw-r--r--sliapi/features/features-sliapi/pom.xml2
-rwxr-xr-xsliapi/features/pom.xml2
-rwxr-xr-xsliapi/installer/pom.xml2
-rwxr-xr-xsliapi/model/pom.xml2
-rwxr-xr-xsliapi/pom.xml2
-rwxr-xr-xsliapi/provider/pom.xml2
-rw-r--r--utils/features/ccsdk-slicore-utils/pom.xml2
-rw-r--r--utils/features/features-util/pom.xml2
-rwxr-xr-xutils/features/pom.xml2
-rwxr-xr-xutils/installer/pom.xml2
-rwxr-xr-xutils/pom.xml2
-rw-r--r--utils/provider/pom.xml2
47 files changed, 47 insertions, 47 deletions
diff --git a/artifacts/pom.xml b/artifacts/pom.xml
index f087c9d7..50a6efec 100755
--- a/artifacts/pom.xml
+++ b/artifacts/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>parent</artifactId>
- <version>1.2.2-SNAPSHOT</version>
+ <version>1.2.2</version>
</parent>
<dependencyManagement>
diff --git a/dblib/features/ccsdk-dblib/pom.xml b/dblib/features/ccsdk-dblib/pom.xml
index 2fbb6e0d..9e645cab 100644
--- a/dblib/features/ccsdk-dblib/pom.xml
+++ b/dblib/features/ccsdk-dblib/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>single-feature-parent</artifactId>
- <version>1.2.2-SNAPSHOT</version>
+ <version>1.2.2</version>
<relativePath/>
</parent>
diff --git a/dblib/features/features-dblib/pom.xml b/dblib/features/features-dblib/pom.xml
index 989be63e..ae8923e7 100644
--- a/dblib/features/features-dblib/pom.xml
+++ b/dblib/features/features-dblib/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>feature-repo-parent</artifactId>
- <version>1.2.2-SNAPSHOT</version>
+ <version>1.2.2</version>
<relativePath/>
</parent>
diff --git a/dblib/features/pom.xml b/dblib/features/pom.xml
index 94828fed..0b6cbb4d 100755
--- a/dblib/features/pom.xml
+++ b/dblib/features/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>odlparent-lite</artifactId>
- <version>1.2.2-SNAPSHOT</version>
+ <version>1.2.2</version>
<relativePath/>
</parent>
diff --git a/dblib/installer/pom.xml b/dblib/installer/pom.xml
index a73cd822..d9584eef 100755
--- a/dblib/installer/pom.xml
+++ b/dblib/installer/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>odlparent-lite</artifactId>
- <version>1.2.2-SNAPSHOT</version>
+ <version>1.2.2</version>
<relativePath/>
</parent>
diff --git a/dblib/pom.xml b/dblib/pom.xml
index 98b01ac1..64ab330c 100755
--- a/dblib/pom.xml
+++ b/dblib/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>odlparent-lite</artifactId>
- <version>1.2.2-SNAPSHOT</version>
+ <version>1.2.2</version>
<relativePath/>
</parent>
diff --git a/dblib/provider/pom.xml b/dblib/provider/pom.xml
index eef007d0..08b3d320 100755
--- a/dblib/provider/pom.xml
+++ b/dblib/provider/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>binding-parent</artifactId>
- <version>1.2.2-SNAPSHOT</version>
+ <version>1.2.2</version>
<relativePath/>
</parent>
diff --git a/features/ccsdk-sli-core-all/pom.xml b/features/ccsdk-sli-core-all/pom.xml
index be3dfb0a..0d9dbbfd 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.2.2-SNAPSHOT</version>
+ <version>1.2.2</version>
<relativePath/>
</parent>
diff --git a/features/features-sli-core/pom.xml b/features/features-sli-core/pom.xml
index 4ec16e8f..b390df62 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.2.2-SNAPSHOT</version>
+ <version>1.2.2</version>
<relativePath/>
</parent>
diff --git a/features/installer/pom.xml b/features/installer/pom.xml
index 7ba73f9b..b405e5e5 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.2.2-SNAPSHOT</version>
+ <version>1.2.2</version>
<relativePath/>
</parent>
diff --git a/features/pom.xml b/features/pom.xml
index 0cd08025..2fd4acaf 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.2.2-SNAPSHOT</version>
+ <version>1.2.2</version>
<relativePath/>
</parent>
diff --git a/filters/features/ccsdk-filters/pom.xml b/filters/features/ccsdk-filters/pom.xml
index 9080243a..82126626 100644
--- a/filters/features/ccsdk-filters/pom.xml
+++ b/filters/features/ccsdk-filters/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>single-feature-parent</artifactId>
- <version>1.2.2-SNAPSHOT</version>
+ <version>1.2.2</version>
<relativePath/>
</parent>
diff --git a/filters/features/features-filters/pom.xml b/filters/features/features-filters/pom.xml
index 8a014079..86ef75b9 100644
--- a/filters/features/features-filters/pom.xml
+++ b/filters/features/features-filters/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>feature-repo-parent</artifactId>
- <version>1.2.2-SNAPSHOT</version>
+ <version>1.2.2</version>
<relativePath/>
</parent>
diff --git a/filters/features/pom.xml b/filters/features/pom.xml
index eaf582f9..c2fb1789 100755
--- a/filters/features/pom.xml
+++ b/filters/features/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>odlparent-lite</artifactId>
- <version>1.2.2-SNAPSHOT</version>
+ <version>1.2.2</version>
<relativePath/>
</parent>
diff --git a/filters/installer/pom.xml b/filters/installer/pom.xml
index 3f563f4f..fb24bbc5 100755
--- a/filters/installer/pom.xml
+++ b/filters/installer/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>odlparent-lite</artifactId>
- <version>1.2.2-SNAPSHOT</version>
+ <version>1.2.2</version>
<relativePath/>
</parent>
diff --git a/filters/pom.xml b/filters/pom.xml
index ac2394b6..5fb9c28c 100644
--- a/filters/pom.xml
+++ b/filters/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>odlparent-lite</artifactId>
- <version>1.2.2-SNAPSHOT</version>
+ <version>1.2.2</version>
<relativePath/>
</parent>
diff --git a/filters/provider/pom.xml b/filters/provider/pom.xml
index c9104435..1df4661f 100755
--- a/filters/provider/pom.xml
+++ b/filters/provider/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>binding-parent</artifactId>
- <version>1.2.2-SNAPSHOT</version>
+ <version>1.2.2</version>
<relativePath/>
</parent>
diff --git a/pom.xml b/pom.xml
index f3cbd9db..4b474c0a 100755
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>odlparent-lite</artifactId>
- <version>1.2.2-SNAPSHOT</version>
+ <version>1.2.2</version>
<relativePath/>
</parent>
diff --git a/sli/common/pom.xml b/sli/common/pom.xml
index e36289af..a298eec3 100755
--- a/sli/common/pom.xml
+++ b/sli/common/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>binding-parent</artifactId>
- <version>1.2.2-SNAPSHOT</version>
+ <version>1.2.2</version>
<relativePath/>
</parent>
diff --git a/sli/features/features-sli/pom.xml b/sli/features/features-sli/pom.xml
index 5c4f05a2..2ebeceae 100644
--- a/sli/features/features-sli/pom.xml
+++ b/sli/features/features-sli/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>feature-repo-parent</artifactId>
- <version>1.2.2-SNAPSHOT</version>
+ <version>1.2.2</version>
<relativePath/>
</parent>
diff --git a/sli/features/odl-sli/pom.xml b/sli/features/odl-sli/pom.xml
index 649df32d..9eb5f01d 100644
--- a/sli/features/odl-sli/pom.xml
+++ b/sli/features/odl-sli/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>single-feature-parent</artifactId>
- <version>1.2.2-SNAPSHOT</version>
+ <version>1.2.2</version>
<relativePath/>
</parent>
diff --git a/sli/features/pom.xml b/sli/features/pom.xml
index 5a288089..ed1de8e1 100644
--- a/sli/features/pom.xml
+++ b/sli/features/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>odlparent-lite</artifactId>
- <version>1.2.2-SNAPSHOT</version>
+ <version>1.2.2</version>
<relativePath/>
</parent>
diff --git a/sli/installer/pom.xml b/sli/installer/pom.xml
index 87e8c784..6a774e40 100755
--- a/sli/installer/pom.xml
+++ b/sli/installer/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>odlparent-lite</artifactId>
- <version>1.2.2-SNAPSHOT</version>
+ <version>1.2.2</version>
<relativePath/>
</parent>
diff --git a/sli/model/pom.xml b/sli/model/pom.xml
index fa5d1628..2a64aacf 100755
--- a/sli/model/pom.xml
+++ b/sli/model/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>binding-parent</artifactId>
- <version>1.2.2-SNAPSHOT</version>
+ <version>1.2.2</version>
<relativePath/>
</parent>
diff --git a/sli/pom.xml b/sli/pom.xml
index d77a3a3b..2eeaa917 100755
--- a/sli/pom.xml
+++ b/sli/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>odlparent-lite</artifactId>
- <version>1.2.2-SNAPSHOT</version>
+ <version>1.2.2</version>
<relativePath/>
</parent>
diff --git a/sli/provider-base/pom.xml b/sli/provider-base/pom.xml
index c2ff457d..dc8f91c6 100644
--- a/sli/provider-base/pom.xml
+++ b/sli/provider-base/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>binding-parent</artifactId>
- <version>1.2.2-SNAPSHOT</version>
+ <version>1.2.2</version>
<relativePath/>
</parent>
diff --git a/sli/provider/pom.xml b/sli/provider/pom.xml
index 166ea477..413f609a 100755
--- a/sli/provider/pom.xml
+++ b/sli/provider/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>binding-parent</artifactId>
- <version>1.2.2-SNAPSHOT</version>
+ <version>1.2.2</version>
<relativePath/>
</parent>
diff --git a/sli/recording/pom.xml b/sli/recording/pom.xml
index 153c5edd..46dbf231 100755
--- a/sli/recording/pom.xml
+++ b/sli/recording/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>binding-parent</artifactId>
- <version>1.2.2-SNAPSHOT</version>
+ <version>1.2.2</version>
<relativePath/>
</parent>
diff --git a/sliPluginUtils/features/ccsdk-sliPluginUtils/pom.xml b/sliPluginUtils/features/ccsdk-sliPluginUtils/pom.xml
index 186dac3e..5c1b378c 100644
--- a/sliPluginUtils/features/ccsdk-sliPluginUtils/pom.xml
+++ b/sliPluginUtils/features/ccsdk-sliPluginUtils/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>single-feature-parent</artifactId>
- <version>1.2.2-SNAPSHOT</version>
+ <version>1.2.2</version>
<relativePath/>
</parent>
diff --git a/sliPluginUtils/features/features-sliPluginUtils/pom.xml b/sliPluginUtils/features/features-sliPluginUtils/pom.xml
index 06c43084..6b94d979 100644
--- a/sliPluginUtils/features/features-sliPluginUtils/pom.xml
+++ b/sliPluginUtils/features/features-sliPluginUtils/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>feature-repo-parent</artifactId>
- <version>1.2.2-SNAPSHOT</version>
+ <version>1.2.2</version>
<relativePath/>
</parent>
diff --git a/sliPluginUtils/features/pom.xml b/sliPluginUtils/features/pom.xml
index 0beb5a8d..4d15ed83 100755
--- a/sliPluginUtils/features/pom.xml
+++ b/sliPluginUtils/features/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>odlparent-lite</artifactId>
- <version>1.2.2-SNAPSHOT</version>
+ <version>1.2.2</version>
<relativePath/>
</parent>
diff --git a/sliPluginUtils/installer/pom.xml b/sliPluginUtils/installer/pom.xml
index 2799c392..b6148235 100755
--- a/sliPluginUtils/installer/pom.xml
+++ b/sliPluginUtils/installer/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>odlparent-lite</artifactId>
- <version>1.2.2-SNAPSHOT</version>
+ <version>1.2.2</version>
<relativePath/>
</parent>
diff --git a/sliPluginUtils/pom.xml b/sliPluginUtils/pom.xml
index cd5deacc..749c2aae 100755
--- a/sliPluginUtils/pom.xml
+++ b/sliPluginUtils/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>odlparent-lite</artifactId>
- <version>1.2.2-SNAPSHOT</version>
+ <version>1.2.2</version>
<relativePath/>
</parent>
diff --git a/sliPluginUtils/provider/pom.xml b/sliPluginUtils/provider/pom.xml
index 53fea8b1..9397a810 100755
--- a/sliPluginUtils/provider/pom.xml
+++ b/sliPluginUtils/provider/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>binding-parent</artifactId>
- <version>1.2.2-SNAPSHOT</version>
+ <version>1.2.2</version>
<relativePath/>
</parent>
diff --git a/sliapi/features/ccsdk-sliapi/pom.xml b/sliapi/features/ccsdk-sliapi/pom.xml
index 041ae41b..4c42fe79 100644
--- a/sliapi/features/ccsdk-sliapi/pom.xml
+++ b/sliapi/features/ccsdk-sliapi/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>single-feature-parent</artifactId>
- <version>1.2.2-SNAPSHOT</version>
+ <version>1.2.2</version>
<relativePath/>
</parent>
diff --git a/sliapi/features/features-sliapi/pom.xml b/sliapi/features/features-sliapi/pom.xml
index 9ee363b2..1716be3a 100644
--- a/sliapi/features/features-sliapi/pom.xml
+++ b/sliapi/features/features-sliapi/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>feature-repo-parent</artifactId>
- <version>1.2.2-SNAPSHOT</version>
+ <version>1.2.2</version>
<relativePath/>
</parent>
diff --git a/sliapi/features/pom.xml b/sliapi/features/pom.xml
index 2a063a56..66d84b00 100755
--- a/sliapi/features/pom.xml
+++ b/sliapi/features/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>odlparent-lite</artifactId>
- <version>1.2.2-SNAPSHOT</version>
+ <version>1.2.2</version>
<relativePath/>
</parent>
diff --git a/sliapi/installer/pom.xml b/sliapi/installer/pom.xml
index d77e072e..3f88d86b 100755
--- a/sliapi/installer/pom.xml
+++ b/sliapi/installer/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>odlparent-lite</artifactId>
- <version>1.2.2-SNAPSHOT</version>
+ <version>1.2.2</version>
<relativePath/>
</parent>
diff --git a/sliapi/model/pom.xml b/sliapi/model/pom.xml
index 0dfee2c4..8605e3f8 100755
--- a/sliapi/model/pom.xml
+++ b/sliapi/model/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>binding-parent</artifactId>
- <version>1.2.2-SNAPSHOT</version>
+ <version>1.2.2</version>
<relativePath/>
</parent>
diff --git a/sliapi/pom.xml b/sliapi/pom.xml
index 8fdf0696..5cfd396c 100755
--- a/sliapi/pom.xml
+++ b/sliapi/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>odlparent-lite</artifactId>
- <version>1.2.2-SNAPSHOT</version>
+ <version>1.2.2</version>
<relativePath/>
</parent>
diff --git a/sliapi/provider/pom.xml b/sliapi/provider/pom.xml
index 913baa14..f714e750 100755
--- a/sliapi/provider/pom.xml
+++ b/sliapi/provider/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>binding-parent</artifactId>
- <version>1.2.2-SNAPSHOT</version>
+ <version>1.2.2</version>
<relativePath/>
</parent>
diff --git a/utils/features/ccsdk-slicore-utils/pom.xml b/utils/features/ccsdk-slicore-utils/pom.xml
index cf80396a..e3c85756 100644
--- a/utils/features/ccsdk-slicore-utils/pom.xml
+++ b/utils/features/ccsdk-slicore-utils/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>single-feature-parent</artifactId>
- <version>1.2.2-SNAPSHOT</version>
+ <version>1.2.2</version>
<relativePath/>
</parent>
diff --git a/utils/features/features-util/pom.xml b/utils/features/features-util/pom.xml
index 363f5c8c..39f4c676 100644
--- a/utils/features/features-util/pom.xml
+++ b/utils/features/features-util/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>feature-repo-parent</artifactId>
- <version>1.2.2-SNAPSHOT</version>
+ <version>1.2.2</version>
<relativePath/>
</parent>
diff --git a/utils/features/pom.xml b/utils/features/pom.xml
index 89e5e952..db8592f4 100755
--- a/utils/features/pom.xml
+++ b/utils/features/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>odlparent-lite</artifactId>
- <version>1.2.2-SNAPSHOT</version>
+ <version>1.2.2</version>
<relativePath/>
</parent>
diff --git a/utils/installer/pom.xml b/utils/installer/pom.xml
index 3fe75481..7a2c9c72 100755
--- a/utils/installer/pom.xml
+++ b/utils/installer/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>odlparent-lite</artifactId>
- <version>1.2.2-SNAPSHOT</version>
+ <version>1.2.2</version>
<relativePath/>
</parent>
diff --git a/utils/pom.xml b/utils/pom.xml
index 682c1e39..2c3fa948 100755
--- a/utils/pom.xml
+++ b/utils/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>odlparent-lite</artifactId>
- <version>1.2.2-SNAPSHOT</version>
+ <version>1.2.2</version>
<relativePath/>
</parent>
diff --git a/utils/provider/pom.xml b/utils/provider/pom.xml
index 62238d71..910f1b70 100644
--- a/utils/provider/pom.xml
+++ b/utils/provider/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>binding-parent</artifactId>
- <version>1.2.2-SNAPSHOT</version>
+ <version>1.2.2</version>
<relativePath/>
</parent>