Bump odlparent/yangtools/mdsal to 4.0.14/2.1.14/3.0.13
[netconf.git] / netconf / tools / pom.xml
index d0954ecaea3630f8bbd31b91c91aeef204190e77..2324a1438e53e71a25ef184804fd7e8b2202475f 100644 (file)
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>2.0.5</version>
+    <version>4.0.14</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>netconf-tools</artifactId>
-  <version>1.4.0-SNAPSHOT</version>
+  <version>1.6.3-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>