mirror of
https://github.com/mapstruct/mapstruct.git
synced 2025-07-12 00:00:08 +08:00
#1312 Change MapStruct Version in README to latest 1.2.0.Final
This commit is contained in:
parent
8143aa81e2
commit
946b8c8631
@ -66,7 +66,7 @@ For Maven-based projects add the following to your POM file in order to use MapS
|
|||||||
```xml
|
```xml
|
||||||
...
|
...
|
||||||
<properties>
|
<properties>
|
||||||
<org.mapstruct.version>1.1.0.Final</org.mapstruct.version>
|
<org.mapstruct.version>1.2.0.Final</org.mapstruct.version>
|
||||||
</properties>
|
</properties>
|
||||||
...
|
...
|
||||||
<dependencies>
|
<dependencies>
|
||||||
@ -111,9 +111,9 @@ plugins {
|
|||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
...
|
...
|
||||||
compile 'org.mapstruct:mapstruct:1.1.0.Final' // OR use this with Java 8 and beyond: org.mapstruct:mapstruct-jdk8:...
|
compile 'org.mapstruct:mapstruct:1.2.0.Final' // OR use this with Java 8 and beyond: org.mapstruct:mapstruct-jdk8:...
|
||||||
|
|
||||||
apt 'org.mapstruct:mapstruct-processor:1.1.0.Final'
|
apt 'org.mapstruct:mapstruct-processor:1.2.0.Final'
|
||||||
}
|
}
|
||||||
...
|
...
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user