Release odlparent
[odlparent.git] / checkstyle / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2   <modelVersion>4.0.0</modelVersion>
3
4   <parent>
5     <groupId>org.opendaylight.odlparent</groupId>
6     <artifactId>odlparent-lite</artifactId>
7     <version>13.0.9</version>
8     <relativePath>../odlparent-lite</relativePath>
9   </parent>
10
11   <artifactId>checkstyle</artifactId>
12   <name>ODL :: odlparent :: ${project.artifactId}</name>
13 </project>