Merge "Use odlparent-lite as artifacts parent"
authormichal rehak <mirehak@cisco.com>
Tue, 1 Dec 2015 14:35:30 +0000 (14:35 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Tue, 1 Dec 2015 14:35:30 +0000 (14:35 +0000)
artifacts/pom.xml

index 29f70b501ea2e0e9aecd977a32311d2cd5ac720e..f390cd8ab0af65b9487818c77fb321d1ce5b1c03 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>1.6.0-SNAPSHOT</version>
+    <relativePath/>
+  </parent>
+
     <groupId>org.opendaylight.openflowplugin</groupId>
     <artifactId>openflowplugin-artifacts</artifactId>
     <version>0.2.0-SNAPSHOT</version>