<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.github.moleksyuk</groupId>
  <artifactId>vcs-semantic-version</artifactId>
  <version>1.0.0</version>
  <name>vcs-semantic-version</name>
  <description>Gradle plugin for populating project.version property based on semantic version specification (http://semver.org/).</description>
  <url>https://github.com/moleksyuk/vcs-semantic-version</url>
  <inceptionYear>2015</inceptionYear>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>http://opensource.org/licenses/MIT</url>
    </license>
  </licenses>
  <scm>
    <url>https://github.com/moleksyuk/vcs-semantic-version.git</url>
  </scm>
  <developers>
    <developer>
      <id>moleksyuk</id>
      <name>Mykhailo Oleksiuk</name>
      <email>mykhailo.oleksiuk@gmail.com</email>
    </developer>
  </developers>
</project>
