Optimize convertIdentifierEnumValue()
[mdsal.git] / singleton-service / pom.xml
index 65137d8cc5e2b9177922030425e85df95b329e43..295c725459a17af9ad24cde33b5d8fea3a60cebb 100644 (file)
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
     <parent>
-      <groupId>org.opendaylight.mdsal</groupId>
-      <artifactId>mdsal-parent</artifactId>
-      <version>2.1.0-SNAPSHOT</version>
-      <relativePath>../common/parent</relativePath>
+      <groupId>org.opendaylight.odlparent</groupId>
+      <artifactId>odlparent-lite</artifactId>
+      <version>1.8.2-SNAPSHOT</version>
+      <relativePath/>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
+    <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>singleton-service</artifactId>
-    <version>2.1.0-SNAPSHOT</version>
+    <version>2.2.2-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name> <!-- Used by Sonar to set project name -->
     <description>${project.artifactId}</description>
 
     <modules>
-      <module>mdsal-singleton-common-api</module>
-      <module>mdsal-singleton-dom-api</module>
-      <module>mdsal-singleton-binding-api</module>
+        <module>mdsal-singleton-common-api</module>
+        <module>mdsal-singleton-dom-impl</module>
     </modules>
 
-
   <!--
       Maven Site Configuration