Bump to odlparent 3.1.4 and yangtools 2.0.12
[mdsal.git] / model / pom.xml
index e7b2e8682e4be21812610efcbbc5911080a923a8..833efe93535c79ba46fdeb6d870e4c405fe6c886 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>3.1.2</version>
+        <version>3.1.4</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.mdsal.model</groupId>
-    <version>0.13.0-SNAPSHOT</version>
+    <version>0.13.1-SNAPSHOT</version>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>model-aggregator</artifactId>
     <packaging>pom</packaging>
         <module>l2-types</module>
         <module>general-entity</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>