Remove ancient iana-if-type
[mdsal.git] / binding / pom.xml
index fb9e4b2e09b153e5e3ccbdb6c9ff2f71d6e9f800..de3b0eb44af797fd5f739ad77cfbe6a041194ba2 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>3.1.0</version>
+        <version>3.1.2</version>
         <relativePath/>
     </parent>
     <modelVersion>4.0.0</modelVersion>
         <module>mdsal-binding-test-utils</module>
         <module>mdsal-binding-dom-adapter</module>
     </modules>
-
-  <!--
-      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>