Bump versions to 2.0.24-SNAPSHOT
[yangtools.git] / common / pom.xml
index e207bcbeeff6367814211b356012e1210112a584..745a657d8fddaf4e7813cf8c519cb5ca4cf39be4 100644 (file)
     <parent>
       <groupId>org.opendaylight.odlparent</groupId>
       <artifactId>odlparent-lite</artifactId>
-      <version>1.8.0-SNAPSHOT</version>
+      <version>3.1.9</version>
       <relativePath/>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>common-aggregator</artifactId>
-    <version>1.1.0-SNAPSHOT</version>
+    <version>2.0.24-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <modules>
         <module>artifacts</module>
         <module>checkstyle-logging</module>
         <module>concepts</module>
-        <module>features</module>
         <module>mockito-configuration</module>
         <module>object-cache-api</module>
         <module>object-cache-guava</module>
         <module>testutils</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>