Bump versions to 7.0.2-SNAPSHOT
[netconf.git] / third-party / shaded-sshd-jar / pom.xml
index acdd8d080f9077be380df01430541cd165caca0c..e19e5cbaf0792230b43b4ca08b2bbbd3037161ba 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
-        <version>13.0.7</version>
+        <version>13.0.10</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>shaded-sshd-jar</artifactId>
     <packaging>jar</packaging>
-    <version>7.0.0-SNAPSHOT</version>
+    <version>7.0.2-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <properties>
         <dependency>
             <groupId>org.apache.sshd</groupId>
             <artifactId>sshd-osgi</artifactId>
-            <version>2.11.0</version>
+            <version>2.12.1</version>
         </dependency>
         <dependency>
             <groupId>org.apache.sshd</groupId>
             <artifactId>sshd-netty</artifactId>
-            <version>2.11.0</version>
+            <version>2.12.1</version>
             <exclusions>
                 <exclusion>
                     <groupId>org.apache.sshd</groupId>