3 Commits

2 changed files with 4 additions and 4 deletions

View File

@ -54,7 +54,7 @@ public class Person {
}
/* fluent setter - these are detected as extra setters and would
cause an mapping exception, if the mapper is annotated with
cause a mapping exception, if the mapper is annotated with
unmappedTargetPolicy = ReportingPolicy.ERROR.
*/

View File

@ -4,7 +4,7 @@
<groupId>de.muehlencord.mapstruct</groupId>
<artifactId>mapstruct-support</artifactId>
<version>1.4.2</version>
<version>1.5.3</version>
<properties>
<maven.compiler.source>11</maven.compiler.source>
@ -24,7 +24,7 @@
<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>mapstruct-support-1.4.2</tag>
<tag>mapstruct-support-1.5.3</tag>
</scm>
<developers>
@ -46,7 +46,7 @@
<dependency>
<groupId>org.mapstruct</groupId>
<artifactId>mapstruct-processor</artifactId>
<version>1.4.2.Final</version>
<version>1.5.3.Final</version>
</dependency>
</dependencies>