From 0c2619bde29f58c1df68aeb39df6fa32d86563f6 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Thu, 4 Oct 2018 18:52:18 +0200 Subject: [PATCH] Move rfc7895 model This fixes up the groupId for rfc7895 to match packaging requirements. Change-Id: I599a0574553bd1447f473ac9a293985d847f8786 Signed-off-by: Robert Varga --- artifacts/pom.xml | 2 +- features/odl-mdsal-model-rfc7895/pom.xml | 2 +- model/ietf/rfc7895/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/artifacts/pom.xml b/artifacts/pom.xml index 5da256a594..4d64ee374d 100644 --- a/artifacts/pom.xml +++ b/artifacts/pom.xml @@ -489,7 +489,7 @@ - org.opendaylight.mdsal.model + org.opendaylight.mdsal.binding.model.ietf rfc7895 1.2.0-SNAPSHOT diff --git a/features/odl-mdsal-model-rfc7895/pom.xml b/features/odl-mdsal-model-rfc7895/pom.xml index 1b62ca3dff..2cefdf0ad3 100644 --- a/features/odl-mdsal-model-rfc7895/pom.xml +++ b/features/odl-mdsal-model-rfc7895/pom.xml @@ -43,7 +43,7 @@ xml - ${project.groupId} + org.opendaylight.mdsal.binding.model.ietf rfc7895 diff --git a/model/ietf/rfc7895/pom.xml b/model/ietf/rfc7895/pom.xml index 367487e5da..b527cfc58f 100644 --- a/model/ietf/rfc7895/pom.xml +++ b/model/ietf/rfc7895/pom.xml @@ -18,7 +18,7 @@ ../../../binding/binding-parent - org.opendaylight.mdsal.model + org.opendaylight.mdsal.binding.model.ietf rfc7895 1.2.0-SNAPSHOT ${project.artifactId} -- 2.36.6