Bump versions by x.y.(z+1)
[mdsal.git] / model-binding2 / pom.xml
index 8d897f088a3071857afa2e990dcc90a3223c6981..277a85a05eee4a1e1856903fb4136bbd63f2720a 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>3.0.2</version>
+        <version>3.1.7</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.mdsal.model.binding2</groupId>
-    <version>0.13.0-SNAPSHOT</version>
+    <version>0.13.4-SNAPSHOT</version>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>model-aggregator</artifactId>
     <packaging>pom</packaging>
     <modules>
         <module>yang-ext</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>