Release Carbon
[controller.git] / features / extras / odl-jolokia / pom.xml
index a46697245c6ded7b332bf911a11c67d1776dd88e..b2cb5df186e9cd252f9dd994e71219c5cb252351 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>1.8.0-SNAPSHOT</version>
+        <version>1.8.2-Carbon</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>odl-jolokia</artifactId>
-    <version>1.8.0-SNAPSHOT</version>
+    <version>1.8.2-Carbon</version>
     <packaging>feature</packaging>
 
     <name>Jolokia JMX/HTTP bridge</name>
 
     <properties>
-        <odl-jolokia-osgi.version>0.5.0-SNAPSHOT</odl-jolokia-osgi.version>
+        <odl-jolokia-osgi.version>0.5.2-Carbon</odl-jolokia-osgi.version>
     </properties>
 
     <dependencies>
             <groupId>org.jolokia</groupId>
             <artifactId>jolokia-osgi</artifactId>
         </dependency>
+        <dependency>
+            <!-- finalname="/etc/org.jolokia.osgi.cfg" -->
+            <groupId>${project.groupId}</groupId>
+            <artifactId>odl-jolokia-osgi</artifactId>
+            <version>${odl-jolokia-osgi.version}</version>
+            <type>cfg</type>
+            <classifier>configuration</classifier>
+        </dependency>
     </dependencies>
 
 </project>
\ No newline at end of file