From dd7fcea54bc00b63924a343db4605592489ff077 Mon Sep 17 00:00:00 2001 From: Maros Marsalek Date: Fri, 29 Jul 2016 15:19:44 +0200 Subject: HONEYCOMB-130: Rename features (remove odl prefix) Change-Id: I31db89469f6a619ced0c645f1c9375d7b60f1320 Signed-off-by: Maros Marsalek --- infra/features/src/main/features/features.xml | 19 ++++++------------- infra/karaf/pom.xml | 2 +- v3po/features/src/main/features/features.xml | 21 ++++++++------------- vpp-common/features/src/main/features/features.xml | 6 +++--- .../features/src/main/features/features.xml | 22 ++++++++-------------- 5 files changed, 26 insertions(+), 44 deletions(-) diff --git a/infra/features/src/main/features/features.xml b/infra/features/src/main/features/features.xml index d0431d656..bfc5ad8f0 100644 --- a/infra/features/src/main/features/features.xml +++ b/infra/features/src/main/features/features.xml @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - mvn:org.opendaylight.yangtools/features-yangtools/${yangtools.version}/xml/features @@ -24,13 +24,13 @@ mvn:org.opendaylight.netconf/features-netconf-connector/${netconf.version}/xml/features mvn:org.opendaylight.dlux/features-dlux/${dlux.version}/xml/features - + odl-mdsal-models - + odl-mdsal-broker - odl-honeycomb-api + honeycomb-api odl-netconf-connector-ssh odl-netconf-mdsal @@ -51,8 +51,8 @@ mvn:io.fd.honeycomb/honeycomb-impl/{{VERSION}}/xml/init - - odl-honeycomb + + honeycomb odl-restconf mvn:io.fd.honeycomb/honeycomb-impl/{{VERSION}}/xml/netconf @@ -60,11 +60,4 @@ mvn:io.fd.honeycomb/honeycomb-impl/{{VERSION}}/xml/restconf - - odl-honeycomb-rest - odl-mdsal-apidocs - odl-mdsal-xsql - odl-dlux-yangui - - diff --git a/infra/karaf/pom.xml b/infra/karaf/pom.xml index 6cee0295b..ea42624a9 100644 --- a/infra/karaf/pom.xml +++ b/infra/karaf/pom.xml @@ -29,7 +29,7 @@ 3.1.1 - odl-honeycomb-ui + honeycomb-rest diff --git a/v3po/features/src/main/features/features.xml b/v3po/features/src/main/features/features.xml index ef2a27532..9ef25aac9 100644 --- a/v3po/features/src/main/features/features.xml +++ b/v3po/features/src/main/features/features.xml @@ -22,27 +22,22 @@ mvn:io.fd.honeycomb.vpp/vpp-common-features/${project.version}/xml/features mvn:org.opendaylight.mdsal.model/features-mdsal-model/${mdsal.model.version}/xml/features - + odl-mdsal-models mvn:io.fd.honeycomb.v3po/v3po-api/{{VERSION}} - - odl-honeycomb - odl-honeycomb-vpp-common - odl-honeycomb-v3po-api + + honeycomb + honeycomb-vpp-common + honeycomb-v3po-api mvn:io.fd.honeycomb.v3po/v3po2vpp/{{VERSION}} mvn:io.fd.honeycomb.v3po/v3po2vpp/{{VERSION}}/xml/config - - odl-honeycomb-rest - odl-honeycomb-v3po - - - - odl-honeycomb-ui - odl-honeycomb-v3po-rest + + honeycomb-rest + honeycomb-v3po diff --git a/vpp-common/features/src/main/features/features.xml b/vpp-common/features/src/main/features/features.xml index 3983481dd..321f96e1c 100644 --- a/vpp-common/features/src/main/features/features.xml +++ b/vpp-common/features/src/main/features/features.xml @@ -14,13 +14,13 @@ See the License for the specific language governing permissions and limitations under the License. --> - mvn:io.fd.honeycomb/honeycomb-features/${project.version}/xml/features - - odl-honeycomb + + honeycomb mvn:io.fd.honeycomb.vpp/naming-context-api/{{VERSION}} mvn:io.fd.honeycomb.vpp/naming-context-impl/{{VERSION}} wrap:mvn:io.fd.vpp/jvpp/{{VERSION}} diff --git a/vpp-integration/features/src/main/features/features.xml b/vpp-integration/features/src/main/features/features.xml index f25e32d05..3dcc7c67a 100644 --- a/vpp-integration/features/src/main/features/features.xml +++ b/vpp-integration/features/src/main/features/features.xml @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - @@ -26,27 +26,21 @@ mvn:io.fd.honeycomb.v3po/v3po-features/${project.version}/xml/features - odl-honeycomb-api - odl-honeycomb-v3po-api + honeycomb-api + honeycomb-v3po-api honeycomb-vpp-integration-api - odl-honeycomb - odl-honeycomb-vpp-common - odl-honeycomb-v3po + honeycomb + honeycomb-vpp-common + honeycomb-v3po honeycomb-vpp-integration - odl-honeycomb-rest - odl-honeycomb-v3po - - - - honeycomb-vpp-integration-rest - odl-honeycomb-ui - odl-honeycomb-v3po-rest + honeycomb-rest + honeycomb-v3po -- cgit 1.2.3-korg