Release netconf
[netconf.git] / netconf / shaded-sshd / pom.xml
index 9be879ccc6441ce43cc4512ec1f9d26a3aaf8aad..3a2cf193f5d7bb40cc6839c8d4d3c4ea675a254b 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>9.0.5</version>
+        <version>11.0.1</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>shaded-sshd</artifactId>
     <packaging>bundle</packaging>
-    <version>2.0.3-SNAPSHOT</version>
+    <version>4.0.1</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>