Bump xtendbeans version for AssertBeans to support YANG union types
[mdsal.git] / singleton-service / pom.xml
index 41bffc1cd015198f9dabb391390fe43eb8508efb..059ad80f1e2f68216075be3e0dfe5f21e7263a4c 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.0-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.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-binding-api</module>
-      <module>mdsal-singleton-binding-impl</module>
+        <module>mdsal-singleton-common-api</module>
+        <module>mdsal-singleton-dom-impl</module>
     </modules>
 
-
   <!--
       Maven Site Configuration