Release mdsal
[mdsal.git] / features / odl-mdsal-singleton-dom / pom.xml
index 1fbc367ec98acb88c27b437a64a33fced1d042e5..f17944fc824d3c6e315dcf3b1dca02ab8638e312 100644 (file)
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>3.0.4-SNAPSHOT</version>
+        <version>13.0.2</version>
         <relativePath>../feature-parent</relativePath>
     </parent>
 
     <artifactId>odl-mdsal-singleton-dom</artifactId>
     <packaging>feature</packaging>
-
     <name>OpenDaylight :: MD-SAL :: Singleton :: DOM</name>
+    <description>MD-SAL Cluster Singleton Service implementation</description>
+
+    <properties>
+        <!-- FIXME: remove this once we can plug in a testing dependency -->
+        <skip.karaf.featureTest>true</skip.karaf.featureTest>
+    </properties>
 
     <dependencies>
         <dependency>
@@ -41,7 +46,7 @@
         </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal</groupId>
-            <artifactId>mdsal-singleton-dom-impl</artifactId>
+            <artifactId>mdsal-singleton-impl</artifactId>
         </dependency>
     </dependencies>
 </project>