<?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>fi.evident.gradle.beanstalk</groupId>
  <artifactId>gradle-beanstalk-plugin</artifactId>
  <version>0.0.1</version>
  <name>Gradle Beanstalk Plugin</name>
  <description>Gradle-plugin for AWS Elastic Beanstalk</description>
  <url>https://bitbucket.org/evidentsolutions/gradle-beanstalk-plugin</url>
  <inceptionYear>2015</inceptionYear>
  <scm>
    <url>https://bitbucket.org/evidentsolutions/gradle-beanstalk-plugin</url>
    <connection>scm:https://bitbucket.org/evidentsolutions/gradle-beanstalk-plugin.git</connection>
    <developerConnection>scm:git@bitbucket.org:evidentsolutions/gradle-beanstalk-plugin.git</developerConnection>
  </scm>
  <licenses>
    <license>
      <name>MIT</name>
      <url>http://opensource.org/licenses/MIT</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>komu</id>
      <name>Juha Komulainen</name>
      <email>juha.komulainen@evident.fi</email>
    </developer>
  </developers>
</project>
