Bump versions to 4.0.0-SNAPSHOT
[netconf.git] / netconf / shaded-sshd-jar / pom.xml
index e73f0e64617fdae9423c6bb77214eacdff5fc85a..e9087aafc6b95b233c45e73e8775e26ef210ba5e 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
-        <version>9.0.8</version>
+        <version>10.0.0</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>shaded-sshd-jar</artifactId>
     <packaging>jar</packaging>
-    <version>2.0.12-SNAPSHOT</version>
+    <version>4.0.0-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <properties>
         <dependency>
             <groupId>org.apache.sshd</groupId>
             <artifactId>sshd-osgi</artifactId>
-            <version>2.7.0</version>
+            <version>2.8.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.sshd</groupId>
             <artifactId>sshd-netty</artifactId>
-            <version>2.7.0</version>
+            <version>2.8.0</version>
             <exclusions>
                 <exclusion>
                     <groupId>org.apache.sshd</groupId>