Files
mapstruct-support/pom.xml
Joern Muehlencord 4f443e5eeb prepare release 1.5.3
2023-01-14 17:03:03 +01:00

64 lines
1.8 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.3-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.5.3.Final</version>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<artifactId>maven-release-plugin</artifactId>
<groupId>org.apache.maven.plugins</groupId>
<version>3.0.0-M6</version>
</plugin>
</plugins>
</build>
</project>