Compare commits
2 Commits
660be27f1a
...
mapstruct-
| Author | SHA1 | Date | |
|---|---|---|---|
| b1122ecd27 | |||
| 4f443e5eeb |
@ -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.
|
||||
*/
|
||||
|
||||
|
||||
6
pom.xml
6
pom.xml
@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user