Bump versions to 4.0.13-SNAPSHOT
[mdsal.git] / model / iana / iana-if-type / pom.xml
index 492f4d00232f3de91b8affcda577e63b9768e060..65328a2e99925bf485be7995ff30b4f8862970bb 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- vi: set et smarttab sw=4 tabstop=4: -->
 <!--
- Copyright (c) 2013 Cisco Systems, Inc. and others.  All rights reserved.
+ Copyright (c) 2018 Pantheon Technologies, s.r.o. and others.  All rights reserved.
 
  This program and the accompanying materials are made available under the
  terms of the Eclipse Public License v1.0 which accompanies this distribution,
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.10.0-SNAPSHOT</version>
+        <version>4.0.13-SNAPSHOT</version>
         <relativePath>../../../binding/binding-parent</relativePath>
     </parent>
 
-    <groupId>org.opendaylight.mdsal.model</groupId>
     <modelVersion>4.0.0</modelVersion>
+    <groupId>org.opendaylight.mdsal.binding.model.iana</groupId>
     <artifactId>iana-if-type</artifactId>
-    <version>2013.07.04.10-SNAPSHOT</version>
+    <version>2.0.13-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
+    <name>${project.artifactId}</name>
+    <description>iana-if-type@2017-01-19.yang</description>
 
-  <!--
-      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>
-
+    <dependencies>
+        <dependency>
+            <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+            <artifactId>rfc7223</artifactId>
+        </dependency>
+    </dependencies>
 </project>