mirror of
https://github.com/mapstruct/mapstruct.git
synced 2025-07-12 00:00:08 +08:00
Align README with v1.6.3 release (#3784)
This commit is contained in:
parent
f98a742f98
commit
4812d2b030
10
readme.md
10
readme.md
@ -1,6 +1,6 @@
|
||||
# MapStruct - Java bean mappings, the easy way!
|
||||
|
||||
[](https://central.sonatype.com/search?q=g:org.mapstruct%20v:1.6.2)
|
||||
[](https://central.sonatype.com/search?q=g:org.mapstruct%20v:1.6.3)
|
||||
[](https://central.sonatype.com/search?q=g:org.mapstruct)
|
||||
[](https://github.com/mapstruct/mapstruct/blob/main/LICENSE.txt)
|
||||
|
||||
@ -68,7 +68,7 @@ For Maven-based projects, add the following to your POM file in order to use Map
|
||||
```xml
|
||||
...
|
||||
<properties>
|
||||
<org.mapstruct.version>1.6.2</org.mapstruct.version>
|
||||
<org.mapstruct.version>1.6.3</org.mapstruct.version>
|
||||
</properties>
|
||||
...
|
||||
<dependencies>
|
||||
@ -114,10 +114,10 @@ plugins {
|
||||
|
||||
dependencies {
|
||||
...
|
||||
implementation 'org.mapstruct:mapstruct:1.6.2'
|
||||
implementation 'org.mapstruct:mapstruct:1.6.3'
|
||||
|
||||
annotationProcessor 'org.mapstruct:mapstruct-processor:1.6.2'
|
||||
testAnnotationProcessor 'org.mapstruct:mapstruct-processor:1.6.2' // if you are using mapstruct in test code
|
||||
annotationProcessor 'org.mapstruct:mapstruct-processor:1.6.3'
|
||||
testAnnotationProcessor 'org.mapstruct:mapstruct-processor:1.6.3' // if you are using mapstruct in test code
|
||||
}
|
||||
...
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user