From 648c352a448cc58d2e0322f377e61a208771fc69 Mon Sep 17 00:00:00 2001 From: scordio Date: Thu, 5 Jan 2023 23:06:33 +0000 Subject: [PATCH] [maven-release-plugin] prepare release assertj-build-3.24.0 --- assertj-bom/pom.xml | 2 +- assertj-core/pom.xml | 15 ++++++--------- assertj-guava/pom.xml | 2 +- assertj-parent/pom.xml | 2 +- .../assertj-core-groovy/pom.xml | 2 +- .../assertj-core-junit4-with-opentest4j/pom.xml | 2 +- .../assertj-core-kotlin/pom.xml | 2 +- .../assertj-core-osgi/pom.xml | 2 +- .../assertj-core-testng-with-junit4/pom.xml | 2 +- assertj-tests/assertj-integration-tests/pom.xml | 2 +- assertj-tests/assertj-performance-tests/pom.xml | 2 +- assertj-tests/pom.xml | 4 ++-- pom.xml | 4 ++-- 13 files changed, 20 insertions(+), 23 deletions(-) diff --git a/assertj-bom/pom.xml b/assertj-bom/pom.xml index 53256e9346..bc36b6cbd5 100644 --- a/assertj-bom/pom.xml +++ b/assertj-bom/pom.xml @@ -5,7 +5,7 @@ org.assertj assertj-build - 3.24.0-SNAPSHOT + 3.24.0 assertj-bom diff --git a/assertj-core/pom.xml b/assertj-core/pom.xml index d1599ecadb..973949f52a 100644 --- a/assertj-core/pom.xml +++ b/assertj-core/pom.xml @@ -5,7 +5,7 @@ org.assertj assertj-parent - 3.24.0-SNAPSHOT + 3.24.0 ../assertj-parent @@ -222,7 +222,7 @@ - + @@ -295,7 +295,7 @@ *:*:*:jar:compile - + [17,) @@ -342,22 +342,19 @@ These blocks are needed to show @DisplayName and @ParameterizedTest in reports with the provided names, as well as with console output. --> - + false - + false false true true - + false false true diff --git a/assertj-guava/pom.xml b/assertj-guava/pom.xml index d7966371d2..c8fb3adb1f 100644 --- a/assertj-guava/pom.xml +++ b/assertj-guava/pom.xml @@ -5,7 +5,7 @@ org.assertj assertj-parent - 3.24.0-SNAPSHOT + 3.24.0 ../assertj-parent diff --git a/assertj-parent/pom.xml b/assertj-parent/pom.xml index 1af2133d2c..a069ede607 100644 --- a/assertj-parent/pom.xml +++ b/assertj-parent/pom.xml @@ -5,7 +5,7 @@ org.assertj assertj-build - 3.24.0-SNAPSHOT + 3.24.0 assertj-parent diff --git a/assertj-tests/assertj-integration-tests/assertj-core-groovy/pom.xml b/assertj-tests/assertj-integration-tests/assertj-core-groovy/pom.xml index c6430341e7..929c6a5900 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-groovy/pom.xml +++ b/assertj-tests/assertj-integration-tests/assertj-core-groovy/pom.xml @@ -5,7 +5,7 @@ org.assertj assertj-integration-tests - 3.24.0-SNAPSHOT + 3.24.0 assertj-core-groovy diff --git a/assertj-tests/assertj-integration-tests/assertj-core-junit4-with-opentest4j/pom.xml b/assertj-tests/assertj-integration-tests/assertj-core-junit4-with-opentest4j/pom.xml index 4be04b2dba..94bcbba948 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-junit4-with-opentest4j/pom.xml +++ b/assertj-tests/assertj-integration-tests/assertj-core-junit4-with-opentest4j/pom.xml @@ -5,7 +5,7 @@ org.assertj assertj-integration-tests - 3.24.0-SNAPSHOT + 3.24.0 assertj-core-junit4-with-opentest4j diff --git a/assertj-tests/assertj-integration-tests/assertj-core-kotlin/pom.xml b/assertj-tests/assertj-integration-tests/assertj-core-kotlin/pom.xml index ab0af56393..62dc99127a 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-kotlin/pom.xml +++ b/assertj-tests/assertj-integration-tests/assertj-core-kotlin/pom.xml @@ -5,7 +5,7 @@ org.assertj assertj-integration-tests - 3.24.0-SNAPSHOT + 3.24.0 assertj-core-kotlin diff --git a/assertj-tests/assertj-integration-tests/assertj-core-osgi/pom.xml b/assertj-tests/assertj-integration-tests/assertj-core-osgi/pom.xml index 05411520b0..f483ec7523 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-osgi/pom.xml +++ b/assertj-tests/assertj-integration-tests/assertj-core-osgi/pom.xml @@ -5,7 +5,7 @@ org.assertj assertj-integration-tests - 3.24.0-SNAPSHOT + 3.24.0 assertj-core-osgi diff --git a/assertj-tests/assertj-integration-tests/assertj-core-testng-with-junit4/pom.xml b/assertj-tests/assertj-integration-tests/assertj-core-testng-with-junit4/pom.xml index 56cbee6081..37b557adcf 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-testng-with-junit4/pom.xml +++ b/assertj-tests/assertj-integration-tests/assertj-core-testng-with-junit4/pom.xml @@ -5,7 +5,7 @@ org.assertj assertj-integration-tests - 3.24.0-SNAPSHOT + 3.24.0 assertj-core-testng-with-junit4 diff --git a/assertj-tests/assertj-integration-tests/pom.xml b/assertj-tests/assertj-integration-tests/pom.xml index f1dfb65e04..e4890ce2e6 100644 --- a/assertj-tests/assertj-integration-tests/pom.xml +++ b/assertj-tests/assertj-integration-tests/pom.xml @@ -5,7 +5,7 @@ org.assertj assertj-tests - 3.24.0-SNAPSHOT + 3.24.0 assertj-integration-tests diff --git a/assertj-tests/assertj-performance-tests/pom.xml b/assertj-tests/assertj-performance-tests/pom.xml index e36566a28f..de4983f68a 100644 --- a/assertj-tests/assertj-performance-tests/pom.xml +++ b/assertj-tests/assertj-performance-tests/pom.xml @@ -5,7 +5,7 @@ org.assertj assertj-tests - 3.24.0-SNAPSHOT + 3.24.0 assertj-performance-tests diff --git a/assertj-tests/pom.xml b/assertj-tests/pom.xml index c5a22aeea8..055b0e8785 100644 --- a/assertj-tests/pom.xml +++ b/assertj-tests/pom.xml @@ -5,7 +5,7 @@ org.assertj assertj-parent - 3.24.0-SNAPSHOT + 3.24.0 ../assertj-parent @@ -46,7 +46,7 @@ * - + diff --git a/pom.xml b/pom.xml index d072216f7f..527a4ff9b4 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.assertj assertj-build - 3.24.0-SNAPSHOT + 3.24.0 pom AssertJ Build @@ -102,7 +102,7 @@ scm:git:https://github.com/assertj/assertj.git scm:git:https://github.com/assertj/assertj.git https://github.com/assertj/assertj - HEAD + assertj-build-3.24.0 GitHub