prepare release 1.5.3
This commit is contained in:
@ -54,7 +54,7 @@ public class Person {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* fluent setter - these are detected as extra setters and would
|
/* 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.
|
unmappedTargetPolicy = ReportingPolicy.ERROR.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
2
pom.xml
2
pom.xml
@ -46,7 +46,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.mapstruct</groupId>
|
<groupId>org.mapstruct</groupId>
|
||||||
<artifactId>mapstruct-processor</artifactId>
|
<artifactId>mapstruct-processor</artifactId>
|
||||||
<version>1.4.2.Final</version>
|
<version>1.5.3.Final</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user