<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">

  <modelVersion>4.0.0</modelVersion>

  <groupId>org.ops4j</groupId>
  <artifactId>checkstyle-configuration</artifactId>
  <version>1.2</version>
  <packaging>jar</packaging>

  <parent>
    <groupId>org.ops4j</groupId>
    <artifactId>master</artifactId>
    <version>1.0.1</version>
  </parent>

  <name>OPS4J - Checkstyle</name>
  <description>Checkstyle configuration for all OPS4J projects</description>

  <inceptionYear>2009</inceptionYear>

  <scm>
    <connection>scm:svn:https://scm.ops4j.org/repos/ops4j/qa/checkstyle-configuration-1.2</connection>
    <developerConnection>scm:svn:https://scm.ops4j.org/repos/ops4j/qa/checkstyle-configuration-1.2</developerConnection>
  </scm>

</project>
