From 76664925cf1788a35d43cfb1986b12d4542d15af Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Sat, 11 Aug 2018 10:01:48 +0200 Subject: [PATCH 1/1] Move mdsal-artifacts to toplevel As per best practices, move mdsal-artifacts to the root of our project. Change-Id: Ibb9880aa4875d706a04a3dd7c94e7796dd4ee1ae Signed-off-by: Robert Varga --- {common/artifacts => artifacts}/pom.xml | 0 common/pom.xml | 1 - pom.xml | 1 + 3 files changed, 1 insertion(+), 1 deletion(-) rename {common/artifacts => artifacts}/pom.xml (100%) diff --git a/common/artifacts/pom.xml b/artifacts/pom.xml similarity index 100% rename from common/artifacts/pom.xml rename to artifacts/pom.xml diff --git a/common/pom.xml b/common/pom.xml index 9fb5d22ba9..60c899ca03 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -32,7 +32,6 @@ parent - artifacts features mdsal-common-api mdsal-common-util diff --git a/pom.xml b/pom.xml index 87167057a2..7967b4def0 100644 --- a/pom.xml +++ b/pom.xml @@ -31,6 +31,7 @@ + artifacts common dom binding -- 2.36.6