Bump versions to 9.0.2-SNAPSHOT
[mdsal.git] / features / features-mdsal-experimental / pom.xml
index e824a19d8394adbe890c44380470564ee37109cf..6471bc50face1ed03e160e1449b5e9283efa2204 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>feature-repo-parent</artifactId>
-        <version>4.0.8</version>
+        <version>10.0.0</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>features-mdsal-experimental</artifactId>
-    <version>3.0.5-SNAPSHOT</version>
+    <version>9.0.2-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>
-            <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>