Bug 3147 - Binding spec v1: auto generated code by YANGTOOLS could
[mdsal.git] / dom / pom.xml
index 3aadbbdac1c5449966ec59d841781f6e32b0f5cb..16507ddce66161627994819a757789088a6b4436 100644 (file)
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>2.1.0-SNAPSHOT</version>
+        <version>2.1.3-SNAPSHOT</version>
         <relativePath>../common/parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>mdsal-dom</artifactId>
-    <version>2.1.0-SNAPSHOT</version>
+    <version>2.1.3-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
         <module>mdsal-dom-broker</module>
         <module>mdsal-dom-inmemory-datastore</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>