This patch includes the following implementations:

1) ONOS will remove eapol trap flows with default bandwidth and install new trap flow with subscriber bandwidth after successful authentication. Also will do the reverse when the subscriber is removed.

2) All subscriber (uni) based trap flows must include write metadata and meter instructions. (DHCP, EAP and IGMP)

Change-Id: Ie354f005cfac7b1b1fefcd079245e7a769f4e2c8
diff --git a/pom.xml b/pom.xml
index bcd8637..2c6270d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-dependencies</artifactId>
-        <version>1.13.8</version>
+        <version>1.13.9-rc1</version>
         <relativePath></relativePath>
     </parent>
 
@@ -33,7 +33,7 @@
 
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-        <onos.version>1.13.8</onos.version>
+        <onos.version>1.13.9-rc1</onos.version>
     </properties>
 
     <modules>