2 Commits

Author SHA1 Message Date
Joern Muehlencord
b1122ecd27 [maven-release-plugin] prepare release mapstruct-support-1.5.3 2023-01-14 17:03:16 +01:00
Joern Muehlencord
4f443e5eeb prepare release 1.5.3 2023-01-14 17:03:03 +01:00
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.3-SNAPSHOT</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>HEAD</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>