Bumping versions by 0.0.1 for next dev cycle
[yangtools.git] / yang / pom.xml
index 0e3f9e9e25fcd27a75a971370b46a4637b45eec3..cfebe0d82d1936ef77da772b0efd2a672ca47a38 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
       <groupId>org.opendaylight.yangtools</groupId>
       <artifactId>yangtools-parent</artifactId>
-      <version>0.8.0-SNAPSHOT</version>
+      <version>0.8.5-SNAPSHOT</version>
       <relativePath>../common/parent</relativePath>
     </parent>
 
            </plugin>
         </plugins>
     </build>
+
+  <!--
+      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>