From 915b750ecba805bb4e4a1b9ad4a55cb3649c2ee0 Mon Sep 17 00:00:00 2001 From: Deepthi V V Date: Mon, 16 Mar 2015 14:47:42 +0530 Subject: [PATCH] Fix model-bgp group id. Signed-off-by: Deepthi V V Change-Id: Id6f2fc202ac9171e1da6d55328a1dbaaef8fd66a --- features/src/main/features/features.xml | 2 +- model-bgp/pom.xml | 1 + vpnmanager-api/pom.xml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/features/src/main/features/features.xml b/features/src/main/features/features.xml index bef5e3de..72e636e8 100644 --- a/features/src/main/features/features.xml +++ b/features/src/main/features/features.xml @@ -15,7 +15,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html mvn:org.opendaylight.controller/features-restconf/${mdsal.version}/xml/features odl-yangtools-models - mvn:org.opendaylight.yangtools/model-bgp/2013.07.15.7-SNAPSHOT + mvn:org.opendaylight.vpnservice/model-bgp/2013.07.15.7-SNAPSHOT mvn:org.opendaylight.vpnservice/vpnmanager-api/${project.version} diff --git a/model-bgp/pom.xml b/model-bgp/pom.xml index bf9e814e..46ed199c 100644 --- a/model-bgp/pom.xml +++ b/model-bgp/pom.xml @@ -17,6 +17,7 @@ 4.0.0 + org.opendaylight.vpnservice model-bgp 2013.07.15.7-SNAPSHOT ${project.artifactId} diff --git a/vpnmanager-api/pom.xml b/vpnmanager-api/pom.xml index 21ad102c..e849eee1 100644 --- a/vpnmanager-api/pom.xml +++ b/vpnmanager-api/pom.xml @@ -55,7 +55,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html 2014.05.08.7-SNAPSHOT - org.opendaylight.yangtools + org.opendaylight.vpnservice model-bgp 2013.07.15.7-SNAPSHOT -- 2.36.6