BUG-8388: On egress, filter out SF bound packets
[netvirt.git] / vpnservice / sfc / classifier / pom.xml
index 61025f69b7f50bbc5e16f2d2fe1f4c9c7ce302c8..be08d1ae0ff8627ff4584e210be25edaab2ae3d7 100644 (file)
@@ -13,17 +13,18 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>1.8.0-SNAPSHOT</version>
+    <version>1.9.0-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.netvirt</groupId>
   <artifactId>sfc.classifier</artifactId>
-  <version>0.4.0-SNAPSHOT</version>
+  <version>0.5.0-SNAPSHOT</version>
   <name>ODL :: netvirt :: ${project.artifactId}</name>
   <packaging>pom</packaging>
   <modules>
     <module>api</module>
+    <module>impl</module>
   </modules>
 
   <build>