Release Nitrogen
[groupbasedpolicy.git] / neutron-ovsdb / pom.xml
index 4b76201372e01cbbfd79d01a0df16ef5bcf9fed8..be97428cd77a92c55b6039fe92aeb8a4054317b2 100644 (file)
@@ -9,21 +9,36 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.opendaylight.controller</groupId>
-    <artifactId>config-parent</artifactId>
-    <version>0.6.0-SNAPSHOT</version>
+    <groupId>org.opendaylight.mdsal</groupId>
+    <artifactId>binding-parent</artifactId>
+    <version>0.11.1</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.groupbasedpolicy</groupId>
   <artifactId>neutron-ovsdb</artifactId>
-  <version>0.5.0-SNAPSHOT</version>
+  <version>0.6.1</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>
-    <ovsdb.version>1.4.0-SNAPSHOT</ovsdb.version>
+    <ovsdb.version>1.5.1</ovsdb.version>
   </properties>
 
+  <dependencyManagement>
+    <dependencies>
+      <dependency>
+        <groupId>org.opendaylight.controller</groupId>
+        <artifactId>mdsal-artifacts</artifactId>
+        <version>1.6.1</version>
+        <type>pom</type>
+        <scope>import</scope>
+      </dependency>
+    </dependencies>
+  </dependencyManagement>
+
   <dependencies>
     <!-- project specific dependencies -->
     <dependency>