Add odlparent-lite to mdsal-artifacts/pom.xml 83/52383/1
authorRobert Varga <rovarga@cisco.com>
Tue, 28 Feb 2017 15:55:42 +0000 (16:55 +0100)
committerRobert Varga <rovarga@cisco.com>
Tue, 28 Feb 2017 16:38:50 +0000 (17:38 +0100)
All our poms should be inheriting from odlparent, make sure this
is the case for artifacts, too.

Change-Id: I5f8c01469a9e08c9d61507596585a8a4f842a5f0
Signed-off-by: Robert Varga <rovarga@cisco.com>
opendaylight/md-sal/mdsal-artifacts/pom.xml

index b7ce936dd3efbc96a90141b259762063d2874734..a1a12804c0e73c89f70889bb029c3df3ee9184b7 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>
 <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.8.0-SNAPSHOT</version>
+               <relativePath/>
+    </parent>
+
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-artifacts</artifactId>
     <version>1.5.0-SNAPSHOT</version>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-artifacts</artifactId>
     <version>1.5.0-SNAPSHOT</version>