Derive config-artifacts from odlparent-lite
[controller.git] / opendaylight / config / config-artifacts / pom.xml
index b684ce38c07faf892caa65af6b53d56551c7a3a3..f5ac59bfe6296488d687b6bad6be6afce8aad25b 100644 (file)
 <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>5.0.0</version>
+        <relativePath/>
+    </parent>
+
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>config-artifacts</artifactId>
     <version>0.11.0-SNAPSHOT</version>