File tree Expand file tree Collapse file tree
mapstruct-iterable-to-non-iterable
mapstruct-jpa-child-parent
mapstruct-lookup-entity-with-id
mapstruct-mapping-from-map
mapstruct-mapping-with-cycles
mapstruct-metadata-with-annotations
mapstruct-nested-bean-mappings
mapstruct-spi-accessor-naming
mapstruct-suppress-unmapped
mapstruct-updatemethods-1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 <version >1.0.0</version >
2828
2929 <properties >
30- <org .mapstruct.version>1.3.0.Beta1 </org .mapstruct.version>
30+ <org .mapstruct.version>1.3.0.Beta2 </org .mapstruct.version>
3131 </properties >
3232
3333 <dependencies >
Original file line number Diff line number Diff line change 3535 <dependency >
3636 <groupId >org.mapstruct</groupId >
3737 <artifactId >mapstruct</artifactId >
38- <version >1.3.0.Beta1 </version >
38+ <version >1.3.0.Beta2 </version >
3939 </dependency >
4040
4141 <dependency >
4242 <groupId >org.mapstruct</groupId >
4343 <artifactId >mapstruct-processor</artifactId >
44- <version >1.3.0.Beta1 </version >
44+ <version >1.3.0.Beta2 </version >
4545 <scope >provided</scope >
4646 </dependency >
4747
Original file line number Diff line number Diff line change 2626 <version >1.0-SNAPSHOT</version >
2727
2828 <properties >
29- <org .mapstruct.version>1.3.0.Beta1 </org .mapstruct.version>
29+ <org .mapstruct.version>1.3.0.Beta2 </org .mapstruct.version>
3030 <maven .compiler.source>1.7</maven .compiler.source>
3131 <maven .compiler.target>1.7</maven .compiler.target>
3232 </properties >
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ repositories {
1414
1515dependencies {
1616 compile(kotlin(" stdlib-jdk8" ))
17- compile(" org.mapstruct:mapstruct-jdk8:1.3.0.Beta1 " )
18- kapt(" org.mapstruct:mapstruct-processor:1.3.0.Beta1 " )
17+ compile(" org.mapstruct:mapstruct-jdk8:1.3.0.Beta2 " )
18+ kapt(" org.mapstruct:mapstruct-processor:1.3.0.Beta2 " )
1919
2020 testCompile(" org.junit.jupiter:junit-jupiter-api:5.3.1" )
2121 testCompile(" org.junit.jupiter:junit-jupiter-engine:5.3.1" )
Original file line number Diff line number Diff line change 1616
1717 <kotlin .version>1.2.51</kotlin .version>
1818 <kotlin .compiler.jvmTarget>1.8</kotlin .compiler.jvmTarget>
19- <mapstruct .version>1.3.0.Beta1 </mapstruct .version>
19+ <mapstruct .version>1.3.0.Beta2 </mapstruct .version>
2020 </properties >
2121
2222 <dependencies >
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ task wrapper(type: Wrapper) {
1313}
1414
1515ext {
16- mapstructVersion = " 1.3.0.Beta1 "
16+ mapstructVersion = " 1.3.0.Beta2 "
1717 lombokVersion = " 1.18.0"
1818}
1919
Original file line number Diff line number Diff line change 3131 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
3232 <maven .compiler.source>1.7</maven .compiler.source>
3333 <maven .compiler.target>1.7</maven .compiler.target>
34- <org .mapstruct.version>1.3.0.Beta1 </org .mapstruct.version>
34+ <org .mapstruct.version>1.3.0.Beta2 </org .mapstruct.version>
3535 <org .projectlombok.version>1.18.0</org .projectlombok.version>
3636 </properties >
3737
Original file line number Diff line number Diff line change 2626 <version >1.0-SNAPSHOT</version >
2727
2828 <properties >
29- <org .mapstruct.version>1.3.0.Beta1 </org .mapstruct.version>
29+ <org .mapstruct.version>1.3.0.Beta2 </org .mapstruct.version>
3030 </properties >
3131
3232 <dependencies >
Original file line number Diff line number Diff line change 2626 <version >1.0.0</version >
2727
2828 <properties >
29- <org .mapstruct.version>1.3.0.Beta1 </org .mapstruct.version>
29+ <org .mapstruct.version>1.3.0.Beta2 </org .mapstruct.version>
3030 </properties >
3131
3232 <dependencies >
Original file line number Diff line number Diff line change 2727 <version >1.0.0</version >
2828
2929 <properties >
30- <org .mapstruct.version>1.3.0.Beta1 </org .mapstruct.version>
30+ <org .mapstruct.version>1.3.0.Beta2 </org .mapstruct.version>
3131 </properties >
3232
3333 <dependencies >
You can’t perform that action at this time.
0 commit comments