Bump versions by x.y.(z+1)
[netconf.git] / features / yanglib / pom.xml
index 3adc3d450cd505b3d1dd28712820193056316cbf..8a598edd21316c04eb5d23eea14f5d79bd00ee8e 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>2.0.0</version>
+        <version>4.0.11</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>features-yanglib-aggregator</artifactId>
-    <version>1.3.0-SNAPSHOT</version>
+    <version>1.6.3-SNAPSHOT</version>
     <packaging>pom</packaging>
 
+    <properties>
+        <maven.deploy.skip>true</maven.deploy.skip>
+        <maven.install.skip>true</maven.install.skip>
+    </properties>
+
     <modules>
         <module>features-yanglib</module>
         <module>odl-yanglib</module>
     </modules>
 
     <scm>
-        <connection>scm:git:http://git.opendaylight.org/gerrit/controller.git</connection>
-        <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
+        <connection>scm:git:ssh://git.opendaylight.org:29418/netconf.git</connection>
+        <developerConnection>scm:git:ssh://git.opendaylight.org:29418/netconf.git</developerConnection>
         <tag>HEAD</tag>
-        <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL</url>
+        <url>https://git.opendaylight.org/gerrit/gitweb?p=netconf.git;a=summary</url>
     </scm>
 </project>