From 4f443e5eeb82102db56741cfa0ee2e7aacb85e89 Mon Sep 17 00:00:00 2001 From: Joern Muehlencord Date: Sat, 14 Jan 2023 17:03:03 +0100 Subject: [PATCH] prepare release 1.5.3 --- README.md | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0472083..aa524df 100644 --- a/README.md +++ b/README.md @@ -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. */ diff --git a/pom.xml b/pom.xml index 348a748..7801a7a 100644 --- a/pom.xml +++ b/pom.xml @@ -46,7 +46,7 @@ org.mapstruct mapstruct-processor - 1.4.2.Final + 1.5.3.Final