Bump versions to 4.0.0-SNAPSHOT
[netconf.git] / netconf / shaded-sshd / pom.xml
index eb677197ba76509685bc0e2a5eca7acd27550cb8..413e2721bc3a86176aa014ca0d2b29a89dba9034 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>9.0.5</version>
+        <version>10.0.0</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>shaded-sshd</artifactId>
     <packaging>bundle</packaging>
-    <version>2.0.4-SNAPSHOT</version>
+    <version>4.0.0-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <properties>
@@ -63,6 +63,9 @@
                             <overWriteReleases>false</overWriteReleases>
                             <overWriteSnapshots>true</overWriteSnapshots>
                             <outputDirectory>${project.build.directory}/classes</outputDirectory>
+
+                            <!-- FIXME: NETCONF-836: remove this part once we are ready to re-integrate SSHD with Netty -->
+                            <excludes>META-INF/services/org.opendaylight.netconf.shaded.sshd.common.io.IoServiceFactoryFactory</excludes>
                         </configuration>
                     </execution>
                     <execution>