Release mdsal
[mdsal.git] / features / odl-mdsal-singleton-common / pom.xml
index b7a58e8a0351195c4212e3bc477e8cfb8f5d98da..f53e4d856da6d9d1749cb271722336aef77abc67 100644 (file)
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>3.0.1-SNAPSHOT</version>
+        <version>13.0.0</version>
         <relativePath>../feature-parent</relativePath>
     </parent>
 
     <artifactId>odl-mdsal-singleton-common</artifactId>
     <packaging>feature</packaging>
-
     <name>OpenDaylight :: MD-SAL :: Singleton :: Common</name>
+    <description>MD-SAL Cluster Singleton Service commons</description>
 
     <dependencies>
         <dependency>
@@ -29,7 +29,7 @@
         </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal</groupId>
-            <artifactId>mdsal-singleton-common-api</artifactId>
+            <artifactId>mdsal-singleton-api</artifactId>
         </dependency>
     </dependencies>
 </project>