File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11# MapStruct - Java bean mappings, the easy way!
22
3- [ ![ Latest Stable Version] ( https://img.shields.io/badge/Latest%20Stable%20Version-1.4.0 .Final-blue.svg )] ( http://search.maven.org/#search%7Cga%7C1%7Cg%3Aorg.mapstruct%20AND%20v%3A1.*.Final )
3+ [ ![ Latest Stable Version] ( https://img.shields.io/badge/Latest%20Stable%20Version-1.4.1 .Final-blue.svg )] ( http://search.maven.org/#search%7Cga%7C1%7Cg%3Aorg.mapstruct%20AND%20v%3A1.*.Final )
44[ ![ Latest Version] ( https://img.shields.io/maven-central/v/org.mapstruct/mapstruct-processor.svg?maxAge=3600&label=Latest%20Release )] ( http://search.maven.org/#search%7Cga%7C1%7Cg%3Aorg.mapstruct )
55[ ![ License] ( https://img.shields.io/badge/License-Apache%202.0-yellowgreen.svg )] ( https://github.com/mapstruct/mapstruct/blob/master/LICENSE.txt )
66
@@ -68,7 +68,7 @@ For Maven-based projects, add the following to your POM file in order to use Map
6868``` xml
6969...
7070<properties >
71- <org .mapstruct.version>1.4.0 .Final</org .mapstruct.version>
71+ <org .mapstruct.version>1.4.1 .Final</org .mapstruct.version>
7272</properties >
7373...
7474<dependencies >
@@ -119,10 +119,10 @@ apply plugin: 'net.ltgt.apt-eclipse'
119119
120120dependencies {
121121 ...
122- compile 'org.mapstruct:mapstruct:1.4.0 .Final'
122+ compile 'org.mapstruct:mapstruct:1.4.1 .Final'
123123
124- annotationProcessor 'org.mapstruct:mapstruct-processor:1.4.0 .Final'
125- testAnnotationProcessor 'org.mapstruct:mapstruct-processor:1.4.0 .Final' // if you are using mapstruct in test code
124+ annotationProcessor 'org.mapstruct:mapstruct-processor:1.4.1 .Final'
125+ testAnnotationProcessor 'org.mapstruct:mapstruct-processor:1.4.1 .Final' // if you are using mapstruct in test code
126126}
127127...
128128```
You can’t perform that action at this time.
0 commit comments