diff options
author | Maros Marsalek <mmarsale@cisco.com> | 2016-07-29 15:19:44 +0200 |
---|---|---|
committer | Maros Marsalek <mmarsale@cisco.com> | 2016-08-01 13:12:47 +0200 |
commit | dd7fcea54bc00b63924a343db4605592489ff077 (patch) | |
tree | d87f4e6ace0209b0bb9ed52be881f80be7f9ae34 /vpp-common | |
parent | 9656ff8d3703e3dfef0486d8af69f39428be228c (diff) |
HONEYCOMB-130: Rename features (remove odl prefix)
Change-Id: I31db89469f6a619ced0c645f1c9375d7b60f1320
Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
Diffstat (limited to 'vpp-common')
-rw-r--r-- | vpp-common/features/src/main/features/features.xml | 6 |
1 files changed, 3 insertions, 3 deletions
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. --> -<features name="odl-honeycomb-vpp-common-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.2.0" +<features name="honeycomb-vpp-common-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.2.0 http://karaf.apache.org/xmlns/features/v1.2.0"> <repository>mvn:io.fd.honeycomb/honeycomb-features/${project.version}/xml/features</repository> - <feature name='odl-honeycomb-vpp-common' version='${project.version}' description='OpenDaylight :: honeycomb :: vpp-common'> - <feature version='${project.version}'>odl-honeycomb</feature> + <feature name='honeycomb-vpp-common' version='${project.version}' description='OpenDaylight :: honeycomb :: vpp-common'> + <feature version='${project.version}'>honeycomb</feature> <bundle>mvn:io.fd.honeycomb.vpp/naming-context-api/{{VERSION}}</bundle> <bundle>mvn:io.fd.honeycomb.vpp/naming-context-impl/{{VERSION}}</bundle> <bundle>wrap:mvn:io.fd.vpp/jvpp/{{VERSION}}</bundle> |