Derive config-artifacts from odlparent-lite 71/82071/1
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 15 May 2019 07:58:52 +0000 (09:58 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Wed, 15 May 2019 07:58:52 +0000 (09:58 +0200)
This is to fix failures seen on promoting to Central.

Change-Id: I6204d68c5144437e5af50bb5f2cb29431841d394
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
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>