From 1e534c3683e9ba9a54e65b33afb93035b86124e7 Mon Sep 17 00:00:00 2001 From: Yuta HIGUCHI Date: Thu, 10 Aug 2017 16:07:21 -0700 Subject: [PATCH] Fix route-service align artifact name to buck build Change-Id: Ia0a60e647b30285f20d5b40332c32705203c9b7c --- apps/dhcprelay/pom.xml | 9 ++++++++- apps/evpnopenflow/pom.xml | 2 +- apps/pim/pom.xml | 2 +- apps/route-service/api/pom.xml | 4 ++-- apps/route-service/app/app.xml | 2 +- apps/route-service/app/features.xml | 4 ++-- apps/route-service/app/pom.xml | 6 +++--- apps/route-service/pom.xml | 2 +- apps/routing/common/pom.xml | 2 +- apps/routing/fibinstaller/pom.xml | 11 ++++++++++- apps/routing/fpm/pom.xml | 2 +- apps/sdnip/pom.xml | 8 ++++++++ apps/segmentrouting/pom.xml | 2 +- 13 files changed, 40 insertions(+), 16 deletions(-) diff --git a/apps/dhcprelay/pom.xml b/apps/dhcprelay/pom.xml index b3d879e671..782e1b0fac 100644 --- a/apps/dhcprelay/pom.xml +++ b/apps/dhcprelay/pom.xml @@ -116,8 +116,15 @@ org.onosproject - onos-app-route-service-api + onos-apps-route-service-api ${project.version} + + org.onosproject + onos-apps-route-service-api + ${project.version} + test + tests + diff --git a/apps/evpnopenflow/pom.xml b/apps/evpnopenflow/pom.xml index 02a5baa1a7..43cca85a0c 100755 --- a/apps/evpnopenflow/pom.xml +++ b/apps/evpnopenflow/pom.xml @@ -107,7 +107,7 @@ org.onosproject - onos-app-route-service-api + onos-apps-route-service-api ${project.version} diff --git a/apps/pim/pom.xml b/apps/pim/pom.xml index 4ceef0e9b5..d674ba8cbd 100644 --- a/apps/pim/pom.xml +++ b/apps/pim/pom.xml @@ -87,7 +87,7 @@ org.onosproject - onos-app-route-service-api + onos-apps-route-service-api ${project.version} diff --git a/apps/route-service/api/pom.xml b/apps/route-service/api/pom.xml index f136855a3a..6d048da7a0 100644 --- a/apps/route-service/api/pom.xml +++ b/apps/route-service/api/pom.xml @@ -20,12 +20,12 @@ 4.0.0 - onos-app-route-service + onos-apps-route-service org.onosproject 1.11.0-SNAPSHOT - onos-app-route-service-api + onos-apps-route-service-api bundle http://onosproject.org diff --git a/apps/route-service/app/app.xml b/apps/route-service/app/app.xml index a5618266cb..e01e0f8326 100644 --- a/apps/route-service/app/app.xml +++ b/apps/route-service/app/app.xml @@ -20,5 +20,5 @@ features="${project.artifactId}"> ${project.description} mvn:${project.groupId}/${project.artifactId}/${project.version} - mvn:${project.groupId}/onos-app-route-service-api/${project.version} + mvn:${project.groupId}/onos-apps-route-service-api/${project.version} diff --git a/apps/route-service/app/features.xml b/apps/route-service/app/features.xml index 4cc99bd1ab..165bee4688 100644 --- a/apps/route-service/app/features.xml +++ b/apps/route-service/app/features.xml @@ -18,7 +18,7 @@ onos-api - mvn:${project.groupId}/onos-app-route-service-api/${project.version} - mvn:${project.groupId}/onos-app-route-service/${project.version} + mvn:${project.groupId}/onos-apps-route-service-api/${project.version} + mvn:${project.groupId}/onos-apps-route-service/${project.version} diff --git a/apps/route-service/app/pom.xml b/apps/route-service/app/pom.xml index 9428fb2747..07b82d5b65 100644 --- a/apps/route-service/app/pom.xml +++ b/apps/route-service/app/pom.xml @@ -20,12 +20,12 @@ 4.0.0 - onos-app-route-service + onos-apps-route-service org.onosproject 1.11.0-SNAPSHOT - onos-app-route-service-app + onos-apps-route-service-app bundle http://onosproject.org @@ -67,7 +67,7 @@ org.onosproject - onos-app-route-service-api + onos-apps-route-service-api ${project.version} diff --git a/apps/route-service/pom.xml b/apps/route-service/pom.xml index d9383df77e..4d3c00ee66 100644 --- a/apps/route-service/pom.xml +++ b/apps/route-service/pom.xml @@ -25,7 +25,7 @@ 1.11.0-SNAPSHOT - onos-app-route-service + onos-apps-route-service pom Route Service Application diff --git a/apps/routing/common/pom.xml b/apps/routing/common/pom.xml index 47840c922c..8e9a42ec40 100644 --- a/apps/routing/common/pom.xml +++ b/apps/routing/common/pom.xml @@ -88,7 +88,7 @@ org.onosproject - onos-app-route-service-api + onos-apps-route-service-api ${project.version} diff --git a/apps/routing/fibinstaller/pom.xml b/apps/routing/fibinstaller/pom.xml index 91213f7e16..8f1d613c8f 100644 --- a/apps/routing/fibinstaller/pom.xml +++ b/apps/routing/fibinstaller/pom.xml @@ -26,12 +26,21 @@ onos-apps-routing-fibinstaller bundle + org.onosproject - onos-app-route-service-api + onos-apps-route-service-api ${project.version} + + + org.onosproject + onos-apps-route-service-api + ${project.version} + test + tests + diff --git a/apps/routing/fpm/pom.xml b/apps/routing/fpm/pom.xml index 37c81d8557..6301265ca3 100644 --- a/apps/routing/fpm/pom.xml +++ b/apps/routing/fpm/pom.xml @@ -51,7 +51,7 @@ org.onosproject - onos-app-route-service-api + onos-apps-route-service-api ${project.version} diff --git a/apps/sdnip/pom.xml b/apps/sdnip/pom.xml index 4bbbf5b5ad..d21e654e23 100644 --- a/apps/sdnip/pom.xml +++ b/apps/sdnip/pom.xml @@ -88,6 +88,14 @@ ${project.version} + + org.onosproject + onos-apps-route-service-api + test + tests + ${project.version} + + org.onosproject onos-cli diff --git a/apps/segmentrouting/pom.xml b/apps/segmentrouting/pom.xml index 50149a0d05..ab0b62e9a2 100644 --- a/apps/segmentrouting/pom.xml +++ b/apps/segmentrouting/pom.xml @@ -109,7 +109,7 @@ org.onosproject - onos-app-route-service-api + onos-apps-route-service-api ${project.version}