Bump versions by x.(y+1).z
[lispflowmapping.git] / features / odl-lispflowmapping-mappingservice / pom.xml
index 831a94510b3ac8c68d610437392188af0f6265eb..5c88ca572a1ad82ede88e727b90171d7fe1db35c 100644 (file)
@@ -12,23 +12,34 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>single-feature-parent</artifactId>
-    <version>10.0.0</version>
+    <version>13.0.11</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.lispflowmapping</groupId>
   <artifactId>odl-lispflowmapping-mappingservice</artifactId>
-  <version>1.15.0-SNAPSHOT</version>
+  <version>1.20.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. -->
   <name>ODL :: lispflowmapping :: ${project.artifactId}</name>
 
+  <dependencyManagement>
+    <dependencies>
+      <dependency>
+        <groupId>org.opendaylight.netconf</groupId>
+        <artifactId>netconf-artifacts</artifactId>
+        <version>7.0.4</version>
+        <scope>import</scope>
+        <type>pom</type>
+      </dependency>
+    </dependencies>
+  </dependencyManagement>
+
   <dependencies>
     <dependency>
       <groupId>org.opendaylight.netconf</groupId>
       <artifactId>odl-restconf</artifactId>
-      <version>3.0.1</version>
       <type>xml</type>
       <classifier>features</classifier>
     </dependency>