<?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>de.firehead</groupId>
  <artifactId>mapstruct-spi-protobuf</artifactId>
  <version>1.1.0</version>
  <name>Mapstruct SPI for Protobuf Mapping</name>
  <description>This Mapstruct SPI extension allows to perform seamless Mapstruct mapper generation to map between
        protobuf and Java (POJOs, immutables, records) data structures.</description>
  <url>https://github.com/S1artie/mapstruct-spi-protobuf</url>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>http://opensource.org/licenses/MIT</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Rene Schneider</name>
      <email>rene@firehead.de</email>
      <organization>firehead.de</organization>
      <organizationUrl>https://github.com/S1artie</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git@github.com:S1artie/mapstruct-spi-protobuf.git</connection>
    <developerConnection>scm:git:ssh://github.com:S1artie/mapstruct-spi-protobuf.git</developerConnection>
    <url>https://github.com/S1artie/mapstruct-spi-protobuf</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.mapstruct</groupId>
      <artifactId>mapstruct</artifactId>
      <version>1.6.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.mapstruct</groupId>
      <artifactId>mapstruct-processor</artifactId>
      <version>1.6.0</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
