summaryrefslogtreecommitdiffstats
path: root/core/sli
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2020-12-02 07:48:49 -0500
committerDan Timoney <dtimoney@att.com>2020-12-02 11:11:13 -0500
commit8f2fcdaf36cc05480d0d8c03d0d54368e7a851f6 (patch)
tree6e7f0cef4cc3523c0b9ba0e28e249db41b993655 /core/sli
parentff3eecb980bfdc8d43d2ed3a4c786d634fa6f4e2 (diff)
Add missing pom.xml files
Add missing modules to top level pom.xml and add missing pom files for core, adaptors, northbound and plugin directories. Also rolled version to next minor version (1.2.0-SNAPSHOT) to avoid conflict with compiled code from individual repos during transition to new structure. Issue-ID: CCSDK-3009 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: If58175bd2519955cd896290cac7001df4eb62287
Diffstat (limited to 'core/sli')
-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
6 files changed, 6 insertions, 6 deletions
diff --git a/core/sli/common/pom.xml b/core/sli/common/pom.xml
index 201c11bdd..748488bb2 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.1.1-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<packaging>bundle</packaging>
<name>ccsdk-sli-core :: sli :: ${project.artifactId}</name>
diff --git a/core/sli/installer/pom.xml b/core/sli/installer/pom.xml
index 40776bdcf..02b5c1ddc 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.1.1-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>ccsdk-sli-core :: sli :: ${project.artifactId}</name>
diff --git a/core/sli/model/pom.xml b/core/sli/model/pom.xml
index 0b859e7d2..fbdb982f4 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.1.1-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<packaging>bundle</packaging>
<name>ccsdk-sli-core :: sli :: ${project.artifactId}</name>
diff --git a/core/sli/pom.xml b/core/sli/pom.xml
index cfb7656d1..74873649a 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.1.1-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>ccsdk-sli-core :: sli</name>
diff --git a/core/sli/provider-base/pom.xml b/core/sli/provider-base/pom.xml
index eedce9154..671c0610f 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.1.1-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<name>ccsdk-sli-core :: sli :: ${project.artifactId}</name>
diff --git a/core/sli/provider/pom.xml b/core/sli/provider/pom.xml
index 3d5c389c4..7ad437d47 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.1.1-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<packaging>bundle</packaging>
<name>ccsdk-sli-core :: sli :: ${project.artifactId}</name>