Bump yangtools dependency to 2.0.0
[mdsal.git] / singleton-service / pom.xml
index 2d752238bb5e3f7b1d0990a906260ec989a01242..42917b8edfb290f0673fd7db42f75e326bcf56ca 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>3.0.2</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.4.0-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-common-spi</module>
-      <module>mdsal-singleton-dom-api</module>
-      <module>mdsal-singleton-dom-impl</module>
+        <module>mdsal-singleton-common-api</module>
+        <module>mdsal-singleton-dom-impl</module>
     </modules>
 
-
   <!--
       Maven Site Configuration