From: Robert Varga Date: Thu, 30 Aug 2018 12:09:22 +0000 (+0200) Subject: Rename RFC7277 model artifacts X-Git-Tag: v3.0.0~41 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=859cc61ac5f3355a39371552c240d41374fc80cd;p=mdsal.git Rename RFC7277 model artifacts This patch renames ietf-ip artifact to follow unified naming. Change-Id: If1cb032a2e66174d83ab931902e505665e4394ae Signed-off-by: Robert Varga --- diff --git a/artifacts/pom.xml b/artifacts/pom.xml index 7868639af0..e5f50cf90f 100644 --- a/artifacts/pom.xml +++ b/artifacts/pom.xml @@ -475,9 +475,9 @@ - org.opendaylight.mdsal.model - ietf-ip-2014-06-16 - 2014.06.16.15.0-SNAPSHOT + org.opendaylight.mdsal.binding.model.ietf + rfc7277 + 1.2.0-SNAPSHOT diff --git a/model/features/odl-mdsal-model-rfc7277/pom.xml b/model/features/odl-mdsal-model-rfc7277/pom.xml index 2635052668..f6a238469d 100644 --- a/model/features/odl-mdsal-model-rfc7277/pom.xml +++ b/model/features/odl-mdsal-model-rfc7277/pom.xml @@ -43,8 +43,8 @@ xml - ${project.groupId} - ietf-ip-2014-06-16 + org.opendaylight.mdsal.binding.model.ietf + rfc7277 diff --git a/model/ietf/pom.xml b/model/ietf/pom.xml index 2998cc14bb..bd4e833a58 100644 --- a/model/ietf/pom.xml +++ b/model/ietf/pom.xml @@ -35,9 +35,9 @@ rfc7223 - + - ietf-ip-2014-06-16 + rfc7277 rfc7895 diff --git a/model/ietf/ietf-ip-2014-06-16/pom.xml b/model/ietf/rfc7277/pom.xml similarity index 90% rename from model/ietf/ietf-ip-2014-06-16/pom.xml rename to model/ietf/rfc7277/pom.xml index 8ce76cb5f4..ac305e6657 100644 --- a/model/ietf/ietf-ip-2014-06-16/pom.xml +++ b/model/ietf/rfc7277/pom.xml @@ -18,9 +18,9 @@ 4.0.0 - org.opendaylight.mdsal.model - ietf-ip-2014-06-16 - 2014.06.16.15.0-SNAPSHOT + org.opendaylight.mdsal.binding.model.ietf + rfc7277 + 1.2.0-SNAPSHOT ${project.artifactId} ${project.artifactId} bundle diff --git a/model/ietf/ietf-ip-2014-06-16/src/main/yang/ietf-ip@2014-06-16.yang b/model/ietf/rfc7277/src/main/yang/ietf-ip@2014-06-16.yang similarity index 100% rename from model/ietf/ietf-ip-2014-06-16/src/main/yang/ietf-ip@2014-06-16.yang rename to model/ietf/rfc7277/src/main/yang/ietf-ip@2014-06-16.yang