Bump versions to 4.0.11-SNAPSHOT
[mdsal.git] / model / iana / iana-if-type / pom.xml
index 4c7efe12519ec71734865cd692d1b13d76fe051b..916db05f5968a16a2de4f2824c8c081d6caefd42 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.13.0-SNAPSHOT</version>
+        <version>4.0.11-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.13.0-SNAPSHOT</version>
+    <version>2.0.11-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>