Bump versions to 7.0.4-SNAPSHOT
[netconf.git] / third-party / shaded-sshd-jar / pom.xml
index a792f5722079ed22d95c5a00b01b0a0620746b35..98089fb099821a864be1d73ed28731dae2af42cc 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
-        <version>13.0.3</version>
+        <version>13.0.11</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.4-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <properties>
         <dependency>
             <groupId>org.apache.sshd</groupId>
             <artifactId>sshd-osgi</artifactId>
-            <version>2.10.0</version>
+            <version>2.12.1</version>
         </dependency>
         <dependency>
             <groupId>org.apache.sshd</groupId>
             <artifactId>sshd-netty</artifactId>
-            <version>2.10.0</version>
+            <version>2.12.1</version>
             <exclusions>
                 <exclusion>
                     <groupId>org.apache.sshd</groupId>