Rework netconf build wiring
[netconf.git] / opendaylight / restconf / sal-rest-connector-config / pom.xml
index 88ac9d8017509247d163435c0ab8a49163d67f5e..dea016fe4f009d1c2eedd692192337101d512018 100644 (file)
@@ -7,15 +7,20 @@
  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">
-
   <modelVersion>4.0.0</modelVersion>
+
   <parent>
-    <groupId>org.opendaylight.netconf</groupId>
-    <artifactId>restconf-parent</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
+    <groupId>org.opendaylight.odlparent</groupId>
+    <artifactId>odlparent-lite</artifactId>
+    <version>1.7.0-SNAPSHOT</version>
+    <relativePath/>
   </parent>
+
+  <groupId>org.opendaylight.netconf</groupId>
   <artifactId>sal-rest-connector-config</artifactId>
+  <version>1.4.0-SNAPSHOT</version>
   <description>Configuration files for sal-rest-connector</description>
+
   <packaging>jar</packaging>
     <build>
     <plugins>