Bump versions by x.y.(z+1)
[neutron.git] / parent / pom.xml
index 55f7a1cf2d1b4cee1c791c64a6f74a5ff647c180..3f3f319964ef6f729348cd655117ec3d369e4bdf 100644 (file)
@@ -8,23 +8,23 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.7.5-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.neutron</groupId>
   <artifactId>project-neutron-parent</artifactId>
-  <version>0.7.0-SNAPSHOT</version>
+  <version>0.7.5-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <properties>
-    <aaa.version>0.3.0-SNAPSHOT</aaa.version>
-    <ietf-yang-types.version>2010.09.24.9-SNAPSHOT</ietf-yang-types.version>
-    <ietf-inet-types.version>2010.09.24.9-SNAPSHOT</ietf-inet-types.version>
+    <aaa.version>0.3.5-SNAPSHOT</aaa.version>
+    <ietf-yang-types.version>2013.07.15.9.5-SNAPSHOT</ietf-yang-types.version>
+    <ietf-inet-types.version>1.1.5-SNAPSHOT</ietf-inet-types.version>
     <salGeneratorPath>src/main/yang-gen-sal</salGeneratorPath>
-    <mdsal.model.version>0.9.0-SNAPSHOT</mdsal.model.version>
-    <yangtools.version>1.0.0-SNAPSHOT</yangtools.version>
-    <yang-ext.version>2013.09.07.9-SNAPSHOT</yang-ext.version>
+    <mdsal.model.version>0.9.5-SNAPSHOT</mdsal.model.version>
+    <yangtools.version>1.0.5-SNAPSHOT</yangtools.version>
+    <yang-ext.version>2013.09.07.9.5-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>
       </dependency>
       <dependency>
         <groupId>org.opendaylight.mdsal.model</groupId>
-        <artifactId>ietf-inet-types</artifactId>
+        <artifactId>ietf-inet-types-2013-07-15</artifactId>
         <version>${ietf-inet-types.version}</version>
       </dependency>
       <dependency>
         <groupId>org.opendaylight.mdsal.model</groupId>
-        <artifactId>ietf-yang-types</artifactId>
+        <artifactId>ietf-yang-types-20130715</artifactId>
         <version>${ietf-yang-types.version}</version>
       </dependency>
       <dependency>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
         <inherited>true</inherited>
+        <configuration>
+          <compilerArgs>
+            <arg>-Xlint:unchecked</arg>
+            <arg>-Xlint:deprecation</arg>
+          </compilerArgs>
+        </configuration>
       </plugin>
       <plugin>
         <artifactId>maven-source-plugin</artifactId>