Bump versions to 4.0.4-SNAPSHOT
[netconf.git] / netconf / shaded-sshd-jar / pom.xml
index ddeae1e3be4cee5d8e60a14e82722667bbc0908e..4764a0f4a1f8b446bfcc147a07fc7889ad087890 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
-        <version>11.0.1</version>
+        <version>11.0.2</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>shaded-sshd-jar</artifactId>
     <packaging>jar</packaging>
-    <version>4.0.3-SNAPSHOT</version>
+    <version>4.0.4-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <properties>
         <dependency>
             <groupId>org.apache.sshd</groupId>
             <artifactId>sshd-osgi</artifactId>
-            <version>2.8.0</version>
+            <version>2.9.1</version>
         </dependency>
         <dependency>
             <groupId>org.apache.sshd</groupId>
             <artifactId>sshd-netty</artifactId>
-            <version>2.8.0</version>
+            <version>2.9.1</version>
             <exclusions>
                 <exclusion>
                     <groupId>org.apache.sshd</groupId>