Compare commits
2 Commits
660be27f1a
...
b1122ecd27
| Author | SHA1 | Date | |
|---|---|---|---|
| b1122ecd27 | |||
| 4f443e5eeb |
@ -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.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
6
pom.xml
6
pom.xml
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
<groupId>de.muehlencord.mapstruct</groupId>
|
<groupId>de.muehlencord.mapstruct</groupId>
|
||||||
<artifactId>mapstruct-support</artifactId>
|
<artifactId>mapstruct-support</artifactId>
|
||||||
<version>1.4.3-SNAPSHOT</version>
|
<version>1.5.3</version>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<maven.compiler.source>11</maven.compiler.source>
|
<maven.compiler.source>11</maven.compiler.source>
|
||||||
@ -24,7 +24,7 @@
|
|||||||
<scm>
|
<scm>
|
||||||
<connection>scm:git:https://jomu.timelord.de/git/jomu/mapstruct-support</connection>
|
<connection>scm:git:https://jomu.timelord.de/git/jomu/mapstruct-support</connection>
|
||||||
<developerConnection>scm:git:git@jomu.timelord.de:jomu/mapstruct-support.git</developerConnection>
|
<developerConnection>scm:git:git@jomu.timelord.de:jomu/mapstruct-support.git</developerConnection>
|
||||||
<tag>HEAD</tag>
|
<tag>mapstruct-support-1.5.3</tag>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<developers>
|
<developers>
|
||||||
@ -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