Bug 8769 YangTextTemplate throw exception during yang binding Code Generator
[mdsal.git] / singleton-service / pom.xml
index dd509fece094304fa85c09c8670e1189aeb30963..56de38e181133d49f636d07c28467a32cf9be60b 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.1-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.1-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-impl</module>
+        <module>mdsal-singleton-common-api</module>
+        <module>mdsal-singleton-dom-impl</module>
     </modules>
 
-
   <!--
       Maven Site Configuration