Bump upstream versions
[netconf.git] / features / restconf / pom.xml
index 48ae66f61d8f19497e6909671babd12eeab47c4b..64eba9444f4ee12009253237d15f9daf7a90b07f 100644 (file)
@@ -6,35 +6,38 @@
  terms of the Eclipse Public License v1.0 which accompanies this distribution,
  and is available at http://www.eclipse.org/legal/epl-v10.html
  -->
-<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">
+<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>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>2.0.5</version>
+        <version>10.0.2</version>
         <relativePath/>
     </parent>
-    <artifactId>features-restconf-aggregator</artifactId>
+
     <groupId>org.opendaylight.netconf</groupId>
-    <version>1.7.0-SNAPSHOT</version>
+    <artifactId>features-restconf-aggregator</artifactId>
+    <version>4.0.0-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-all</module>
-        <module>odl-restconf-noauth</module>
-        <module>odl-restconf-nb-rfc8040-noauth</module>
+        <module>odl-restconf-common</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>