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