Migrate to odlparent 1.8.0-Carbon
[netconf.git] / netconf / tools / netconf-testtool / pom.xml
index c7223539fc9057a2a1bb25728641e83cbb89bfc7..c8483befe8ecf6fca82ce46463cd876f1ea0cee1 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
-        <version>1.9.0-SNAPSHOT</version>
+        <version>1.8.0-Carbon</version>
         <relativePath/>
     </parent>
 
                       </execution>
                   </executions>
               </plugin>
+              <plugin>
+                  <groupId>org.apache.maven.plugins</groupId>
+                  <artifactId>maven-checkstyle-plugin</artifactId>
+                  <configuration>
+                      <propertyExpansion>checkstyle.violationSeverity=error</propertyExpansion>
+                  </configuration>
+              </plugin>
           </plugins>
       </build>