Skip to content

Commit 180b8f3

Browse files
committed
Upgrade example to 1.4.0.Final
1 parent b138453 commit 180b8f3

23 files changed

Lines changed: 28 additions & 26 deletions

File tree

mapstruct-clone/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
<properties>
3131
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
32-
<org.mapstruct.version>1.4.0.CR1</org.mapstruct.version>
32+
<org.mapstruct.version>1.4.0.Final</org.mapstruct.version>
3333
</properties>
3434

3535
<dependencies>

mapstruct-field-mapping/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
<properties>
3030
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
31-
<org.mapstruct.version>1.4.0.CR1</org.mapstruct.version>
31+
<org.mapstruct.version>1.4.0.Final</org.mapstruct.version>
3232
</properties>
3333

3434
<dependencies>

mapstruct-iterable-to-non-iterable/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@
3636
<dependency>
3737
<groupId>org.mapstruct</groupId>
3838
<artifactId>mapstruct</artifactId>
39-
<version>1.4.0.CR1</version>
39+
<version>1.4.0.Final</version>
4040
</dependency>
4141

4242
<dependency>
4343
<groupId>org.mapstruct</groupId>
4444
<artifactId>mapstruct-processor</artifactId>
45-
<version>1.4.0.CR1</version>
45+
<version>1.4.0.Final</version>
4646
<scope>provided</scope>
4747
</dependency>
4848

mapstruct-jpa-child-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
<properties>
2929
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
30-
<org.mapstruct.version>1.4.0.CR1</org.mapstruct.version>
30+
<org.mapstruct.version>1.4.0.Final</org.mapstruct.version>
3131
<maven.compiler.source>1.8</maven.compiler.source>
3232
<maven.compiler.target>1.8</maven.compiler.target>
3333
</properties>

mapstruct-kotlin-gradle/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ repositories {
1414

1515
dependencies {
1616
implementation(kotlin("stdlib-jdk8"))
17-
implementation("org.mapstruct:mapstruct:1.4.0.CR1")
18-
kapt("org.mapstruct:mapstruct-processor:1.4.0.CR1")
17+
implementation("org.mapstruct:mapstruct:1.4.0.Final")
18+
kapt("org.mapstruct:mapstruct-processor:1.4.0.Final")
1919

2020
testImplementation("org.junit.jupiter:junit-jupiter-api:5.3.1")
2121
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.3.1")

mapstruct-kotlin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<kotlin.version>1.2.51</kotlin.version>
1818
<kotlin.compiler.jvmTarget>1.8</kotlin.compiler.jvmTarget>
19-
<mapstruct.version>1.4.0.CR1</mapstruct.version>
19+
<mapstruct.version>1.4.0.Final</mapstruct.version>
2020
</properties>
2121

2222
<dependencies>

mapstruct-lombok/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repositories {
88
}
99

1010
ext {
11-
mapstructVersion = "1.4.0.CR1"
11+
mapstructVersion = "1.4.0.Final"
1212
lombokVersion = "1.18.12"
1313
}
1414

mapstruct-lombok/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3232
<maven.compiler.source>1.8</maven.compiler.source>
3333
<maven.compiler.target>1.8</maven.compiler.target>
34-
<org.mapstruct.version>1.4.0.CR1</org.mapstruct.version>
34+
<org.mapstruct.version>1.4.0.Final</org.mapstruct.version>
3535
<org.projectlombok.version>1.18.12</org.projectlombok.version>
3636
</properties>
3737

mapstruct-lookup-entity-with-id/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
<properties>
2929
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
30-
<org.mapstruct.version>1.4.0.CR1</org.mapstruct.version>
30+
<org.mapstruct.version>1.4.0.Final</org.mapstruct.version>
3131
</properties>
3232

3333
<dependencies>

mapstruct-mapper-repo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<properties>
1212
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
13-
<org.mapstruct.version>1.4.0.CR1</org.mapstruct.version>
13+
<org.mapstruct.version>1.4.0.Final</org.mapstruct.version>
1414
</properties>
1515

1616
<modules>

0 commit comments

Comments
 (0)