<?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>
  <parent>
    <groupId>io.github.tivrfoa</groupId>
    <artifactId>mapresultset-parent</artifactId>
    <version>0.1.1</version>
    <relativePath>parent/pom.xml</relativePath>
  </parent>
  <groupId>io.github.tivrfoa</groupId>
  <artifactId>mapresultset-aggregator</artifactId>
  <version>0.1.1</version>
  <packaging>pom</packaging>
  <name>MapResultSet Aggregator</name>
  <description>An annotation processor for mapping a ResultSet to Java Objects</description>
  <url>https://github.com/tivrfoa/MapResultSet/mapresultset-aggregator</url>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>tivrfoa</id>
      <name>Leandro dos Santos Coutinho</name>
      <email>lescoutinhovr@gmail.com</email>
      <url>https://tivrfoa.github.io/</url>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/tivrfoa/MapResultSet.git</connection>
    <developerConnection>scm:git:git@github.com:tivrfoa/MapResultSet.git</developerConnection>
    <url>https://github.com/tivrfoa/MapResultSet/</url>
  </scm>
  <build>
    <plugins>
      <plugin>
        <groupId>org.sonatype.plugins</groupId>
        <artifactId>nexus-staging-maven-plugin</artifactId>
        <version>1.6.12</version>
        <extensions>true</extensions>
      </plugin>
    </plugins>
  </build>
</project>
