diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-01-04 09:29:30 -0500 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-01-11 15:28:51 -0500 |
commit | a2f171d1fa87c9a54356f4992c1a23611caa8ae8 (patch) | |
tree | d2c116b62ae485693d060c1437f36aa943d16829 /pom.xml | |
parent | 4a46dddefcfb5380db07b8b35e799ba7145801d0 (diff) |
Changes for Fluorine
Updated ccsdk/features to run in OpenDaylight Fluorine release.
Change-Id: I62d13d52ea4a19fb0e0bb329eda9fc350013a051
Issue-ID: CCSDK-870
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'pom.xml')
-rwxr-xr-x | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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.features</groupId> <artifactId>ccsdk-features</artifactId> - <version>0.4.0-SNAPSHOT</version> + <version>0.4.1-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-features</name> |