Bump odlparent 2.0.2 to 2.0.4
[neutron.git] / parent / pom.xml
index 7aabf6797a96e7ebe8380db95b482d34f7eca6c9..027689942ac75b890d7db642a2c604f9a712e428 100644 (file)
@@ -8,26 +8,26 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent</artifactId>
-    <version>1.8.0-SNAPSHOT</version>
+    <version>2.0.4</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.neutron</groupId>
   <artifactId>project-neutron-parent</artifactId>
-  <version>0.8.0-SNAPSHOT</version>
+  <version>0.9.0-SNAPSHOT</version>
   <packaging>pom</packaging>
   <!-- <name> formatting is used by autorelease to parse and notify projects on
        build failure. Please do not modify this unless you have a good reason. -->
   <name>ODL :: neutron :: ${project.artifactId}</name>
 
   <properties>
-    <aaa.version>0.4.0-SNAPSHOT</aaa.version>
-    <ietf-yang-types.version>2013.07.15.10-SNAPSHOT</ietf-yang-types.version>
-    <ietf-inet-types.version>1.2.0-SNAPSHOT</ietf-inet-types.version>
+    <aaa.version>0.6.0-SNAPSHOT</aaa.version>
+    <ietf-yang-types.version>2013.07.15.11.0-SNAPSHOT</ietf-yang-types.version>
+    <ietf-inet-types.version>1.3.0-SNAPSHOT</ietf-inet-types.version>
     <salGeneratorPath>src/main/yang-gen-sal</salGeneratorPath>
-    <mdsal.model.version>0.10.0-SNAPSHOT</mdsal.model.version>
-    <yangtools.version>1.1.0-SNAPSHOT</yangtools.version>
-    <yang-ext.version>2013.09.07.10-SNAPSHOT</yang-ext.version>
+    <mdsal.model.version>0.11.0-SNAPSHOT</mdsal.model.version>
+    <yangtools.version>1.2.0-SNAPSHOT</yangtools.version>
+    <yang-ext.version>2013.09.07.11.0-SNAPSHOT</yang-ext.version>
     <sonar.jacoco.reportPath>target/jacoco.exec</sonar.jacoco.reportPath>
     <sonar.jacoco.itReportPath>../target/jacoco-it.exec</sonar.jacoco.itReportPath>
     <checkstyle.location>${project.build.resources[0].directory}</checkstyle.location>