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 +- 2 files changed, 7 insertions(+), 14 deletions(-) (limited to 'infra') 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 -- cgit 1.2.3-korg