Bumping versions by x.y.(z+1) for next dev cycle
[mdsal.git] / common / pom.xml
index d572b3474685c5a087d0d71769ee5e3173f31031..d4f96c0e74cee9fc10d7bfe5d4f1a033a438d559 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
       <groupId>org.opendaylight.mdsal</groupId>
       <artifactId>mdsal-parent</artifactId>
-      <version>2.0.0-SNAPSHOT</version>
+      <version>2.1.4-SNAPSHOT</version>
       <relativePath>parent</relativePath>
     </parent>
 
       <module>mdsal-common-api</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>