Skip to content

Commit 0e902d6

Browse files
committed
Update versions in readme to 1.4.1.Final
1 parent 58dbaee commit 0e902d6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

readme.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
120120
dependencies {
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
```

0 commit comments

Comments
 (0)