<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.standardout</groupId>
  <artifactId>gradle-eclipseconfig</artifactId>
  <version>1.1.0</version>
  <name>gradle-eclipseconfig</name>
  <description>Gradle plugin for configuring basic editor settings for your Gradle generated Eclipse project, based on EditorConfig plus a couple of Eclipse specific settings like code templates.</description>
  <url>https://github.com/stempler/gradle-eclipseconfig</url>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>stempler</id>
      <name>Simon Templer</name>
      <email>simon@templer.cc</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/stempler/gradle-eclipseconfig.git</connection>
    <developerConnection>scm:git:https://github.com/stempler/gradle-eclipseconfig.git</developerConnection>
    <url>scm:git:https://github.com/stempler/gradle-eclipseconfig.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.standardout.org.editorconfig</groupId>
      <artifactId>editorconfig-core</artifactId>
      <version>0.12.1.Final</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.12</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>
