maven/org/mapstruct/mapstruct-parent/1.5.5.Final/mapstruct-parent-1.5.5.Final.pom
2025-06-20 17:09:38 +08:00

46 lines
1.5 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright MapStruct Authors.
Licensed under the Apache License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0
-->
<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>org.mapstruct</groupId>
<artifactId>mapstruct-parent</artifactId>
<version>1.5.5.Final</version>
<packaging>pom</packaging>
<name>MapStruct Parent</name>
<description>An annotation processor for generating type-safe bean mappers</description>
<url>https://mapstruct.org/</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>gunnarmorling</id>
<name>Gunnar Morling</name>
<email>gunnar@mapstruct.org</email>
<url>https://www.morling.dev/</url>
</developer>
<developer>
<id>filiphr</id>
<name>Filip Hrisafov</name>
<url>https://github.com/filiphr/</url>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/mapstruct/mapstruct.git</connection>
<developerConnection>scm:git:git@github.com:mapstruct/mapstruct.git</developerConnection>
<tag>1.5.5.Final</tag>
<url>https://github.com/mapstruct/mapstruct/</url>
</scm>
</project>