aboutsummaryrefslogtreecommitdiffstats
path: root/sli
diff options
context:
space:
mode:
authorTimoney, Dan (dt5972) <dtimoney@att.com>2019-11-13 09:37:28 -0500
committerTimoney, Dan (dt5972) <dtimoney@att.com>2019-11-13 09:37:28 -0500
commite459ddf5433853a5263c8cb9415dab701822f6e7 (patch)
tree4c33c4499f34057e00c7f508cb4bd9547d51ada2 /sli
parentdeac6fe2a23859c5cf9cf8c828045af5eff78868 (diff)
Use 1.5.0 parent pom
Use released 1.5.0 version of parent pom Change-Id: I92e2f71000a7d651f6a20167dd3861942ea27ced Issue-ID: CCSDK-1920 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'sli')
-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
10 files changed, 10 insertions, 10 deletions
diff --git a/sli/common/pom.xml b/sli/common/pom.xml
index 2c6680a7..f007a898 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.5.0-SNAPSHOT</version>
+ <version>1.5.0</version>
<relativePath/>
</parent>
diff --git a/sli/features/features-sli/pom.xml b/sli/features/features-sli/pom.xml
index 4ccebf89..ef43a8d1 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.5.0-SNAPSHOT</version>
+ <version>1.5.0</version>
<relativePath/>
</parent>
diff --git a/sli/features/odl-sli/pom.xml b/sli/features/odl-sli/pom.xml
index 2b770e28..f0b50526 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.5.0-SNAPSHOT</version>
+ <version>1.5.0</version>
<relativePath/>
</parent>
diff --git a/sli/features/pom.xml b/sli/features/pom.xml
index 2c74aa8b..ac43c3b8 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.5.0-SNAPSHOT</version>
+ <version>1.5.0</version>
<relativePath/>
</parent>
diff --git a/sli/installer/pom.xml b/sli/installer/pom.xml
index 9685176b..ba3484b7 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.5.0-SNAPSHOT</version>
+ <version>1.5.0</version>
<relativePath/>
</parent>
diff --git a/sli/model/pom.xml b/sli/model/pom.xml
index 048ba51c..b63f5239 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.5.0-SNAPSHOT</version>
+ <version>1.5.0</version>
<relativePath/>
</parent>
diff --git a/sli/pom.xml b/sli/pom.xml
index e1da778f..19a37b7c 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.5.0-SNAPSHOT</version>
+ <version>1.5.0</version>
<relativePath/>
</parent>
diff --git a/sli/provider-base/pom.xml b/sli/provider-base/pom.xml
index 93f20719..00065b5c 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.5.0-SNAPSHOT</version>
+ <version>1.5.0</version>
<relativePath/>
</parent>
diff --git a/sli/provider/pom.xml b/sli/provider/pom.xml
index 95099ed2..2759592c 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.5.0-SNAPSHOT</version>
+ <version>1.5.0</version>
<relativePath/>
</parent>
diff --git a/sli/recording/pom.xml b/sli/recording/pom.xml
index f37f42ad..b4fbd814 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.5.0-SNAPSHOT</version>
+ <version>1.5.0</version>
<relativePath/>
</parent>