Bump versions to 6.0.5-SNAPSHOT
[odlparent.git] / features / odl-netty-4 / pom.xml
index f869e17db34976c3cc8efb1ac8eea412bad51ea4..3316fed6ee6bc969a77ffaad8dc6bdde0d9b7094 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>6.0.5-SNAPSHOT</version>
         <relativePath>../../single-feature-parent</relativePath>
     </parent>
 
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odl-netty-4</artifactId>
-    <version>3.0.0-SNAPSHOT</version>
+    <version>6.0.5-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>OpenDaylight :: Netty</name>
+    <description>Netty 4.x</description>
 
     <properties>
         <checkDependencyChange>true</checkDependencyChange>
             <artifactId>netty-transport-native-epoll</artifactId>
             <classifier>linux-x86_64</classifier>
         </dependency>
-    </dependencies>
-
-    <!--
-        Maven Site Configuration
-
-        The following configuration is necessary for maven-site-plugin to
-        correctly identify the correct deployment path for OpenDaylight Maven
-        sites.
-    -->
-    <url>${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/</url>
 
-    <distributionManagement>
-        <site>
-            <id>opendaylight-site</id>
-            <url>${nexus.site.url}/${project.artifactId}/</url>
-        </site>
-    </distributionManagement>
+        <!-- netty-common has an optional dependency on javassist, which boosts performance
+             of matchers. We want to force that dependency to be satisfied to prevent refreshes. -->
+        <dependency>
+            <groupId>${project.groupId}</groupId>
+            <artifactId>odl-javassist-3</artifactId>
+            <version>${project.version}</version>
+            <classifier>features</classifier>
+            <type>xml</type>
+        </dependency>
+    </dependencies>
 
 </project>