Merge "Added initial design documentation for clustering."
[netconf.git] / opendaylight / netconf / netconf-mdsal-config / pom.xml
index 12ec4db740eb7b4247c088dd92f3a6fa33a68356..6f1af5afaf37de403f79cf567cbc7abb1c8cb2d2 100644 (file)
 
   <modelVersion>4.0.0</modelVersion>
   <parent>
-    <groupId>org.opendaylight.netconf</groupId>
-    <artifactId>netconf-subsystem</artifactId>
-    <version>1.1.0-SNAPSHOT</version>
+    <groupId>org.opendaylight.odlparent</groupId>
+    <artifactId>odlparent-lite</artifactId>
+    <version>1.7.0-SNAPSHOT</version>
+    <relativePath/>
   </parent>
+
+  <groupId>org.opendaylight.netconf</groupId>
   <artifactId>netconf-mdsal-config</artifactId>
+  <version>1.1.0-SNAPSHOT</version>
   <description>Configuration files for netconf for mdsal</description>
   <packaging>jar</packaging>
+
   <build>
     <plugins>
         <plugin>