diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-07-09 13:36:38 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2019-08-15 16:35:30 +0000 |
commit | 5e2c493f9856c2d8cc966ca9a89506f57f00930f (patch) | |
tree | 8739219486471f6d4ab993ee853c749495b1abcf /lcm/features/ccsdk-lcm | |
parent | 1f685ea0295dc23233fa91cdc32ba412535d3f50 (diff) |
Code changes for Neon
Updated code via ccsdk/parent/tools/fluorine2neon.sh script.
Change-Id: Ie19b69db481318afa9224d4673f27e74bfc65a81
Issue-ID: CCSDK-1389
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'lcm/features/ccsdk-lcm')
-rw-r--r-- | lcm/features/ccsdk-lcm/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lcm/features/ccsdk-lcm/pom.xml b/lcm/features/ccsdk-lcm/pom.xml index cd80fb34d..0528e6e5b 100644 --- a/lcm/features/ccsdk-lcm/pom.xml +++ b/lcm/features/ccsdk-lcm/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.northbound</groupId> <artifactId>ccsdk-lcm</artifactId> - <version>0.5.2-SNAPSHOT</version> + <version>0.6.0-SNAPSHOT</version> <packaging>feature</packaging> <name>ccsdk-sli-northbound :: lcm :: ${project.artifactId}</name> |