Rename singleton service components
[mdsal.git] / singleton-service / mdsal-singleton-impl / pom.xml
similarity index 96%
rename from singleton-service/mdsal-singleton-dom-impl/pom.xml
rename to singleton-service/mdsal-singleton-impl/pom.xml
index 487a85109b8d9cf90531992294dcea736d1a2673..e5a1517cbc45019a9a0ccd14dc72e6adff9b60ea 100644 (file)
@@ -16,7 +16,7 @@
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
-    <artifactId>mdsal-singleton-dom-impl</artifactId>
+    <artifactId>mdsal-singleton-impl</artifactId>
     <packaging>bundle</packaging>
 
     <properties>
@@ -67,7 +67,7 @@
         </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal</groupId>
-            <artifactId>mdsal-singleton-common-api</artifactId>
+            <artifactId>mdsal-singleton-api</artifactId>
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>