Eliminate odl-jolokia-osgi.version
[controller.git] / features / odl-jolokia / pom.xml
index d8dcb3f0ec5b0c76d1211b081fc6a824e21d46a9..0e5eaf49a2b65bb6171ac285781e128b445ca430 100644 (file)
     <artifactId>odl-jolokia</artifactId>
     <version>1.15.0-SNAPSHOT</version>
     <packaging>feature</packaging>
-
     <name>Jolokia JMX/HTTP bridge</name>
 
-    <properties>
-        <odl-jolokia-osgi.version>2.0.0-SNAPSHOT</odl-jolokia-osgi.version>
-    </properties>
-
     <dependencies>
         <dependency>
             <groupId>org.jolokia</groupId>
@@ -36,7 +31,8 @@
             <!-- finalname="/etc/org.jolokia.osgi.cfg" -->
             <groupId>org.opendaylight.controller</groupId>
             <artifactId>odl-jolokia-osgi</artifactId>
-            <version>${odl-jolokia-osgi.version}</version>
+            <!-- Note: aligned with feature.xml content -->
+            <version>${project.version}</version>
             <type>cfg</type>
             <classifier>configuration</classifier>
         </dependency>