Bump controller to use yangtools 1.2.0
[controller.git] / opendaylight / config / config-parent / pom.xml
index d2468726b5c3bf3f9657a2a5d88288a0a79e7532..72a416cb4c4e4a567aa6bd4a3e132ad4eda3c6cf 100644 (file)
@@ -11,21 +11,21 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>0.10.0-SNAPSHOT</version>
+    <version>0.12.0-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>config-parent</artifactId>
-  <version>0.6.0-SNAPSHOT</version>
+  <version>0.8.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <properties>
-    <config.version>0.6.0-SNAPSHOT</config.version>
-    <mdsal.version>1.5.0-SNAPSHOT</mdsal.version>
-    <yangtools.version>1.1.0-SNAPSHOT</yangtools.version>
-    <jmxGeneratorPath>target/generated-sources/config-binding</jmxGeneratorPath>
+    <config.version>0.8.0-SNAPSHOT</config.version>
+    <mdsal.version>1.7.0-SNAPSHOT</mdsal.version>
+    <yangtools.version>1.2.0</yangtools.version>
+    <jmxGeneratorPath>${project.build.directory}/generated-sources/config-binding</jmxGeneratorPath>
     <config.file>src/main/config/default-config.xml</config.file>
   </properties>
 
@@ -56,7 +56,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <dependency>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>mdsal-artifacts</artifactId>
-        <version>2.2.0-SNAPSHOT</version>
+        <version>2.4.0-SNAPSHOT</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
@@ -177,6 +177,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   </build>
   <profiles>
     <profile>
+      <id>attach-config-without-filtering</id>
       <activation>
         <file>
           <exists>${config.file}</exists>