Bump odlparent version to 3.0.2
[yangtools.git] / yang / yang-model-validator / pom.xml
index 87cb831e90244155e2bc7317d2ebc373b4cf6d97..f893b08a0cba16605852cf7c0377e40ecc10f421 100644 (file)
@@ -4,13 +4,13 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>3.0.0</version>
+        <version>3.0.2</version>
         <relativePath />
     </parent>
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-model-validator</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.1-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <description>YANG model validator</description>
 
     </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>