From 72a7c1289f3c6565261e1b3bc96f6a33705e64ae Mon Sep 17 00:00:00 2001 From: Nathan Harmon Date: Mon, 23 Feb 2015 10:07:43 -0800 Subject: [PATCH] Startup arch - add odlparent to root pom. Change-Id: I50b9a58aee797f6821816f19984005e9e347c3d9 Signed-off-by: Nathan Harmon --- .../src/main/resources/archetype-resources/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/pom.xml b/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/pom.xml index 616704ada0..6dfd614a29 100644 --- a/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/pom.xml +++ b/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/pom.xml @@ -6,6 +6,13 @@ terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL --> + + + org.opendaylight.odlparent + odlparent + 1.5.0-SNAPSHOT + + ${groupId} ${artifactId}-aggregator ${version} -- 2.36.6