maven/org/mapstruct/mapstruct-jdk8/1.5.5.Final/mapstruct-jdk8-1.5.5.Final.pom

52 lines
1.8 KiB
Plaintext
Raw Permalink Normal View History

2025-06-20 17:09:38 +08:00
<?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>
<parent>
<groupId>org.mapstruct</groupId>
<artifactId>mapstruct-parent</artifactId>
<version>1.5.5.Final</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<groupId>org.mapstruct</groupId>
<artifactId>mapstruct-jdk8</artifactId>
<version>1.5.5.Final</version>
<name>MapStruct Core JDK 8</name>
<description>Deprecated MapStruct artifact containing annotations to be used with JDK 8 and later -
Relocated to mapstruct</description>
<url>https://mapstruct.org/mapstruct-jdk8/</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/mapstruct-jdk8</connection>
<developerConnection>scm:git:git@github.com:mapstruct/mapstruct.git/mapstruct-jdk8</developerConnection>
<tag>1.5.5.Final</tag>
<url>https://github.com/mapstruct/mapstruct/mapstruct-jdk8/</url>
</scm>
</project>