Release mdsal
[mdsal.git] / features / odl-mdsal-common / pom.xml
index 5d749ac395a8d7b4e84e014a769c1c0c345ba05a..b315c453556f0fa1f42eee5f7fc93c9cb4604d44 100644 (file)
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>3.0.5-SNAPSHOT</version>
+        <version>9.0.3</version>
         <relativePath>../feature-parent</relativePath>
     </parent>
 
     <artifactId>odl-mdsal-common</artifactId>
     <packaging>feature</packaging>
-
     <name>OpenDaylight :: MD-SAL :: Common</name>
+    <description>MD-SAL common APIs and utilities</description>
 
     <dependencies>
         <dependency>
@@ -31,9 +31,5 @@
             <groupId>org.opendaylight.mdsal</groupId>
             <artifactId>mdsal-common-api</artifactId>
         </dependency>
-        <dependency>
-            <groupId>org.opendaylight.mdsal</groupId>
-            <artifactId>mdsal-common-util</artifactId>
-        </dependency>
     </dependencies>
 </project>