Adding purgeOnDisconnect feature to delete meters and updating EAPOL trap
flows.

* Calling preSetProperty of componentConfigService for MeterManager
* Remove the meter from programmedMeters map when the device disconnects
* Adding vlanId match criteria to EAPOL trap flows
* Adding c-tag or default vlan to write-metadata instruction value for
EAPOL trap flows
* Change the ONOS dependency to 1.13.9-rc3
* Fixing disable-reenabling ONU issue
* Fixing reboot OLT issue

Change-Id: Icce73e8334925193fa2e63d558814eb3bc836f3d
diff --git a/pom.xml b/pom.xml
index d0574ec..8ea7eae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-dependencies</artifactId>
-        <version>1.13.9-rc2</version>
+        <version>1.13.9-rc3</version>
         <relativePath></relativePath>
     </parent>
 
@@ -33,7 +33,7 @@
 
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-        <onos.version>1.13.9-rc2</onos.version>
+        <onos.version>1.13.9-rc3</onos.version>
     </properties>
 
     <modules>