Migrate to odlparent 1.9.0
[netconf.git] / netconf / netconf-netty-util / pom.xml
index 4ac2772ca3d6f37a74aa2467a66bae68cf5c9df7..fc37a0bf1f9fb66177a84ca8119aa2f3b907a5a9 100644 (file)
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>bundle-parent</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.9.0</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>netconf-netty-util</artifactId>
   <packaging>bundle</packaging>
-  <version>1.1.0-SNAPSHOT</version>
+  <version>1.3.0-SNAPSHOT</version>
   <name>${project.artifactId}</name>
 
   <dependencyManagement>
       <dependency>
         <groupId>openexi</groupId>
         <artifactId>nagasena</artifactId>
-        <version>0000.0002.0053.0</version>
+        <version>0000.0002.0062.0</version>
       </dependency>
       <dependency>
         <groupId>openexi</groupId>
         <artifactId>nagasena-rta</artifactId>
-        <version>0000.0002.0053.0</version>
+        <version>0000.0002.0062.0</version>
       </dependency>
     </dependencies>
   </dependencyManagement>
           </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>