Bumping versions by 0.0.1 for next dev cycle
[groupbasedpolicy.git] / neutron-mapper / pom.xml
index e563cb0dcc587348e2bd9236b4d8ffb2b461ef80..4fb87b96911fd15a3fdc97b85ab7373428b9fa89 100644 (file)
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>config-parent</artifactId>
-    <version>0.4.0-SNAPSHOT</version>
+    <version>0.4.5-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.groupbasedpolicy</groupId>
   <artifactId>neutron-mapper</artifactId>
-  <version>0.3.0-SNAPSHOT</version>
+  <version>0.3.5-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <properties>
-    <neutron.version>0.6.0-SNAPSHOT</neutron.version>
+    <neutron.version>0.6.5-SNAPSHOT</neutron.version>
   </properties>
 
   <dependencies>
       <artifactId>groupbasedpolicy</artifactId>
       <version>${project.version}</version>
     </dependency>
-    <dependency>
-      <groupId>${project.groupId}</groupId>
-      <artifactId>ofoverlay-renderer</artifactId>
-      <version>${project.version}</version>
-    </dependency>
     <dependency>
       <groupId>org.opendaylight.neutron</groupId>
       <artifactId>neutron-spi</artifactId>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>org.opendaylight.mdsal.model</groupId>
+      <artifactId>ietf-yang-types-20130715</artifactId>
+    </dependency>
   </dependencies>
 
  <build>