From 65f6433d26f74795434ac2ef2118cd5cec7c1be4 Mon Sep 17 00:00:00 2001 From: scordio Date: Tue, 2 Jan 2024 23:40:02 +0000 Subject: [PATCH] [maven-release-plugin] prepare release assertj-build-3.25.1 --- assertj-bom/pom.xml | 2 +- assertj-core/pom.xml | 2 +- assertj-guava/pom.xml | 2 +- assertj-parent/pom.xml | 2 +- .../assertj-integration-tests/assertj-core-groovy/pom.xml | 2 +- .../assertj-integration-tests/assertj-core-java-17/pom.xml | 2 +- .../assertj-core-junit4-with-opentest4j/pom.xml | 2 +- .../assertj-integration-tests/assertj-core-kotlin/pom.xml | 2 +- .../assertj-integration-tests/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 | 2 +- pom.xml | 4 ++-- 14 files changed, 15 insertions(+), 15 deletions(-) diff --git a/assertj-bom/pom.xml b/assertj-bom/pom.xml index 76e3224d38..3170873e5d 100644 --- a/assertj-bom/pom.xml +++ b/assertj-bom/pom.xml @@ -5,7 +5,7 @@ org.assertj assertj-build - 3.25.1-SNAPSHOT + 3.25.1 assertj-bom diff --git a/assertj-core/pom.xml b/assertj-core/pom.xml index 4d66b07882..78638f6e71 100644 --- a/assertj-core/pom.xml +++ b/assertj-core/pom.xml @@ -5,7 +5,7 @@ org.assertj assertj-parent - 3.25.1-SNAPSHOT + 3.25.1 ../assertj-parent diff --git a/assertj-guava/pom.xml b/assertj-guava/pom.xml index 876271f9f1..964eac04c9 100644 --- a/assertj-guava/pom.xml +++ b/assertj-guava/pom.xml @@ -5,7 +5,7 @@ org.assertj assertj-parent - 3.25.1-SNAPSHOT + 3.25.1 ../assertj-parent diff --git a/assertj-parent/pom.xml b/assertj-parent/pom.xml index 944921eb38..8bc8da97d7 100644 --- a/assertj-parent/pom.xml +++ b/assertj-parent/pom.xml @@ -5,7 +5,7 @@ org.assertj assertj-build - 3.25.1-SNAPSHOT + 3.25.1 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 ccf6735a18..266e16ed47 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.25.1-SNAPSHOT + 3.25.1 assertj-core-groovy diff --git a/assertj-tests/assertj-integration-tests/assertj-core-java-17/pom.xml b/assertj-tests/assertj-integration-tests/assertj-core-java-17/pom.xml index ebbd1640e9..4b96415de4 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-java-17/pom.xml +++ b/assertj-tests/assertj-integration-tests/assertj-core-java-17/pom.xml @@ -5,7 +5,7 @@ org.assertj assertj-integration-tests - 3.25.1-SNAPSHOT + 3.25.1 assertj-core-java-17 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 db40c311a6..1251ce460e 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.25.1-SNAPSHOT + 3.25.1 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 1217b8530b..36fc1f2e92 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.25.1-SNAPSHOT + 3.25.1 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 240340cee2..c640bbf416 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.25.1-SNAPSHOT + 3.25.1 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 c6a464596b..6adf7506a9 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.25.1-SNAPSHOT + 3.25.1 assertj-core-testng-with-junit4 diff --git a/assertj-tests/assertj-integration-tests/pom.xml b/assertj-tests/assertj-integration-tests/pom.xml index b635a021cd..7098547023 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.25.1-SNAPSHOT + 3.25.1 assertj-integration-tests diff --git a/assertj-tests/assertj-performance-tests/pom.xml b/assertj-tests/assertj-performance-tests/pom.xml index 324f5dbf7e..23d0e21a0e 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.25.1-SNAPSHOT + 3.25.1 assertj-performance-tests diff --git a/assertj-tests/pom.xml b/assertj-tests/pom.xml index 5df0997c16..b843736a9c 100644 --- a/assertj-tests/pom.xml +++ b/assertj-tests/pom.xml @@ -5,7 +5,7 @@ org.assertj assertj-parent - 3.25.1-SNAPSHOT + 3.25.1 ../assertj-parent diff --git a/pom.xml b/pom.xml index ecaec1885c..fe342c06aa 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.assertj assertj-build - 3.25.1-SNAPSHOT + 3.25.1 pom AssertJ Build @@ -103,7 +103,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.25.1 GitHub