From 39891b1264c143d3340e8fca0f723e3e954a0c62 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexis=20de=20Talhou=C3=ABt?= Date: Wed, 26 Oct 2016 23:29:45 -0400 Subject: [PATCH] Use odlparent for archetype to inherit the version MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- opendaylight/archetypes/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opendaylight/archetypes/pom.xml b/opendaylight/archetypes/pom.xml index afe1e4aa78..70993665d3 100644 --- a/opendaylight/archetypes/pom.xml +++ b/opendaylight/archetypes/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.odlparent - odlparent-lite + odlparent 1.8.0-SNAPSHOT -- 2.36.6