DHCP relay update to DVR
[groupbasedpolicy.git] / neutron-vpp-mapper / pom.xml
index e158166e4dcbb8f6e9c2f2833e6fa573c553661a..c9df1fa0c22e0d028948c3f9b213527a43d2b087 100644 (file)
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>config-parent</artifactId>
-    <version>0.6.0-SNAPSHOT</version>
+    <version>0.7.0-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.groupbasedpolicy</groupId>
   <artifactId>neutron-vpp-mapper</artifactId>
-  <version>0.5.0-SNAPSHOT</version>
+  <version>0.6.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
+  <!-- <name> formatting is used by autorelease to parse and notify projects on
+       build failure. Please do not modify this unless you have a good reason. -->
+  <name>ODL :: groupbasedpolicy :: ${project.artifactId}</name>
 
   <properties>
-    <neutron.version>0.8.0-SNAPSHOT</neutron.version>
+    <neutron.version>0.9.0-SNAPSHOT</neutron.version>
   </properties>
 
   <dependencies>