Release mdsal
[mdsal.git] / model / ietf / rfc8345-ietf-network / pom.xml
index e80bfb21913935c3d5fff8de81dcc3c97a1b6e5b..b0fb2fb06148ed6221ef36e155fea0f56bd7feef 100644 (file)
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.13.0-SNAPSHOT</version>
+        <version>9.0.3</version>
         <relativePath>../../../binding/binding-parent</relativePath>
     </parent>
 
     <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
     <artifactId>rfc8345-ietf-network</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>9.0.3</version>
     <packaging>bundle</packaging>
 
     <name>${project.artifactId}</name>
     <description>RFC8345 ietf-network</description>
 
-    <dependencyManagement>
-        <dependencies>
-            <dependency>
-                <groupId>org.opendaylight.mdsal.model</groupId>
-                <artifactId>mdsal-model-artifacts</artifactId>
-                <version>0.13.0-SNAPSHOT</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
-
     <dependencies>
         <dependency>
-            <groupId>org.opendaylight.mdsal.model</groupId>
-            <artifactId>ietf-inet-types-2013-07-15</artifactId>
+            <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+            <artifactId>rfc6991-ietf-inet-types</artifactId>
         </dependency>
     </dependencies>
 </project>