Bump versions by x.(y+1).z
[ovsdb.git] / southbound / southbound-features / odl-ovsdb-southbound-impl-ui / pom.xml
index 3040282835fa151f5d20d1823a2e448efb3e46e6..66aef64969bfd72d20baeaff3cc101e26c49cdad 100644 (file)
@@ -12,19 +12,31 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>5.0.1</version>
+        <version>13.0.4</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.ovsdb</groupId>
     <artifactId>odl-ovsdb-southbound-impl-ui</artifactId>
-    <version>1.9.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. -->
     <name>ODL :: ovsdb :: ${project.artifactId}</name>
 
+    <dependencyManagement>
+        <dependencies>
+            <dependency>
+                <groupId>org.opendaylight.netconf</groupId>
+                <artifactId>netconf-artifacts</artifactId>
+                <version>6.0.3</version>
+                <scope>import</scope>
+                <type>pom</type>
+            </dependency>
+        </dependencies>
+    </dependencyManagement>
+
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>
@@ -35,8 +47,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
         </dependency>
         <dependency>
             <groupId>org.opendaylight.netconf</groupId>
-            <artifactId>odl-mdsal-apidocs</artifactId>
-            <version>1.10.0-SNAPSHOT</version>
+            <artifactId>odl-restconf-openapi</artifactId>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>