Release mdsal
[mdsal.git] / model-binding2 / yang-ext / pom.xml
index c289997cd512a0121f317fd602b8812f5533b86a..6ce008693e7208cf7562b2841ddc47c57b907d16 100644 (file)
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>mdsal-model-binding2-parent</artifactId>
-        <version>0.12.0-SNAPSHOT</version>
+        <version>3.0.7</version>
         <relativePath>../../binding2/mdsal-model-binding2-parent</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.mdsal.model.binding2</groupId>
     <artifactId>yang-ext</artifactId>
-    <version>2013.09.07.12.0-SNAPSHOT</version>
+    <version>2013.09.07.15.7</version>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
     <packaging>bundle</packaging>
-
-  <!--
-      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>