Bump versions by x.(y+1).z
[lispflowmapping.git] / mappingservice / pom.xml
index 79fe5425426805ed0b45158203e3987b74e349d1..683d27041226f7e8a03096663383710fde2bae90 100644 (file)
@@ -5,13 +5,13 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent</artifactId>
-    <version>8.1.1</version>
+    <version>13.0.11</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.lispflowmapping</groupId>
   <artifactId>mappingservice-parent</artifactId>
-  <version>1.14.0-SNAPSHOT</version>
+  <version>1.20.0-SNAPSHOT</version>
   <packaging>pom</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. -->
@@ -30,7 +30,6 @@
     <module>config</module>
     <module>implementation</module>
     <module>southbound</module>
-    <module>neutron</module>
     <module>shell</module>
   </modules>
 
@@ -39,7 +38,7 @@
       <dependency>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>mdsal-artifacts</artifactId>
-        <version>7.0.6</version>
+        <version>13.0.1</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
-      <dependency>
-        <groupId>${project.groupId}</groupId>
-        <artifactId>common.unittest.tools</artifactId>
-        <version>${project.version}</version>
-        <scope>test</scope>
-      </dependency>
-      <dependency>
-        <groupId>junit-addons</groupId>
-        <artifactId>junit-addons</artifactId>
-        <version>1.4</version>
-        <scope>test</scope>
-      </dependency>
     </dependencies>
   </dependencyManagement>