Merge "Added initial design documentation for clustering."
[netconf.git] / opendaylight / netconf / netconf-topology-config / pom.xml
index f0667f67a6e49a4136449b08e42035e1349b3477..ab5a2f8cc7d5648f4a4ee71b5fbcd1ce782ab3ef 100644 (file)
@@ -2,17 +2,21 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+    <modelVersion>4.0.0</modelVersion>
+
     <parent>
-        <artifactId>netconf-subsystem</artifactId>
-        <groupId>org.opendaylight.netconf</groupId>
-        <version>1.0.0-SNAPSHOT</version>
-        <relativePath>../</relativePath>
+        <groupId>org.opendaylight.odlparent</groupId>
+        <artifactId>odlparent-lite</artifactId>
+        <version>1.7.0-SNAPSHOT</version>
+        <relativePath/>
     </parent>
-    <modelVersion>4.0.0</modelVersion>
 
+    <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-topology-config</artifactId>
+    <version>1.1.0-SNAPSHOT</version>
     <description>Configuration files for netconf topology</description>
     <packaging>jar</packaging>
+
     <build>
         <plugins>
             <plugin>
@@ -45,4 +49,4 @@
         </plugins>
     </build>
 
-</project>
\ No newline at end of file
+</project>