mirror of
https://github.com/mapstruct/mapstruct.git
synced 2025-07-12 00:00:08 +08:00
Update versions in readme to 1.4.0.Final
This commit is contained in:
parent
eb5b8bb71e
commit
2d750193d1
10
readme.md
10
readme.md
@ -1,6 +1,6 @@
|
|||||||
# MapStruct - Java bean mappings, the easy way!
|
# MapStruct - Java bean mappings, the easy way!
|
||||||
|
|
||||||
[](http://search.maven.org/#search%7Cga%7C1%7Cg%3Aorg.mapstruct%20AND%20v%3A1.*.Final)
|
[](http://search.maven.org/#search%7Cga%7C1%7Cg%3Aorg.mapstruct%20AND%20v%3A1.*.Final)
|
||||||
[](http://search.maven.org/#search%7Cga%7C1%7Cg%3Aorg.mapstruct)
|
[](http://search.maven.org/#search%7Cga%7C1%7Cg%3Aorg.mapstruct)
|
||||||
[](https://github.com/mapstruct/mapstruct/blob/master/LICENSE.txt)
|
[](https://github.com/mapstruct/mapstruct/blob/master/LICENSE.txt)
|
||||||
|
|
||||||
@ -68,7 +68,7 @@ For Maven-based projects, add the following to your POM file in order to use Map
|
|||||||
```xml
|
```xml
|
||||||
...
|
...
|
||||||
<properties>
|
<properties>
|
||||||
<org.mapstruct.version>1.3.1.Final</org.mapstruct.version>
|
<org.mapstruct.version>1.4.0.Final</org.mapstruct.version>
|
||||||
</properties>
|
</properties>
|
||||||
...
|
...
|
||||||
<dependencies>
|
<dependencies>
|
||||||
@ -119,10 +119,10 @@ apply plugin: 'net.ltgt.apt-eclipse'
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
...
|
...
|
||||||
compile 'org.mapstruct:mapstruct:1.3.1.Final'
|
compile 'org.mapstruct:mapstruct:1.4.0.Final'
|
||||||
|
|
||||||
annotationProcessor 'org.mapstruct:mapstruct-processor:1.3.1.Final'
|
annotationProcessor 'org.mapstruct:mapstruct-processor:1.4.0.Final'
|
||||||
testAnnotationProcessor 'org.mapstruct:mapstruct-processor:1.3.1.Final' // if you are using mapstruct in test code
|
testAnnotationProcessor 'org.mapstruct:mapstruct-processor:1.4.0.Final' // if you are using mapstruct in test code
|
||||||
}
|
}
|
||||||
...
|
...
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user