Bump upstreams
[lispflowmapping.git] / features / odl-lispflowmapping-southbound / pom.xml
index 14eebd5c1477eaca7f728100f144e1e6a907eaad..8f4a872695fc40dc3b01c75dae4e0b90ff06520e 100644 (file)
@@ -12,13 +12,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>single-feature-parent</artifactId>
-    <version>1.8.0-SNAPSHOT</version>
+    <version>13.0.3</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.lispflowmapping</groupId>
   <artifactId>odl-lispflowmapping-southbound</artifactId>
-  <version>1.5.0-SNAPSHOT</version>
+  <version>1.18.0-SNAPSHOT</version>
   <packaging>feature</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. -->
@@ -28,21 +28,20 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <dependency>
       <groupId>org.opendaylight.netconf</groupId>
       <artifactId>odl-restconf</artifactId>
-      <version>1.5.0-SNAPSHOT</version>
+      <version>6.0.0</version>
       <type>xml</type>
       <classifier>features</classifier>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>odl-mdsal-broker</artifactId>
-      <version>1.5.0-SNAPSHOT</version>
+      <version>8.0.0</version>
       <type>xml</type>
       <classifier>features</classifier>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.odlparent</groupId>
-      <artifactId>odl4-netty-4</artifactId>
-      <version>1.8.0-SNAPSHOT</version>
+      <artifactId>odl-netty-4</artifactId>
       <type>xml</type>
       <classifier>features</classifier>
     </dependency>
@@ -75,5 +74,10 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <artifactId>mappingservice.southbound</artifactId>
       <version>${project.version}</version>
     </dependency>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>mappingservice.config</artifactId>
+      <version>${project.version}</version>
+    </dependency>
   </dependencies>
 </project>