<?xml version="1.0" encoding="UTF-8"?>
<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/xsd/maven-4.0.0.xsd">

    <modelVersion>4.0.0</modelVersion>

    <prerequisites>
        <maven>3.0</maven>
    </prerequisites>

    <parent>
        <groupId>cz.jirutka.maven</groupId>
        <artifactId>maven-support</artifactId>
        <version>1.1.7</version>
    </parent>


    <!--//////////////////// ABOUT ////////////////////-->

    <artifactId>codequality-resources</artifactId>
    <packaging>jar</packaging>

    <name>Code Quality Resources</name>
    <description>Resources for code quality tools (checkstyle etc.)</description>
    <url>http://github.com/jirutka/maven-support</url>
    <inceptionYear>2014</inceptionYear>

    <licenses>
        <license>
            <name>MIT</name>
            <url>http://opensource.org/licenses/MIT</url>
        </license>
    </licenses>

</project>
