Bump odlparent to 3.1.1
[yangtools.git] / common / concepts / pom.xml
index 23851dc919a468c52d707b039100e52d1383003f..20921457c5776d3e4b52dff86072fc3ed91f1c56 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>2.0.4</version>
+        <version>3.1.1</version>
         <relativePath/>
     </parent>
 
@@ -20,7 +20,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>concepts</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.4-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <description>Common concepts</description>
 
         </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>