<?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.stefanbirkner</groupId>
  <artifactId>sfb-propertyeditors</artifactId>
  <version>2.1.0</version>
  <name>sfb-propertyeditors</name>
  <description>A few classes for everybody who is working with property editors.</description>
  <url>http://stefanbirkner.github.io/sfb-propertyeditors/</url>
  <inceptionYear>2012</inceptionYear>
  <licenses>
    <license>
      <name>Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0</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/sfb-propertyeditors.git</connection>
    <developerConnection>scm:git:git@github.com:stefanbirkner/sfb-propertyeditors.git</developerConnection>
    <url>https://github.com/stefanbirkner/sfb-propertyeditors/</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>[4.11,)</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.mockito</groupId>
      <artifactId>mockito-core</artifactId>
      <version>[1.9.5,)</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.hamcrest</groupId>
      <artifactId>hamcrest-core</artifactId>
      <version>[1.3,)</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.hamcrest</groupId>
      <artifactId>hamcrest-library</artifactId>
      <version>[1.3,)</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>
