Cleanup md-sal-config/pom.xml 97/52397/6
authorRobert Varga <rovarga@cisco.com>
Tue, 28 Feb 2017 17:41:21 +0000 (18:41 +0100)
committerTom Pantelis <tpanteli@brocade.com>
Wed, 1 Mar 2017 12:06:33 +0000 (12:06 +0000)
Restructuring to not inherit from aggregator pom.

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

index 8eb40c91e96e9e2f4a6a54fe67adc9d1f78b3db6..b59e2769f57b16a86228d73874a272d7aa3e82b6 100644 (file)
 
   <modelVersion>4.0.0</modelVersion>
   <parent>
-    <groupId>org.opendaylight.controller</groupId>
-    <artifactId>sal-parent</artifactId>
-    <version>1.5.0-SNAPSHOT</version>
+    <groupId>org.opendaylight.odlparent</groupId>
+    <artifactId>odlparent-lite</artifactId>
+    <version>1.8.0-SNAPSHOT</version>
+    <relativePath/>
   </parent>
+
+  <groupId>org.opendaylight.controller</groupId>
   <artifactId>md-sal-config</artifactId>
+  <version>1.5.0-SNAPSHOT</version>
   <description>Configuration files for md-sal</description>
   <packaging>jar</packaging>
+
   <build>
     <plugins>
         <plugin>