Release Beryllium-SR1
[yangtools.git] / yang / yang-parser-api / pom.xml
index ee32cd90d54d5d17887485c376a8c4f2e0f1f830..bf7bc5be6ab565b364a24a3b267f5e7ee3677fa3 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-parent</artifactId>
-        <version>0.7.0-SNAPSHOT</version>
+        <version>0.8.1-Beryllium-SR1</version>
         <relativePath>/../../common/parent/pom.xml</relativePath>
     </parent>
 
             <artifactId>yang-model-api</artifactId>
         </dependency>
     </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>