<?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>com.github.rodionmoiseev.gradle.plugins</groupId>
  <artifactId>idea-utils</artifactId>
  <version>0.4-rc1</version>
  <name>Gradle IntelliJ IDEA Utilities Plugin</name>
  <description>A collection of miscellaneous IntelliJ IDEA project configurations, such as version control settings, copyright settings, etc.</description>
  <url>https://github.com/rodionmoiseev/gradle-plugins/tree/master/idea-utils-plugin</url>
  <inceptionYear>2012</inceptionYear>
  <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>rodionmoiseev</id>
      <name>Rodion Moiseev</name>
      <email>rodion.moiseev+github@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git@github.com:rodionmoiseev/gradle-plugins.git</connection>
    <developerConnection>scm:git@github.com:rodionmoiseev/gradle-plugins.git</developerConnection>
    <url>scm:git@github.com:rodionmoiseev/gradle-plugins.git</url>
  </scm>
</project>
