Bump odlparent to 4.0.10
[netconf.git] / netconf / tools / pom.xml
index 6ca3d458ad1a4d4e1f7faa44b52d88c3f5bb648a..e1db21a9ea1304dbc57f42709dac5500aa61ad6e 100644 (file)
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.opendaylight.netconf</groupId>
-    <artifactId>netconf-subsystem</artifactId>
-    <version>1.3.0-SNAPSHOT</version>
+    <groupId>org.opendaylight.odlparent</groupId>
+    <artifactId>odlparent-lite</artifactId>
+    <version>4.0.10</version>
+    <relativePath/>
   </parent>
 
+  <groupId>org.opendaylight.netconf</groupId>
   <artifactId>netconf-tools</artifactId>
+  <version>1.6.1-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>${project.artifactId}</name>
 
+  <properties>
+    <maven.deploy.skip>true</maven.deploy.skip>
+    <maven.install.skip>true</maven.install.skip>
+  </properties>
+
   <modules>
-    <module>netconf-cli</module>
     <module>netconf-testtool</module>
   </modules>
 </project>