Bump versions by x.y.(z+1)
[netconf.git] / netconf / netconf-artifacts / pom.xml
index 74a07f0939da9684a0c230461cabd0364b33083f..181a87855d3f9b2d3e20b0664d562ff00ecfb5b8 100644 (file)
     <parent>
       <groupId>org.opendaylight.odlparent</groupId>
       <artifactId>odlparent-lite</artifactId>
-      <version>5.0.1</version>
+      <version>5.0.11</version>
       <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-artifacts</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.7.5-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
-        <mdsal.version>1.10.0-SNAPSHOT</mdsal.version>
+        <mdsal.version>1.10.5-SNAPSHOT</mdsal.version>
     </properties>
 
     <dependencyManagement>
                 <artifactId>shaded-exificient</artifactId>
                 <version>${project.version}</version>
             </dependency>
+            <dependency>
+                <groupId>${project.groupId}</groupId>
+                <artifactId>shaded-sshd</artifactId>
+                <version>${project.version}</version>
+            </dependency>
 
             <!-- netconf features -->
             <dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>odl-netconf-mdsal</artifactId>
-                <version>1.10.0-SNAPSHOT</version>
+                <version>1.10.5-SNAPSHOT</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>