Merge "Include namespace in output element of json rpc responses" into stable/fluorine
[netconf.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 03d397b083098c48cd71713dde197a2a11a20459..2db6d4269c7c65b5fcf3fd2e370a8e010004f086 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -6,21 +6,20 @@
  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>3.0.2</version>
+        <version>3.1.5</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.netconf</groupId>
-    <artifactId>netconf-parent</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
+    <artifactId>netconf-aggregator</artifactId>
+    <version>1.5.2-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>