Merge "Increase timeout for waiting for broker service in sal-binding-it."
[controller.git] / opendaylight / config / config-plugin-parent / pom.xml
index 7696ae55734d833a2439d53243b2dcabbaf75292..0bc1ef6e769a89ac7a2559d1681d9fdfd510dccf 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>config-subsystem</artifactId>
-        <version>0.2.3-SNAPSHOT</version>
+        <version>0.2.4-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>config-plugin-parent</artifactId>
@@ -16,6 +16,7 @@
 
     <properties>
         <jmxGeneratorPath>${project.build.directory}/generated-sources/config</jmxGeneratorPath>
+        <config.version>0.2.4-SNAPSHOT</config.version>
     </properties>
 
     <build>
@@ -72,6 +73,7 @@
                             <configuration>
                                 <sources>
                                     <source>${jmxGeneratorPath}</source>
+                                    <source>${salGeneratorPath}</source>
                                 </sources>
                             </configuration>
                         </execution>