Fix versions

Fix versions of code added after release build.

Change-Id: I9cf330915659fe7e1fbf128db2b398b607d70679
Issue-ID: CCSDK-1297
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
diff --git a/sdnr/northbound/features/pom.xml b/sdnr/northbound/features/pom.xml
index b96b013..f9e489c 100644
--- a/sdnr/northbound/features/pom.xml
+++ b/sdnr/northbound/features/pom.xml
@@ -11,7 +11,7 @@
 
 	<groupId>org.onap.ccsdk.features.sdnr.northbound</groupId>
 	<artifactId>sdnr-northbound-feature-aggregator</artifactId>
-	<version>0.4.2-SNAPSHOT</version>
+	<version>0.5.0-SNAPSHOT</version>
 	<packaging>pom</packaging>
 
 	<name>ccsdk-features-sdnr-northbound :: features</name>
diff --git a/sdnr/northbound/oofpcipoc/pom.xml b/sdnr/northbound/oofpcipoc/pom.xml
index bb7cfb1..fca7154 100644
--- a/sdnr/northbound/oofpcipoc/pom.xml
+++ b/sdnr/northbound/oofpcipoc/pom.xml
@@ -9,9 +9,9 @@
 		<relativePath/>
 	</parent>
 
-  <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId>
+        <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId>
 	<artifactId>oofpcipoc</artifactId>
-	<version>0.4.2-SNAPSHOT</version>
+	<version>0.5.0-SNAPSHOT</version>
 	<packaging>pom</packaging>
 
 	<name>ccsdk-features-sdnr-northbound :: oofpcipoc</name>
diff --git a/sdnr/northbound/pom.xml b/sdnr/northbound/pom.xml
index 5a28f5b..b1babc5 100644
--- a/sdnr/northbound/pom.xml
+++ b/sdnr/northbound/pom.xml
@@ -24,13 +24,13 @@
         <parent>
                 <groupId>org.onap.ccsdk.parent</groupId>
                 <artifactId>odlparent-lite</artifactId>
-                <version>1.2.2-SNAPSHOT</version>
+                <version>1.3.0-SNAPSHOT</version>
                 <relativePath/>
         </parent>
 
     <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId>
     <artifactId>sdnr-northbound</artifactId>
-    <version>0.4.2-SNAPSHOT</version>
+    <version>0.5.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>ccsdk-sdnr-northbound :: features</name>
     <description>SDN-R RAN and OOF PCI ANR POC </description>