Derive config-artifacts from odlparent-lite 75/82075/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 08:25:37 +0000 (10:25 +0200)
This is to fix failures seen on promoting to Central.

Change-Id: I6204d68c5144437e5af50bb5f2cb29431841d394
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
(cherry picked from commit e85651156b6687818741f4170efc80a55ddb3efb)

opendaylight/config/config-artifacts/pom.xml

index 52dccec906a9ae956327671b12037be1a49446cd..5551d010e9c4c22c0ab798a2fe39d7ca244ac3c9 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>4.0.10</version>
+        <relativePath/>
+    </parent>
+
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>config-artifacts</artifactId>
     <version>0.10.2-SNAPSHOT</version>