<?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.eye2web</groupId>
  <artifactId>model-mapper</artifactId>
  <version>1.0.0</version>
  <name>My Library</name>
  <description>A concise description of my library</description>
  <url>https://github.com/eye2web/model-mapper</url>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>https://github.com/eye2web/model-mapper/blob/master/LICENSE</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>eye2web</id>
      <name>Remco van der Heijden</name>
      <email>remcovanderheijden@hotmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/eye2web/model-mapper.git</connection>
    <developerConnection>scm:git:ssh://github.com/eye2web/model-mapper.git</developerConnection>
    <url>https://github.com/eye2web/model-mapper</url>
  </scm>
</project>
