Skip to content

Commit 6a9bbed

Browse files
committed
Use latest 1.2.0.CR2 release in examples
1 parent 87fd1f1 commit 6a9bbed

11 files changed

Lines changed: 12 additions & 12 deletions

File tree

mapstruct-field-mapping/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<version>1.0.0</version>
2828

2929
<properties>
30-
<org.mapstruct.version>1.2.0.CR1</org.mapstruct.version>
30+
<org.mapstruct.version>1.2.0.CR2</org.mapstruct.version>
3131
</properties>
3232

3333
<dependencies>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@
3030
<dependency>
3131
<groupId>org.mapstruct</groupId>
3232
<artifactId>mapstruct</artifactId>
33-
<version>1.2.0.CR1</version>
33+
<version>1.2.0.CR2</version>
3434
</dependency>
3535

3636
<dependency>
3737
<groupId>org.mapstruct</groupId>
3838
<artifactId>mapstruct-processor</artifactId>
39-
<version>1.2.0.CR1</version>
39+
<version>1.2.0.CR2</version>
4040
<scope>provided</scope>
4141
</dependency>
4242

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.1.3-2</kotlin.version>
1818
<kotlin.compiler.jvmTarget>1.8</kotlin.compiler.jvmTarget>
19-
<mapstruct.version>1.2.0.CR1</mapstruct.version>
19+
<mapstruct.version>1.2.0.CR2</mapstruct.version>
2020
</properties>
2121

2222
<dependencies>

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.7</maven.compiler.source>
3333
<maven.compiler.target>1.7</maven.compiler.target>
34-
<org.mapstruct.version>1.2.0.CR1</org.mapstruct.version>
34+
<org.mapstruct.version>1.2.0.CR2</org.mapstruct.version>
3535
<org.projectlombok.version>1.16.14</org.projectlombok.version>
3636
</properties>
3737

mapstruct-mapping-from-map/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<version>1.0.0</version>
2727

2828
<properties>
29-
<org.mapstruct.version>1.2.0.CR1</org.mapstruct.version>
29+
<org.mapstruct.version>1.2.0.CR2</org.mapstruct.version>
3030
</properties>
3131

3232
<dependencies>

mapstruct-mapping-with-cycles/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<version>1.0.0</version>
2828

2929
<properties>
30-
<org.mapstruct.version>1.2.0.CR1</org.mapstruct.version>
30+
<org.mapstruct.version>1.2.0.CR2</org.mapstruct.version>
3131
</properties>
3232

3333
<dependencies>

mapstruct-nested-bean-mappings/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<version>1.0.0</version>
2828

2929
<properties>
30-
<org.mapstruct.version>1.2.0.CR1</org.mapstruct.version>
30+
<org.mapstruct.version>1.2.0.CR2</org.mapstruct.version>
3131
</properties>
3232

3333
<dependencies>

mapstruct-protobuf3/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<os.mavenplugin.version>1.4.0.Final</os.mavenplugin.version>
3333
<protobuf.plugin.version>0.5.0</protobuf.plugin.version>
3434
<protobuf.java.version>3.2.0</protobuf.java.version>
35-
<org.mapstruct.version>1.2.0.CR1</org.mapstruct.version>
35+
<org.mapstruct.version>1.2.0.CR2</org.mapstruct.version>
3636
<maven.compiler.source>1.8</maven.compiler.source>
3737
<maven.compiler.target>1.8</maven.compiler.target>
3838
</properties>

mapstruct-rounding/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<version>1.0.0</version>
2727

2828
<properties>
29-
<org.mapstruct.version>1.2.0.CR1</org.mapstruct.version>
29+
<org.mapstruct.version>1.2.0.CR2</org.mapstruct.version>
3030
</properties>
3131

3232
<dependencies>

mapstruct-spi-accessor-naming/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<packaging>pom</packaging>
2929

3030
<properties>
31-
<org.mapstruct.version>1.2.0.CR1</org.mapstruct.version>
31+
<org.mapstruct.version>1.2.0.CR2</org.mapstruct.version>
3232
<maven.compiler.source>1.8</maven.compiler.source>
3333
<maven.compiler.target>1.8</maven.compiler.target>
3434
</properties>

0 commit comments

Comments
 (0)