<?xml version="1.0" encoding="UTF-8"?>
<!--
  ~ Copyright 2016 Red Hat, Inc. and/or its affiliates.
  ~
  ~ Licensed under the Apache License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0
  -->
<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>

  <parent>
    <groupId>org.wildfly.swarm</groupId>
    <artifactId>parent</artifactId>
    <version>7</version>
    <relativePath />
  </parent>

  <artifactId>checkstyle-config</artifactId>
  <version>1</version>

  <name>WildFly Swarm: Checkstyle Configuration</name>
  <description>WildFly Swarm: Checkstyle Configuration</description>

  <scm>
    <connection>scm:git:git@github.com:wildfly-swarm/checkstyle.git</connection>
    <developerConnection>scm:git:git@github.com:wildfly-swarm/checkstyle.git</developerConnection>
    <url>https://github.com/wildfly-swarm/checkstyle</url>
    <tag>1</tag>
  </scm>

  <build>
    <extensions>
      <extension>
        <groupId>org.apache.maven.wagon</groupId>
        <artifactId>wagon-webdav-jackrabbit</artifactId>
        <version>2.10</version>
      </extension>
    </extensions>
  </build>

</project>
