Use 1.5.1-SNAPSHOT version of parent pom

Fixed version of parent pom to use snapshot version

Change-Id: Id028def6885e2452c1f1f304d0da62a14e324337
Issue-ID: CCSDK-1935
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
diff --git a/features/pom.xml b/features/pom.xml
index 11a6c3e..560f3a0 100755
--- a/features/pom.xml
+++ b/features/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.onap.ccsdk.parent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>1.5.0</version>
+        <version>1.5.1-SNAPSHOT</version>
         <relativePath/>
     </parent>