Do not use opendaylight/commons/opendaylight as parent
[controller.git] / opendaylight / config / config-plugin-parent / pom.xml
index 67370e1e2f345b9a6b20fc72625234a202fd7b50..2313d5ed059b1e91bb92dc6e27b6c3cb8852b9f5 100644 (file)
@@ -5,15 +5,16 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>config-subsystem</artifactId>
-    <version>0.3.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>config-plugin-parent</artifactId>
   <packaging>pom</packaging>
   <name>${project.artifactId}</name>
-  <prerequisites>
-    <maven>3.0.4</maven>
-  </prerequisites>
+
+  <properties>
+    <jmxGeneratorPath>${project.build.directory}/generated-sources/config-binding</jmxGeneratorPath>
+  </properties>
 
   <build>
     <pluginManagement>
@@ -25,7 +26,7 @@
             <dependency>
               <groupId>org.opendaylight.controller</groupId>
               <artifactId>yang-jmx-generator-plugin</artifactId>
-              <version>${config.version}</version>
+              <version>0.6.0-SNAPSHOT</version>
             </dependency>
           </dependencies>
           <executions>