Use odlparent for archetype to inherit the version 51/47651/4
authorAlexis de Talhouët <adetalhouet@inocybe.com>
Thu, 27 Oct 2016 03:29:45 +0000 (23:29 -0400)
committerTom Pantelis <tpanteli@brocade.com>
Mon, 14 Nov 2016 14:21:24 +0000 (14:21 +0000)
maven-checkstle-plugin needs the version from odlparent.
Explicity declaring odlparent instead of odlparent-lite
removes maven warning at compile time.

Change-Id: I8393af1a25cbcc13ff10d7f5be375352af2b4caf
Signed-off-by: Alexis de Talhouët <adetalhouet@inocybe.com>
opendaylight/archetypes/pom.xml

index afe1e4aa78afd81eb0fd4fe5a5d16bf65c2de1eb..70993665d3b78d7432fd7e9997c36da8aca37caa 100644 (file)
@@ -4,7 +4,7 @@
 
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
-    <artifactId>odlparent-lite</artifactId>
+    <artifactId>odlparent</artifactId>
     <version>1.8.0-SNAPSHOT</version>
     <relativePath/>
   </parent>