Update ONOS version to 1.6.0-rc4

Change-Id: Ie8af0c3ca975e7eb5f2ee34af89a8028fdf98ad8
diff --git a/pom.xml b/pom.xml
index 5e15ef0..51376de 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos</artifactId>
-        <version>1.6.0-rc2</version>
+        <version>1.6.0-rc4</version>
         <relativePath></relativePath>
     </parent>
 
@@ -44,7 +44,7 @@
 
     <properties>
         <onos.app.name>org.opencord.config</onos.app.name>
-        <onos.version>1.6.0-rc2</onos.version>
+        <onos.version>1.6.0-rc4</onos.version>
         <onos.app.title>CORD Configuration Meta Application</onos.app.title>
         <onos.app.category>Utility</onos.app.category>
         <onos.app.url>http://opencord.org</onos.app.url>