Bump odlparent to 4.0.11
[netconf.git] / features / restconf / pom.xml
index 6d9f1892e3dc520367e1792858a4571cd03f0383..22d560671bfec09dc39e13f94ad3bb1089396ad9 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>3.1.2</version>
+        <version>4.0.11</version>
         <relativePath/>
     </parent>
-    <artifactId>features-restconf-aggregator</artifactId>
+
     <groupId>org.opendaylight.netconf</groupId>
-    <version>1.8.0-SNAPSHOT</version>
+    <artifactId>features-restconf-aggregator</artifactId>
+    <version>1.9.2-SNAPSHOT</version>
     <packaging>pom</packaging>
 
+    <properties>
+        <maven.deploy.skip>true</maven.deploy.skip>
+        <maven.install.skip>true</maven.install.skip>
+    </properties>
+
     <modules>
         <module>features-restconf</module>
+        <module>odl-restconf-all</module>
         <module>odl-mdsal-apidocs</module>
         <module>odl-restconf</module>
-        <module>odl-restconf-base</module>
-        <module>odl-restconf-all</module>
-        <module>odl-restconf-common</module>
         <module>odl-restconf-noauth</module>
+        <module>odl-restconf-common</module>
+        <module>odl-restconf-nb-bierman02</module>
+        <module>odl-restconf-nb-bierman02-base</module>
+        <module>odl-restconf-nb-bierman02-noauth</module>
         <module>odl-restconf-nb-rfc8040</module>
-        <module>odl-restconf-nb-rfc8040-all</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:https://git.opendaylight.org/gerrit/netconf</connection>
+        <developerConnection>scm:git:ssh://git.opendaylight.org:29418/netconf</developerConnection>
         <tag>HEAD</tag>
-        <url>https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=summary</url>
+        <url>https://git.opendaylight.org/gerrit/gitweb?p=netconf.git;a=tree</url>
     </scm>
 </project>