Adopt odlparent-10.0.0/yangtools-8.0.0-SNAPSHOT
[mdsal.git] / artifacts / pom.xml
index 2f0f9194076de943c9e102322db6fec9f65d8ecb..a5b43cbe05a3ac4685a614efa78ed28d8e57d4b3 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
       <groupId>org.opendaylight.odlparent</groupId>
       <artifactId>odlparent-lite</artifactId>
-      <version>9.0.8</version>
+      <version>10.0.0</version>
       <relativePath/>
     </parent>
 
                 <artifactId>mdsal-yanglib-api</artifactId>
                 <version>0.14.0-SNAPSHOT</version>
             </dependency>
-            <dependency>
-                <groupId>org.opendaylight.mdsal</groupId>
-                <artifactId>mdsal-yanglib-rfc7895</artifactId>
-                <version>0.14.0-SNAPSHOT</version>
-            </dependency>
             <dependency>
                 <groupId>org.opendaylight.mdsal</groupId>
                 <artifactId>mdsal-yanglib-rfc8525</artifactId>
                 <classifier>features</classifier>
                 <type>xml</type>
             </dependency>
-            <dependency>
-                <groupId>${project.groupId}</groupId>
-                <artifactId>odl-mdsal-exp-yanglib-rfc7895</artifactId>
-                <version>0.14.0-SNAPSHOT</version>
-                <classifier>features</classifier>
-                <type>xml</type>
-            </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>odl-mdsal-exp-yanglib-rfc8525</artifactId>
                 <version>9.0.0-SNAPSHOT</version>
             </dependency>
 
-            <!-- RFC7895 -->
-            <!-- FIXME: upgrade this to RFC8525 (2019-01-04, NMDA) -->
+            <!-- RFC7952 -->
             <dependency>
                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-                <artifactId>rfc7895</artifactId>
+                <artifactId>rfc7952</artifactId>
                 <version>9.0.0-SNAPSHOT</version>
             </dependency>
 
-            <!-- RFC7952 -->
+            <!-- RFC8040 -->
             <dependency>
                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-                <artifactId>rfc7952</artifactId>
+                <artifactId>rfc8040</artifactId>
+                <version>9.0.0-SNAPSHOT</version>
+            </dependency>
+
+            <!-- RFC8072 -->
+            <dependency>
+                <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+                <artifactId>rfc8072</artifactId>
                 <version>9.0.0-SNAPSHOT</version>
             </dependency>
 
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.mdsal.model</groupId>
-                <artifactId>odl-mdsal-model-rfc7895</artifactId>
+                <artifactId>odl-mdsal-model-rfc7952</artifactId>
                 <version>9.0.0-SNAPSHOT</version>
                 <classifier>features</classifier>
                 <type>xml</type>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.mdsal.model</groupId>
-                <artifactId>odl-mdsal-model-rfc7952</artifactId>
+                <artifactId>odl-mdsal-model-rfc8040</artifactId>
+                <version>9.0.0-SNAPSHOT</version>
+                <classifier>features</classifier>
+                <type>xml</type>
+            </dependency>
+            <dependency>
+                <groupId>org.opendaylight.mdsal.model</groupId>
+                <artifactId>odl-mdsal-model-rfc8072</artifactId>
                 <version>9.0.0-SNAPSHOT</version>
                 <classifier>features</classifier>
                 <type>xml</type>