Bumping versions by x.y.(z+1) for next dev cycle
[mdsal.git] / binding / mdsal-binding-test-model / pom.xml
index 4023f68411db4840ba3f097cc462304efd6d2557..cc9609de9a1be624d0c1db24351d62dfe077a517 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.8.0-SNAPSHOT</version>
+        <version>0.9.4-SNAPSHOT</version>
         <relativePath>../binding-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     </dependencies>
 
 
+
+  <!--
+      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>