Bump versions to 4.0.13-SNAPSHOT
[mdsal.git] / features / features-mdsal-experimental / pom.xml
index 8f2b1c68cfb74b06c1c84aeaa6da3ede4c17ead3..18892abf9234f41a1d216cb40e9132ca505f89de 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>feature-repo-parent</artifactId>
-        <version>4.0.2</version>
+        <version>5.0.6</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>features-mdsal-experimental</artifactId>
-    <version>3.0.3-SNAPSHOT</version>
+    <version>4.0.13-SNAPSHOT</version>
     <packaging>feature</packaging>
+    <name>OpenDaylight :: MD-SAL :: Experimental Features</name>
+    <description>MD-SAL experimental feature repository</description>
 
     <dependencyManagement>
         <dependencies>
             <type>xml</type>
         </dependency>
 
-        <!-- Binding 2 -->
         <dependency>
             <groupId>org.opendaylight.mdsal</groupId>
-            <artifactId>odl-mdsal-binding2</artifactId>
+            <artifactId>odl-mdsal-exp-yanglib-api</artifactId>
             <classifier>features</classifier>
             <type>xml</type>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal</groupId>
-            <artifactId>odl-mdsal-binding2-api</artifactId>
+            <artifactId>odl-mdsal-exp-yanglib-rfc7895</artifactId>
             <classifier>features</classifier>
             <type>xml</type>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal</groupId>
-            <artifactId>odl-mdsal-binding2-base</artifactId>
-            <classifier>features</classifier>
-            <type>xml</type>
-        </dependency>
-        <dependency>
-            <groupId>org.opendaylight.mdsal</groupId>
-            <artifactId>odl-mdsal-binding2-dom-adapter</artifactId>
-            <classifier>features</classifier>
-            <type>xml</type>
-        </dependency>
-        <dependency>
-            <groupId>org.opendaylight.mdsal</groupId>
-            <artifactId>odl-mdsal-binding2-runtime</artifactId>
+            <artifactId>odl-mdsal-exp-yanglib-rfc8525</artifactId>
             <classifier>features</classifier>
             <type>xml</type>
         </dependency>