57 lines
1.6 KiB
XML
57 lines
1.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<groupId>de.muehlencord.mapstruct</groupId>
|
|
<artifactId>mapstruct-support</artifactId>
|
|
<version>1.4.2-SNAPSHOT</version>
|
|
|
|
<properties>
|
|
<maven.compiler.source>11</maven.compiler.source>
|
|
<maven.compiler.target>11</maven.compiler.target>
|
|
</properties>
|
|
|
|
<inceptionYear>2021</inceptionYear>
|
|
|
|
<description>mapstruct-support</description>
|
|
<url>https://jomu.timelord.de/git/jomu/mapstruct-support</url>
|
|
|
|
<issueManagement>
|
|
<system>Gitea</system>
|
|
<url>https://jomu.timelord.de/git/jomu/mapstruct-support/issues</url>
|
|
</issueManagement>
|
|
|
|
<scm>
|
|
<connection>scm:git:https://jomu.timelord.de/git/jomu/mapstruct-support</connection>
|
|
<developerConnection>scm:git:git@jomu.timelord.de:jomu/mapstruct-support.git</developerConnection>
|
|
<tag>HEAD</tag>
|
|
</scm>
|
|
|
|
<developers>
|
|
<developer>
|
|
<name>Joern Muehlencord</name>
|
|
<email>joern@muehlencord.de</email>
|
|
<roles>
|
|
<role>developer</role>
|
|
</roles>
|
|
</developer>
|
|
</developers>
|
|
|
|
<organization>
|
|
<name>Joern Muehlencord</name>
|
|
<url>https://www.muehlencord.de</url>
|
|
</organization>
|
|
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>org.mapstruct</groupId>
|
|
<artifactId>mapstruct-processor</artifactId>
|
|
<version>1.4.2.Final</version>
|
|
</dependency>
|
|
</dependencies>
|
|
|
|
|
|
</project>
|