From 35228b3cb7b687ad52b9df9acd0f31c8da4b9174 Mon Sep 17 00:00:00 2001 From: Filip Hrisafov Date: Thu, 13 Apr 2023 23:23:46 +0200 Subject: [PATCH] [maven-release-plugin] prepare release 1.5.4.Final --- build-config/pom.xml | 2 +- core-jdk8/pom.xml | 2 +- core/pom.xml | 2 +- distribution/pom.xml | 2 +- documentation/pom.xml | 2 +- integrationtest/pom.xml | 2 +- parent/pom.xml | 4 ++-- pom.xml | 4 ++-- processor/pom.xml | 2 +- 9 files changed, 11 insertions(+), 11 deletions(-) diff --git a/build-config/pom.xml b/build-config/pom.xml index e6e6fa31c..71f05af72 100644 --- a/build-config/pom.xml +++ b/build-config/pom.xml @@ -12,7 +12,7 @@ org.mapstruct mapstruct-parent - 1.5.4-SNAPSHOT + 1.5.4.Final ../parent/pom.xml diff --git a/core-jdk8/pom.xml b/core-jdk8/pom.xml index 3d204f603..9d968ddcd 100644 --- a/core-jdk8/pom.xml +++ b/core-jdk8/pom.xml @@ -12,7 +12,7 @@ org.mapstruct mapstruct-parent - 1.5.4-SNAPSHOT + 1.5.4.Final ../parent/pom.xml diff --git a/core/pom.xml b/core/pom.xml index f05b12c0f..1ce721ce7 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -12,7 +12,7 @@ org.mapstruct mapstruct-parent - 1.5.4-SNAPSHOT + 1.5.4.Final ../parent/pom.xml diff --git a/distribution/pom.xml b/distribution/pom.xml index d5e3a2939..74884033f 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -12,7 +12,7 @@ org.mapstruct mapstruct-parent - 1.5.4-SNAPSHOT + 1.5.4.Final ../parent/pom.xml diff --git a/documentation/pom.xml b/documentation/pom.xml index 4c96e20d2..cd2e69d57 100644 --- a/documentation/pom.xml +++ b/documentation/pom.xml @@ -12,7 +12,7 @@ org.mapstruct mapstruct-parent - 1.5.4-SNAPSHOT + 1.5.4.Final ../parent/pom.xml diff --git a/integrationtest/pom.xml b/integrationtest/pom.xml index f3138922b..5739f150e 100644 --- a/integrationtest/pom.xml +++ b/integrationtest/pom.xml @@ -12,7 +12,7 @@ org.mapstruct mapstruct-parent - 1.5.4-SNAPSHOT + 1.5.4.Final ../parent/pom.xml diff --git a/parent/pom.xml b/parent/pom.xml index dfaf388b1..5647d672c 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -11,7 +11,7 @@ org.mapstruct mapstruct-parent - 1.5.4-SNAPSHOT + 1.5.4.Final pom MapStruct Parent @@ -70,7 +70,7 @@ scm:git:git://github.com/mapstruct/mapstruct.git scm:git:git@github.com:mapstruct/mapstruct.git https://github.com/mapstruct/mapstruct/ - HEAD + 1.5.4.Final diff --git a/pom.xml b/pom.xml index 729b21a05..7f0a71ee8 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ org.mapstruct mapstruct-parent - 1.5.4-SNAPSHOT + 1.5.4.Final parent/pom.xml @@ -54,7 +54,7 @@ scm:git:git://github.com/mapstruct/mapstruct.git scm:git:git@github.com:mapstruct/mapstruct.git https://github.com/mapstruct/mapstruct/ - HEAD + 1.5.4.Final diff --git a/processor/pom.xml b/processor/pom.xml index 3767a5a99..67dc26c32 100644 --- a/processor/pom.xml +++ b/processor/pom.xml @@ -12,7 +12,7 @@ org.mapstruct mapstruct-parent - 1.5.4-SNAPSHOT + 1.5.4.Final ../parent/pom.xml