From c5ba6c4494381f481ee7f0d2b7f7aa193e29df54 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Wed, 22 Aug 2018 23:50:55 +0200 Subject: [PATCH] Move artifacts to top-level directory common/artifacts is not really useful, move it to artifacts. Change-Id: I3045e95e5d5db3cb7df4efabbb296a869ceb3a4b 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 c4e7bf254a..77a8143d5f 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -23,7 +23,6 @@ pom - artifacts checkstyle-logging concepts mockito-configuration diff --git a/pom.xml b/pom.xml index f244166075..c08d2a7029 100644 --- a/pom.xml +++ b/pom.xml @@ -31,6 +31,7 @@ + artifacts benchmarks common features -- 2.36.6