diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-01-03 16:24:22 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2019-01-11 22:58:05 +0000 |
commit | f200a729ebedc2d292251e4f8a1b20b2e1668b7d (patch) | |
tree | 17313e6ec37661f887ecaacfd88a79892b6a3288 /features/pom.xml | |
parent | 0cf282459fe7cf129a390d59d46b6de299ac86db (diff) |
Changes for Fluorine
Update sli/adaptors to compile against ODL Fluorine
Change-Id: I9ec4c89301678e9398dc2c43db4cffff03953806
Issue-ID: CCSDK-870
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'features/pom.xml')
-rwxr-xr-x | features/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/features/pom.xml b/features/pom.xml index cd720a6a..52cda122 100755 --- a/features/pom.xml +++ b/features/pom.xml @@ -5,13 +5,13 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.2.0</version> + <version>1.2.1-SNAPSHOT</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.sli.adaptors</groupId> <artifactId>sliadaptors-feature-aggregator</artifactId> - <version>0.4.0-SNAPSHOT</version> + <version>0.4.1-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-sli-adaptors :: features</name> |