diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-07-03 13:53:18 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2019-08-14 19:23:54 +0000 |
commit | 06877cb9a30c4ea3e7e95c230f214a78fb4db9e1 (patch) | |
tree | 6b9ebd8871269451d7194eff0cad646261e81cfe /utils/features | |
parent | b663ad6126af491136470415c8761ce321c2f90e (diff) |
Code changes for OpenDaylight Neon
Updated code for OpenDaylight Neon (using
ccsdk/parent/tools/fluorine2neon.sh)
Change-Id: Ic54b636f691cb2c9dd627dfc3b22b523c0f4f8da
Issue-ID: CCSDK-1389
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'utils/features')
-rw-r--r-- | utils/features/ccsdk-slicore-utils/pom.xml | 4 | ||||
-rw-r--r-- | utils/features/features-util/pom.xml | 4 | ||||
-rwxr-xr-x | utils/features/pom.xml | 3 |
3 files changed, 5 insertions, 6 deletions
diff --git a/utils/features/ccsdk-slicore-utils/pom.xml b/utils/features/ccsdk-slicore-utils/pom.xml index fdeeb441..71110f6b 100644 --- a/utils/features/ccsdk-slicore-utils/pom.xml +++ b/utils/features/ccsdk-slicore-utils/pom.xml @@ -5,13 +5,13 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>single-feature-parent</artifactId> - <version>1.3.3-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>ccsdk-slicore-utils</artifactId> - <version>0.5.2-SNAPSHOT</version> + <version>0.6.0-SNAPSHOT</version> <packaging>feature</packaging> <name>ccsdk-sli-core :: utils :: ${project.artifactId}</name> diff --git a/utils/features/features-util/pom.xml b/utils/features/features-util/pom.xml index c1e60c64..cc52237d 100644 --- a/utils/features/features-util/pom.xml +++ b/utils/features/features-util/pom.xml @@ -5,13 +5,13 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>feature-repo-parent</artifactId> - <version>1.3.3-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>features-util</artifactId> - <version>0.5.2-SNAPSHOT</version> + <version>0.6.0-SNAPSHOT</version> <packaging>feature</packaging> <name>ccsdk-sli-core :: utils :: ${project.artifactId}</name> diff --git a/utils/features/pom.xml b/utils/features/pom.xml index 19279b3f..e1528efb 100755 --- a/utils/features/pom.xml +++ b/utils/features/pom.xml @@ -5,13 +5,12 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.3.3-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>utils-features-aggregator</artifactId> - <version>0.5.2-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-sli-core :: utils :: ${project.artifactId}</name> |