diff options
author | Dan Timoney <dtimoney@att.com> | 2020-12-02 07:48:49 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-12-02 11:11:13 -0500 |
commit | 8f2fcdaf36cc05480d0d8c03d0d54368e7a851f6 (patch) | |
tree | 6e7f0cef4cc3523c0b9ba0e28e249db41b993655 /core/utils | |
parent | ff3eecb980bfdc8d43d2ed3a4c786d634fa6f4e2 (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/utils')
-rwxr-xr-x | core/utils/installer/pom.xml | 2 | ||||
-rwxr-xr-x | core/utils/pom.xml | 2 | ||||
-rw-r--r-- | core/utils/provider/pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/core/utils/installer/pom.xml b/core/utils/installer/pom.xml index 829a33051..80e4072f8 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.1.1-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-sli-core :: utils :: ${project.artifactId}</name> diff --git a/core/utils/pom.xml b/core/utils/pom.xml index b8c196cff..a204f8175 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.1.1-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-sli-core :: utils</name> diff --git a/core/utils/provider/pom.xml b/core/utils/provider/pom.xml index 3d4fd856d..8d3a785f4 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.1.1-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <packaging>bundle</packaging> <name>ccsdk-sli-core :: utils :: ${project.artifactId}</name> |