Freeze upstream versions
[netvirt.git] / commons / binding-parent / pom.xml
index 508f2af7635d456ab5185d7a4efcf42355406c6b..ad4751fcca196e1c1dcff1bbd1d3ac56a79076b2 100644 (file)
@@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>6.0.0</version>
+    <version>7.0.6</version>
     <relativePath/>
   </parent>
 
@@ -19,26 +19,31 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <groupId>org.opendaylight.netvirt</groupId>
   <artifactId>binding-parent</artifactId>
   <name>ODL :: netvirt :: ${project.artifactId}</name>
-  <version>0.11.0-SNAPSHOT</version>
+  <version>0.12.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <properties>
-    <controller.mdsal.version>2.0.0</controller.mdsal.version>
-    <genius.version>0.9.0-SNAPSHOT</genius.version>
-    <infrautils.version>1.8.0-SNAPSHOT</infrautils.version>
-    <model.bgp.version>2013.07.15.17.0-SNAPSHOT</model.bgp.version>
-    <neutron.version>0.15.0-SNAPSHOT</neutron.version>
-    <openflowplugin.version>0.11.0-SNAPSHOT</openflowplugin.version>
-    <ovsdb.version>1.11.0-SNAPSHOT</ovsdb.version>
-    <serviceutils.version>0.6.0-SNAPSHOT</serviceutils.version>
+    <genius.version>0.10.0-SNAPSHOT</genius.version>
+    <model.bgp.version>2013.07.15.18.0-SNAPSHOT</model.bgp.version>
+    <neutron.version>0.16.0</neutron.version>
+    <openflowplugin.version>0.12.0</openflowplugin.version>
+    <ovsdb.version>1.12.0</ovsdb.version>
+    <serviceutils.version>0.7.0</serviceutils.version>
   </properties>
 
   <dependencyManagement>
     <dependencies>
+      <dependency>
+        <groupId>org.opendaylight.infrautils</groupId>
+        <artifactId>infrautils-artifacts</artifactId>
+        <version>1.9.6</version>
+        <type>pom</type>
+        <scope>import</scope>
+      </dependency>
       <dependency>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>controller-artifacts</artifactId>
-        <version>${controller.mdsal.version}</version>
+        <version>3.0.7</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
@@ -93,7 +98,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
             <dependency>
               <groupId>org.opendaylight.netvirt</groupId>
               <artifactId>checkstyle</artifactId>
-              <version>0.11.0-SNAPSHOT</version>
+              <version>0.12.0-SNAPSHOT</version>
             </dependency>
           </dependencies>
           <executions>