From 04fc83bfb1fa9c01cfc1938631bdd3762fcc93fa Mon Sep 17 00:00:00 2001 From: Filip Hrisafov Date: Sat, 4 Nov 2023 23:42:47 +0100 Subject: [PATCH] Upgrade examples to 1.6.0.Beta1 --- mapstruct-clone/pom.xml | 2 +- mapstruct-field-mapping/pom.xml | 2 +- mapstruct-iterable-to-non-iterable/pom.xml | 4 ++-- mapstruct-jpa-child-parent/pom.xml | 2 +- mapstruct-kotlin-gradle/build.gradle.kts | 4 ++-- mapstruct-kotlin/pom.xml | 2 +- mapstruct-lombok/build.gradle | 2 +- mapstruct-lombok/pom.xml | 2 +- mapstruct-lookup-entity-with-id/pom.xml | 2 +- mapstruct-mapper-repo/pom.xml | 2 +- mapstruct-mapping-from-map/pom.xml | 2 +- mapstruct-mapping-with-cycles/pom.xml | 2 +- mapstruct-metadata-with-annotations/pom.xml | 2 +- mapstruct-nested-bean-mappings/pom.xml | 2 +- mapstruct-on-ant/build.xml | 2 +- mapstruct-on-gradle-protobuf3/build.gradle | 2 +- mapstruct-on-gradle-testcp-with-lombok/build.gradle | 6 +++--- mapstruct-on-gradle/build.gradle | 4 ++-- mapstruct-protobuf3/pom.xml | 2 +- mapstruct-quarkus/pom.xml | 2 +- mapstruct-record/pom.xml | 2 +- mapstruct-rounding/pom.xml | 2 +- mapstruct-spi-accessor-naming/pom.xml | 2 +- mapstruct-suppress-unmapped/pom.xml | 2 +- mapstruct-updatemethods-1/pom.xml | 2 +- 25 files changed, 30 insertions(+), 30 deletions(-) diff --git a/mapstruct-clone/pom.xml b/mapstruct-clone/pom.xml index 6ee5e5a..c3629a5 100644 --- a/mapstruct-clone/pom.xml +++ b/mapstruct-clone/pom.xml @@ -16,7 +16,7 @@ UTF-8 - 1.5.5.Final + 1.6.0.Beta1 diff --git a/mapstruct-field-mapping/pom.xml b/mapstruct-field-mapping/pom.xml index b708f31..b7ca472 100644 --- a/mapstruct-field-mapping/pom.xml +++ b/mapstruct-field-mapping/pom.xml @@ -15,7 +15,7 @@ UTF-8 - 1.5.5.Final + 1.6.0.Beta1 diff --git a/mapstruct-iterable-to-non-iterable/pom.xml b/mapstruct-iterable-to-non-iterable/pom.xml index 4f441bc..f7c2e23 100644 --- a/mapstruct-iterable-to-non-iterable/pom.xml +++ b/mapstruct-iterable-to-non-iterable/pom.xml @@ -23,13 +23,13 @@ org.mapstruct mapstruct - 1.5.5.Final + 1.6.0.Beta1 org.mapstruct mapstruct-processor - 1.5.5.Final + 1.6.0.Beta1 provided diff --git a/mapstruct-jpa-child-parent/pom.xml b/mapstruct-jpa-child-parent/pom.xml index c37974d..788a3d9 100644 --- a/mapstruct-jpa-child-parent/pom.xml +++ b/mapstruct-jpa-child-parent/pom.xml @@ -14,7 +14,7 @@ UTF-8 - 1.5.5.Final + 1.6.0.Beta1 1.8 1.8 diff --git a/mapstruct-kotlin-gradle/build.gradle.kts b/mapstruct-kotlin-gradle/build.gradle.kts index cc86d1f..399ab44 100644 --- a/mapstruct-kotlin-gradle/build.gradle.kts +++ b/mapstruct-kotlin-gradle/build.gradle.kts @@ -16,8 +16,8 @@ repositories { dependencies { implementation(kotlin("stdlib-jdk8")) - implementation("org.mapstruct:mapstruct:1.5.5.Final") - kapt("org.mapstruct:mapstruct-processor:1.5.5.Final") + implementation("org.mapstruct:mapstruct:1.6.0.Beta1") + kapt("org.mapstruct:mapstruct-processor:1.6.0.Beta1") testImplementation("org.junit.jupiter:junit-jupiter-api:5.3.1") testImplementation("org.junit.jupiter:junit-jupiter-engine:5.3.1") diff --git a/mapstruct-kotlin/pom.xml b/mapstruct-kotlin/pom.xml index 608ed48..11b537a 100644 --- a/mapstruct-kotlin/pom.xml +++ b/mapstruct-kotlin/pom.xml @@ -14,7 +14,7 @@ 1.6.0 1.8 - 1.5.5.Final + 1.6.0.Beta1 diff --git a/mapstruct-lombok/build.gradle b/mapstruct-lombok/build.gradle index 47ef08a..3c0210b 100644 --- a/mapstruct-lombok/build.gradle +++ b/mapstruct-lombok/build.gradle @@ -8,7 +8,7 @@ repositories { } ext { - mapstructVersion = "1.5.5.Final" + mapstructVersion = "1.6.0.Beta1" lombokVersion = "1.18.30" lombokMapstructBindingVersion = "0.2.0" } diff --git a/mapstruct-lombok/pom.xml b/mapstruct-lombok/pom.xml index d9cb3a7..b118bc2 100644 --- a/mapstruct-lombok/pom.xml +++ b/mapstruct-lombok/pom.xml @@ -18,7 +18,7 @@ UTF-8 1.8 1.8 - 1.5.5.Final + 1.6.0.Beta1 1.18.30 0.2.0 diff --git a/mapstruct-lookup-entity-with-id/pom.xml b/mapstruct-lookup-entity-with-id/pom.xml index 0057e92..913656d 100644 --- a/mapstruct-lookup-entity-with-id/pom.xml +++ b/mapstruct-lookup-entity-with-id/pom.xml @@ -14,7 +14,7 @@ UTF-8 - 1.5.5.Final + 1.6.0.Beta1 diff --git a/mapstruct-mapper-repo/pom.xml b/mapstruct-mapper-repo/pom.xml index 86c556d..e829e08 100755 --- a/mapstruct-mapper-repo/pom.xml +++ b/mapstruct-mapper-repo/pom.xml @@ -10,7 +10,7 @@ UTF-8 - 1.5.5.Final + 1.6.0.Beta1 diff --git a/mapstruct-mapping-from-map/pom.xml b/mapstruct-mapping-from-map/pom.xml index 51df2c3..cb1a0f7 100644 --- a/mapstruct-mapping-from-map/pom.xml +++ b/mapstruct-mapping-from-map/pom.xml @@ -14,7 +14,7 @@ UTF-8 - 1.5.5.Final + 1.6.0.Beta1 diff --git a/mapstruct-mapping-with-cycles/pom.xml b/mapstruct-mapping-with-cycles/pom.xml index 38df3b1..c3852c3 100644 --- a/mapstruct-mapping-with-cycles/pom.xml +++ b/mapstruct-mapping-with-cycles/pom.xml @@ -15,7 +15,7 @@ UTF-8 - 1.5.5.Final + 1.6.0.Beta1 diff --git a/mapstruct-metadata-with-annotations/pom.xml b/mapstruct-metadata-with-annotations/pom.xml index bf0686a..62dd4c7 100644 --- a/mapstruct-metadata-with-annotations/pom.xml +++ b/mapstruct-metadata-with-annotations/pom.xml @@ -14,7 +14,7 @@ UTF-8 - 1.5.5.Final + 1.6.0.Beta1 diff --git a/mapstruct-nested-bean-mappings/pom.xml b/mapstruct-nested-bean-mappings/pom.xml index 177e235..eef0058 100644 --- a/mapstruct-nested-bean-mappings/pom.xml +++ b/mapstruct-nested-bean-mappings/pom.xml @@ -15,7 +15,7 @@ UTF-8 - 1.5.5.Final + 1.6.0.Beta1 diff --git a/mapstruct-on-ant/build.xml b/mapstruct-on-ant/build.xml index 81996b7..71f0a23 100644 --- a/mapstruct-on-ant/build.xml +++ b/mapstruct-on-ant/build.xml @@ -6,7 +6,7 @@ Licensed under the Apache License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0 --> - + diff --git a/mapstruct-on-gradle-protobuf3/build.gradle b/mapstruct-on-gradle-protobuf3/build.gradle index 88a7fc6..cc1fbbf 100644 --- a/mapstruct-on-gradle-protobuf3/build.gradle +++ b/mapstruct-on-gradle-protobuf3/build.gradle @@ -9,6 +9,6 @@ subprojects { } ext { - mapstructVersion = "1.5.5.Final" + mapstructVersion = "1.6.0.Beta1" } } diff --git a/mapstruct-on-gradle-testcp-with-lombok/build.gradle b/mapstruct-on-gradle-testcp-with-lombok/build.gradle index 890360e..d6f1c2a 100644 --- a/mapstruct-on-gradle-testcp-with-lombok/build.gradle +++ b/mapstruct-on-gradle-testcp-with-lombok/build.gradle @@ -11,10 +11,10 @@ dependencies { testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.0' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.7.0' - annotationProcessor 'org.mapstruct:mapstruct-processor:1.5.5.Final' - implementation 'org.mapstruct:mapstruct:1.5.5.Final' + annotationProcessor 'org.mapstruct:mapstruct-processor:1.6.0.Beta1' + implementation 'org.mapstruct:mapstruct:1.6.0.Beta1' - testAnnotationProcessor 'org.mapstruct:mapstruct-processor:1.5.5.Final' + testAnnotationProcessor 'org.mapstruct:mapstruct-processor:1.6.0.Beta1' } lombok { diff --git a/mapstruct-on-gradle/build.gradle b/mapstruct-on-gradle/build.gradle index e93769e..44fcd7b 100644 --- a/mapstruct-on-gradle/build.gradle +++ b/mapstruct-on-gradle/build.gradle @@ -8,7 +8,7 @@ repositories { } ext { - mapstructVersion = "1.5.5.Final" + mapstructVersion = "1.6.0.Beta1" } sourceCompatibility = JavaVersion.VERSION_1_8 @@ -16,7 +16,7 @@ sourceCompatibility = JavaVersion.VERSION_1_8 dependencies { implementation "org.mapstruct:mapstruct:${mapstructVersion}" testImplementation "org.testng:testng:6.10", "org.easytesting:fest-assert:1.4" - annotationProcessor "org.mapstruct:mapstruct-processor:1.5.5.Final" + annotationProcessor "org.mapstruct:mapstruct-processor:1.6.0.Beta1" } tasks.withType(JavaCompile) { diff --git a/mapstruct-protobuf3/pom.xml b/mapstruct-protobuf3/pom.xml index 0d2f605..960c2a5 100644 --- a/mapstruct-protobuf3/pom.xml +++ b/mapstruct-protobuf3/pom.xml @@ -20,7 +20,7 @@ 1.4.0.Final 0.5.0 3.2.0 - 1.5.5.Final + 1.6.0.Beta1 1.8 1.8 diff --git a/mapstruct-quarkus/pom.xml b/mapstruct-quarkus/pom.xml index 67c1ec9..e2e0d25 100644 --- a/mapstruct-quarkus/pom.xml +++ b/mapstruct-quarkus/pom.xml @@ -27,7 +27,7 @@ 1.13.6.Final 3.0.0-M5 - 1.5.5.Final + 1.6.0.Beta1 diff --git a/mapstruct-record/pom.xml b/mapstruct-record/pom.xml index 64d0453..bf647a9 100644 --- a/mapstruct-record/pom.xml +++ b/mapstruct-record/pom.xml @@ -23,7 +23,7 @@ ${java.version} ${java.version} ${java.version} - 1.5.5.Final + 1.6.0.Beta1 diff --git a/mapstruct-rounding/pom.xml b/mapstruct-rounding/pom.xml index a33b8f0..2a7aaed 100644 --- a/mapstruct-rounding/pom.xml +++ b/mapstruct-rounding/pom.xml @@ -14,7 +14,7 @@ UTF-8 - 1.5.5.Final + 1.6.0.Beta1 diff --git a/mapstruct-spi-accessor-naming/pom.xml b/mapstruct-spi-accessor-naming/pom.xml index eeb4d62..93c4601 100644 --- a/mapstruct-spi-accessor-naming/pom.xml +++ b/mapstruct-spi-accessor-naming/pom.xml @@ -16,7 +16,7 @@ UTF-8 - 1.5.5.Final + 1.6.0.Beta1 1.8 1.8 diff --git a/mapstruct-suppress-unmapped/pom.xml b/mapstruct-suppress-unmapped/pom.xml index c0d1794..d57f13a 100644 --- a/mapstruct-suppress-unmapped/pom.xml +++ b/mapstruct-suppress-unmapped/pom.xml @@ -14,7 +14,7 @@ UTF-8 - 1.5.5.Final + 1.6.0.Beta1 1.8 1.8 diff --git a/mapstruct-updatemethods-1/pom.xml b/mapstruct-updatemethods-1/pom.xml index 06965bd..ca1808f 100644 --- a/mapstruct-updatemethods-1/pom.xml +++ b/mapstruct-updatemethods-1/pom.xml @@ -14,7 +14,7 @@ UTF-8 - 1.5.5.Final + 1.6.0.Beta1