From 9516682497fe6fc5b7bb2b4d8773447f815ac5bf Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Tue, 20 Aug 2019 17:28:14 +0200 Subject: [PATCH] Move netconf-artifacts Each project should be exposing only a single set of artifacts, so that it's "release" version is consistent across all build entrypoints. Change-Id: Ief9997e39a71fb3addbfe0999368a3e82a6da804 Signed-off-by: Robert Varga --- {netconf/netconf-artifacts => artifacts}/pom.xml | 6 +----- netconf/pom.xml | 2 -- pom.xml | 1 + 3 files changed, 2 insertions(+), 7 deletions(-) rename {netconf/netconf-artifacts => artifacts}/pom.xml (99%) diff --git a/netconf/netconf-artifacts/pom.xml b/artifacts/pom.xml similarity index 99% rename from netconf/netconf-artifacts/pom.xml rename to artifacts/pom.xml index e73bc5dd7a..b3af82240f 100644 --- a/netconf/netconf-artifacts/pom.xml +++ b/artifacts/pom.xml @@ -23,10 +23,6 @@ 1.8.0-SNAPSHOT pom - - 1.11.0-SNAPSHOT - - @@ -114,7 +110,7 @@ ${project.groupId} sal-netconf-connector - ${mdsal.version} + 1.11.0-SNAPSHOT ${project.groupId} diff --git a/netconf/pom.xml b/netconf/pom.xml index aafd9dc0ce..9612a73d38 100644 --- a/netconf/pom.xml +++ b/netconf/pom.xml @@ -61,8 +61,6 @@ callhome-protocol callhome-provider - netconf-artifacts - shaded-exificient-jar shaded-exificient diff --git a/pom.xml b/pom.xml index 69049aa313..b5ef338dec 100644 --- a/pom.xml +++ b/pom.xml @@ -29,6 +29,7 @@ + artifacts features karaf netconf -- 2.36.6