Bump version for 4.0.2-SNAPSHOT
[mdsal.git] / features / features-mdsal-experimental / pom.xml
index f52f116e66145a3dfc35a67183abe74ea4e1e14f..8c4a01ebc3e179d5b16f68b1e5d9a852f28348a4 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>feature-repo-parent</artifactId>
-        <version>4.0.7</version>
+        <version>5.0.0</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>features-mdsal-experimental</artifactId>
-    <version>3.0.4-SNAPSHOT</version>
+    <version>4.0.2-SNAPSHOT</version>
     <packaging>feature</packaging>
+    <name>OpenDaylight :: MD-SAL :: Experimental Features</name>
+    <description>MD-SAL experimental feature repository</description>
 
     <dependencyManagement>
         <dependencies>
             <classifier>features</classifier>
             <type>xml</type>
         </dependency>
-
-        <!-- Binding 2 -->
-        <dependency>
-            <groupId>org.opendaylight.mdsal</groupId>
-            <artifactId>odl-mdsal-binding2</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>
-            <classifier>features</classifier>
-            <type>xml</type>
-        </dependency>
     </dependencies>
 </project>