From 257917655152d0db9fad7c9aea00dd41991fb4fc Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Fri, 13 Feb 2015 19:57:20 +0100 Subject: [PATCH] Migrate to artifact imports This is the proper inter-project version declartion mechanism: just import the produced artifacts along with versions. Change-Id: I1ad948e400e3c994522912ed2be1f08fe6349893 Signed-off-by: Robert Varga --- pom.xml | 38 ++++++-------------------------------- 1 file changed, 6 insertions(+), 32 deletions(-) diff --git a/pom.xml b/pom.xml index 7e1ca6a5..2a2ce464 100644 --- a/pom.xml +++ b/pom.xml @@ -55,45 +55,19 @@ - org.opendaylight.yangtools - features-yangtools + yangtools-artifacts ${yangtools.version} - features - xml + pom + import org.opendaylight.controller - features-config + config-artifacts ${config.version} - features - xml - - - org.opendaylight.yangtools.model - ietf-inet-types - ${ietf.model.version} - - - org.opendaylight.yangtools.model - ietf-yang-types - ${ietf.model.version} - - - org.opendaylight.yangtools.model - yang-ext - ${yang.ext.version} - - - org.opendaylight.controller - config-api - 0.3.0-SNAPSHOT - - - org.opendaylight.yangtools - features-test - ${yangtools.version} + pom + import -- 2.36.6