<?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.lasmanis.maven.tiles</groupId>
  <artifactId>developers</artifactId>
  <version>0.0.156</version>
  <packaging>tile</packaging>
  <name>Maven Tiles - Developers</name>
  <description>Tile for developer section of pom.xml.</description>
  <url>https://github.com/michaellasmanis/lasmanis-maven-tiles/developers</url>
  <organization>
    <name>Michael Lasmanis</name>
    <url>http://www.lasmanis.com/</url>
  </organization>
  <licenses>
    <license>
      <name>Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>michaellasmanis</id>
      <name>Michael Lasmanis</name>
      <email>michael@lasmanis.com</email>
      <url>https://lasmanis.com/</url>
      <organization>Michael Lasmanis</organization>
      <organizationUrl>https://lasmanis.com/</organizationUrl>
      <roles>
        <role>leader</role>
        <role>architect</role>
        <role>developer</role>
      </roles>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/michaellasmanis/lasmanis-maven-tiles.git/developers</connection>
    <developerConnection>scm:https://github.com/michaellasmanis/lasmanis-maven-tiles.git/developers</developerConnection>
    <url>https://github.com/michaellasmanis/lasmanis-maven-tiles/developers</url>
  </scm>
</project>
