Release odlparent
[odlparent.git] / features / odl-lmax-3 / pom.xml
index 7888081bb381ec4b3b5c2ffc5c0d0774db3c1d7f..b7e59f973e35fc416feaed77af69d1ba154b6352 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.3-SNAPSHOT</version>
+        <version>13.0.9</version>
         <relativePath>../../single-feature-parent</relativePath>
     </parent>
 
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odl-lmax-3</artifactId>
-    <version>3.0.3-SNAPSHOT</version>
+    <version>13.0.9</version>
     <packaging>feature</packaging>
 
     <name>OpenDaylight :: LMAX Disruptor</name>
+    <description>LMAX Disruptor 3.x</description>
 
     <properties>
         <checkDependencyChange>true</checkDependencyChange>
         </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>
-
 </project>