Bump versions to 4.0.10-SNAPSHOT
[netconf.git] / netconf / shaded-sshd-jar / pom.xml
index 962ac5b4d6d1c29430c5aa664e0bbc30760a4958..cf2c61fc3907362df1dd77913047f75f0ba743de 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
-        <version>9.0.8</version>
+        <version>11.0.7</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>shaded-sshd-jar</artifactId>
     <packaging>jar</packaging>
-    <version>2.0.9-SNAPSHOT</version>
+    <version>4.0.10-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <properties>
         <dependency>
             <groupId>org.apache.sshd</groupId>
             <artifactId>sshd-osgi</artifactId>
-            <version>2.7.0</version>
+            <version>2.11.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.sshd</groupId>
             <artifactId>sshd-netty</artifactId>
-            <version>2.7.0</version>
+            <version>2.11.0</version>
             <exclusions>
                 <exclusion>
                     <groupId>org.apache.sshd</groupId>