Bump upstreams
[openflowplugin.git] / features-aggregator / odl-openflowplugin-app-arbitratorreconciliation / pom.xml
index 87cdcd32c6ad304f3a1d510035a3385ee550e105..d57add254e908eeece8c9b75e69acdcccfafe9bf 100644 (file)
@@ -4,14 +4,14 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>5.0.2</version>
+        <version>13.0.7</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.openflowplugin</groupId>
     <artifactId>odl-openflowplugin-app-arbitratorreconciliation</artifactId>
     <packaging>feature</packaging>
-    <version>0.10.0-SNAPSHOT</version>
+    <version>0.18.0-SNAPSHOT</version>
 
     <name>OpenDaylight :: Openflow Plugin :: Application - Arbitrator Reconciliation</name>
 
             <classifier>features</classifier>
             <type>xml</type>
         </dependency>
+        <dependency>
+            <groupId>${project.groupId}</groupId>
+            <artifactId>odl-openflowplugin-app-reconciliation-framework</artifactId>
+            <version>${project.version}</version>
+            <classifier>features</classifier>
+            <type>xml</type>
+        </dependency>
+
         <dependency>
             <groupId>org.opendaylight.openflowplugin.applications</groupId>
             <artifactId>arbitratorreconciliation-impl</artifactId>
             <version>${project.version}</version>
         </dependency>
-
     </dependencies>
-
 </project>