<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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.stefanbirkner</groupId>
  <artifactId>system-lambda</artifactId>
  <version>1.2.1</version>
  <name>System Lambda</name>
  <description>A collection of functions for testing code which uses java.lang.System.</description>
  <url>https://github.com/stefanbirkner/system-lambda/</url>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>http://opensource.org/licenses/MIT</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>stefanbirkner</id>
      <name>Stefan Birkner</name>
      <email>mail@stefan-birkner.de</email>
      <url>http://www.stefan-birkner.de</url>
      <timezone>+1</timezone>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/stefanbirkner/system-lambda.git</connection>
    <developerConnection>scm:git:git@github.com:stefanbirkner/system-lambda.git</developerConnection>
    <url>https://github.com/stefanbirkner/system-lambda/</url>
  </scm>
  <build>
    <plugins>
      <plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>flatten-maven-plugin</artifactId>
        <version>1.0.1</version>
        <extensions>true</extensions>
      </plugin>
      <plugin>
        <groupId>org.sonatype.plugins</groupId>
        <artifactId>nexus-staging-maven-plugin</artifactId>
        <version>1.6.8</version>
        <extensions>true</extensions>
      </plugin>
    </plugins>
  </build>
</project>
