summaryrefslogtreecommitdiffstats
path: root/core/sli
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2020-11-25 08:29:23 -0500
committerDan Timoney <dtimoney@att.com>2020-12-10 16:06:34 -0500
commit7de29bfea89ff53a446bea07d8f74d1aaa87045b (patch)
tree66f3824182cc91001e5540aa8ff545ed559f3a24 /core/sli
parentbe5662d19f464ab6e0c79c348e893a35ce780aea (diff)
Limit use of odlparent poms
Updated pom.xmls to use standard maven project structure (i.e. parent of pom is pom in directory above), and updated top level pom to use org.ccsdk.parent:oparent as parent - EXCEPT in cases where module has true OpenDaylight dependencies and therefore needs to use ODL parent pom. Change-Id: I50429f28225152251ac2086235c14bb00f09c05c Issue-ID: CCSDK-3001 Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'core/sli')
-rwxr-xr-xcore/sli/common/pom.xml7
-rwxr-xr-xcore/sli/installer/pom.xml7
-rwxr-xr-xcore/sli/model/pom.xml2
-rwxr-xr-xcore/sli/pom.xml7
-rw-r--r--core/sli/provider-base/pom.xml7
-rwxr-xr-xcore/sli/provider/pom.xml2
6 files changed, 14 insertions, 18 deletions
diff --git a/core/sli/common/pom.xml b/core/sli/common/pom.xml
index 748488bb2..62b7e550f 100755
--- a/core/sli/common/pom.xml
+++ b/core/sli/common/pom.xml
@@ -3,10 +3,9 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.onap.ccsdk.parent</groupId>
- <artifactId>binding-parent</artifactId>
- <version>2.1.0-SNAPSHOT</version>
- <relativePath/>
+ <groupId>org.onap.ccsdk.sli.core</groupId>
+ <artifactId>sli</artifactId>
+ <version>1.2.0-SNAPSHOT</version>
</parent>
<groupId>org.onap.ccsdk.sli.core</groupId>
diff --git a/core/sli/installer/pom.xml b/core/sli/installer/pom.xml
index 02b5c1ddc..2a9a8da5e 100755
--- a/core/sli/installer/pom.xml
+++ b/core/sli/installer/pom.xml
@@ -3,10 +3,9 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.onap.ccsdk.parent</groupId>
- <artifactId>odlparent-lite</artifactId>
- <version>2.1.0-SNAPSHOT</version>
- <relativePath/>
+ <groupId>org.onap.ccsdk.sli.core</groupId>
+ <artifactId>sli</artifactId>
+ <version>1.2.0-SNAPSHOT</version>
</parent>
<groupId>org.onap.ccsdk.sli.core</groupId>
diff --git a/core/sli/model/pom.xml b/core/sli/model/pom.xml
index fbdb982f4..acff5263f 100755
--- a/core/sli/model/pom.xml
+++ b/core/sli/model/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>binding-parent</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.1-SNAPSHOT</version>
<relativePath/>
</parent>
diff --git a/core/sli/pom.xml b/core/sli/pom.xml
index 74873649a..3cb835b26 100755
--- a/core/sli/pom.xml
+++ b/core/sli/pom.xml
@@ -3,10 +3,9 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.onap.ccsdk.parent</groupId>
- <artifactId>odlparent-lite</artifactId>
- <version>2.1.0-SNAPSHOT</version>
- <relativePath/>
+ <groupId>org.onap.ccsdk.sli.core</groupId>
+ <artifactId>core-root</artifactId>
+ <version>1.2.0-SNAPSHOT</version>
</parent>
<groupId>org.onap.ccsdk.sli.core</groupId>
diff --git a/core/sli/provider-base/pom.xml b/core/sli/provider-base/pom.xml
index 671c0610f..5eac2c760 100644
--- a/core/sli/provider-base/pom.xml
+++ b/core/sli/provider-base/pom.xml
@@ -3,10 +3,9 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.onap.ccsdk.parent</groupId>
- <artifactId>binding-parent</artifactId>
- <version>2.1.0-SNAPSHOT</version>
- <relativePath/>
+ <groupId>org.onap.ccsdk.sli.core</groupId>
+ <artifactId>sli</artifactId>
+ <version>1.2.0-SNAPSHOT</version>
</parent>
<groupId>org.onap.ccsdk.sli.core</groupId>
diff --git a/core/sli/provider/pom.xml b/core/sli/provider/pom.xml
index 7ad437d47..1fde267e8 100755
--- a/core/sli/provider/pom.xml
+++ b/core/sli/provider/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>binding-parent</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.1-SNAPSHOT</version>
<relativePath/>
</parent>