Fixed properties not expanded in features.xml
authorTony Tkacik <ttkacik@cisco.com>
Thu, 17 Sep 2015 18:40:58 +0000 (20:40 +0200)
committerGerrit Code Review <gerrit@opendaylight.org>
Thu, 17 Sep 2015 19:37:01 +0000 (19:37 +0000)
Change-Id: I8bf4c30be1e6c427cfd9aff8afe5f465a666dc22
Signed-off-by: Tony Tkacik <ttkacik@cisco.com>
src/main/features/features.xml

index 25d19220cc6f27c839b16c2dd5d552c17382c00b..01ff4694dddca402db0aa161f5b14b3baec16377 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-<features name="odl-protocol-framework-${protocol-framework.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.2.0"
+<features name="odl-protocol-framework-${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:org.opendaylight.controller/features-config/{{VERSION}}/xml/features</repository>
@@ -10,4 +10,4 @@
     <feature version='${config.version}'>odl-config-netty-config-api</feature>
     <bundle>mvn:org.opendaylight.controller/protocol-framework/{{VERSION}}</bundle>
   </feature>
-</features>
\ No newline at end of file
+</features>