Bump versions to 2.0.24-SNAPSHOT
[yangtools.git] / third-party / pom.xml
index 20c9b3680ae50d19843f405168f5efce18c93600..523a1709495f4d46240af662cefb505b4cd970c0 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>2.0.5</version>
+        <version>3.1.9</version>
         <relativePath/>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>third-party-aggregator</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.24-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <modules>
         <module>triemap</module>
     </modules>
 
-    <!--
-        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>