X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=features%2Frestconf%2Fsrc%2Fmain%2Fresources%2Ffeatures.xml;h=72a9a97cb83e5c2cad3acbbc78ccb8f0739547f2;hb=refs%2Fchanges%2F92%2F23292%2F1;hp=8060206b53753c435d39d666b5832f34040be280;hpb=3927509ec3ecfa32a51b725d2b7155d425f5b877;p=controller.git diff --git a/features/restconf/src/main/resources/features.xml b/features/restconf/src/main/resources/features.xml index 8060206b53..72a9a97cb8 100644 --- a/features/restconf/src/main/resources/features.xml +++ b/features/restconf/src/main/resources/features.xml @@ -18,9 +18,9 @@ Necessary TODO: Add repo entries for the repositories of features you refer to in this feature file but do not define here. Examples: - mvn:org.opendaylight.yangtools/features-yangtools/0.7.0-SNAPSHOT/xml/features - mvn:org.opendaylight.controller/features-mdsal/1.2.0-SNAPSHOT/xml/features - mvn:org.opendaylight.openflowplugin/features-openflowplugin/0.1.0-SNAPSHOT/xml/features + mvn:org.opendaylight.yangtools/features-yangtools/0.7.0-Lithium/xml/features + mvn:org.opendaylight.controller/features-mdsal/1.2.0-Lithium/xml/features + mvn:org.opendaylight.openflowplugin/features-openflowplugin/0.1.0-Lithium/xml/features --> mvn:org.opendaylight.controller/features-mdsal/${mdsal.version}/xml/features mvn:org.opendaylight.yangtools/features-yangtools/${yangtools.version}/xml/features @@ -53,7 +53,7 @@ * Basic MD-SAL Provider - odl-mdsal-broker + odl-mdsal-broker odl-controller-model mvn:org.opendaylight.controller/controller-provider/${project.version} ... whatever other bundles you need @@ -61,15 +61,15 @@ * Basic MD-SAL Model feature - odl-yangtools-binding - odl-yangtools-models + odl-yangtools-binding + odl-yangtools-models mvn:org.opendaylight.controller/controller-model/${project.version} ... whatever other bundles you need * Config Subsystem example - the config file is your config subsystem configuration - odl-mdsal-broker + odl-mdsal-broker mvn:org.opendaylight.controller/controller-provider/${project.version} mvn:org.opendaylight.controller/controller-config/${project.version}/xml/config ... whatever other bundles you need @@ -77,7 +77,7 @@ * Basic MD-SAL Provider that uses openflowplugin-flow-services (which brings along odl-mdsal-broker) - odl-openflowplugin-flow-services + odl-openflowplugin-flow-services mvn:org.opendaylight.controller/controller-provider/${project.version} ... whatever other bundles you need