From 4ebce0d4be03ec41609cb827066dc9f5d483085d Mon Sep 17 00:00:00 2001 From: Gilles Thouenon Date: Fri, 9 Dec 2022 16:24:02 +0100 Subject: [PATCH] Add transportpce projects to distribution Declare bundles and features of transportpce-models (except odl-tapi-2.4.0-models) and transportpce projects in distribution. Signed-off-by: Gilles Thouenon Change-Id: If6635d91615bef6c6789ce1e3ac2701ec44a5d8a --- artifacts/upstream/artifacts/pom.xml | 34 ++++++++++ artifacts/upstream/properties/pom.xml | 2 + features/repos/index/pom.xml | 30 +++++++++ .../pom.xml | 66 +++++++++++++++++++ 4 files changed, 132 insertions(+) diff --git a/artifacts/upstream/artifacts/pom.xml b/artifacts/upstream/artifacts/pom.xml index 5f14773a..b0508faf 100644 --- a/artifacts/upstream/artifacts/pom.xml +++ b/artifacts/upstream/artifacts/pom.xml @@ -275,6 +275,40 @@ + + transportpce-models + + true + + + + + org.opendaylight.transportpce.models + transportpce-models-artifacts + ${transportpce.models.version} + pom + import + + + + + + transportpce + + true + + + + + org.opendaylight.transportpce + transportpce-artifacts + ${transportpce.version} + pom + import + + + + yangtools diff --git a/artifacts/upstream/properties/pom.xml b/artifacts/upstream/properties/pom.xml index 6a79c6ee..d6ebc502 100644 --- a/artifacts/upstream/properties/pom.xml +++ b/artifacts/upstream/properties/pom.xml @@ -56,6 +56,8 @@ 0.16.0-SNAPSHOT 1.16.0-SNAPSHOT 0.11.0-SNAPSHOT + 7.0.0 + 18.0.0 10.0.4 diff --git a/features/repos/index/pom.xml b/features/repos/index/pom.xml index af8524fb..23d04357 100644 --- a/features/repos/index/pom.xml +++ b/features/repos/index/pom.xml @@ -349,6 +349,36 @@ + + + transportpce-models + + true + + + + org.opendaylight.transportpce.models + features-transportpce-models + features + xml + + + + + + transportpce + + true + + + + org.opendaylight.transportpce + features-transportpce + features + xml + + + yangtools diff --git a/features/singles/odl-integration-compatible-with-all/pom.xml b/features/singles/odl-integration-compatible-with-all/pom.xml index 38305760..2915b684 100644 --- a/features/singles/odl-integration-compatible-with-all/pom.xml +++ b/features/singles/odl-integration-compatible-with-all/pom.xml @@ -219,5 +219,71 @@ + + + transportpce + + true + + + + org.opendaylight.transportpce + odl-transportpce + features + xml + + + org.opendaylight.transportpce + odl-transportpce-tapi + features + xml + + + org.opendaylight.transportpce + odl-transportpce-inventory + features + xml + + + org.opendaylight.transportpce + odl-transportpce-nbinotifications + features + xml + + + org.opendaylight.transportpce + odl-transportpce-dmaap-client + features + xml + + + + + + transportpce-models + + true + + + + org.opendaylight.transportpce.models + odl-openroadm-devices + features + xml + + + org.opendaylight.transportpce.models + odl-openroadm-models + features + xml + + + org.opendaylight.transportpce.models + odl-tapi-2.1.1-models + features + xml + + + -- 2.36.6