diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-03-19 17:11:28 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-03-21 13:59:05 -0400 |
commit | e530f30b4d7c3609cd026047ffaa6b3a77d0aec6 (patch) | |
tree | cd79e9a69e2efc8d93dfe7bde8a5152876b39f5d /lcm/features/ccsdk-lcm | |
parent | 212f2fe2dfa6c31dd64b5c7defe66ed458cfd4c3 (diff) |
Compile against Fluorine SR2
Updated to compile against Fluorine SR2
Change-Id: I7a104f16bfd17d30d925a6cd70dedbd6aa0f0b4c
Issue-ID: CCSDK-1156
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 fa2f73a94..086996eea 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.2.1</version> + <version>1.2.2-SNAPSHOT</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.sli.northbound</groupId> <artifactId>ccsdk-lcm</artifactId> - <version>0.4.1-SNAPSHOT</version> + <version>0.4.2-SNAPSHOT</version> <packaging>feature</packaging> <name>ccsdk-sli-northbound :: lcm :: ${project.artifactId}</name> |