Skip to content

Commit

Permalink
[maven-release-plugin] prepare release assertj-build-3.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scordio committed Jan 5, 2023
1 parent c5fd75b commit 648c352
Show file tree
Hide file tree
Showing 13 changed files with 20 additions and 23 deletions.
2 changes: 1 addition & 1 deletion assertj-bom/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.assertj</groupId>
<artifactId>assertj-build</artifactId>
<version>3.24.0-SNAPSHOT</version>
<version>3.24.0</version>
</parent>

<artifactId>assertj-bom</artifactId>
Expand Down
15 changes: 6 additions & 9 deletions assertj-core/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.assertj</groupId>
<artifactId>assertj-parent</artifactId>
<version>3.24.0-SNAPSHOT</version>
<version>3.24.0</version>
<relativePath>../assertj-parent</relativePath>
</parent>

Expand Down Expand Up @@ -222,7 +222,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore/>
<ignore />
</action>
</pluginExecution>
</pluginExecutions>
Expand Down Expand Up @@ -295,7 +295,7 @@
<exclude>*:*:*:jar:compile</exclude>
</excludes>
</bannedDependencies>
<dependencyConvergence/>
<dependencyConvergence />
<requireJavaVersion>
<version>[17,)</version>
</requireJavaVersion>
Expand Down Expand Up @@ -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.
-->
<consoleOutputReporter
implementation="org.apache.maven.plugin.surefire.extensions.junit5.JUnit5ConsoleOutputReporter">
<consoleOutputReporter implementation="org.apache.maven.plugin.surefire.extensions.junit5.JUnit5ConsoleOutputReporter">
<!-- Set to true to suppress log output being included in Surefire output -->
<disable>false</disable>
</consoleOutputReporter>

<statelessTestsetInfoReporter
implementation="org.apache.maven.plugin.surefire.extensions.junit5.JUnit5StatelessTestsetInfoReporter">
<statelessTestsetInfoReporter implementation="org.apache.maven.plugin.surefire.extensions.junit5.JUnit5StatelessTestsetInfoReporter">
<disable>false</disable>
<usePhrasedFileName>false</usePhrasedFileName>
<usePhrasedClassNameInRunning>true</usePhrasedClassNameInRunning>
<usePhrasedClassNameInTestCaseSummary>true</usePhrasedClassNameInTestCaseSummary>
</statelessTestsetInfoReporter>

<statelessTestsetReporter
implementation="org.apache.maven.plugin.surefire.extensions.junit5.JUnit5Xml30StatelessReporter">
<statelessTestsetReporter implementation="org.apache.maven.plugin.surefire.extensions.junit5.JUnit5Xml30StatelessReporter">
<disable>false</disable>
<usePhrasedFileName>false</usePhrasedFileName>
<usePhrasedTestSuiteClassName>true</usePhrasedTestSuiteClassName>
Expand Down
2 changes: 1 addition & 1 deletion assertj-guava/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.assertj</groupId>
<artifactId>assertj-parent</artifactId>
<version>3.24.0-SNAPSHOT</version>
<version>3.24.0</version>
<relativePath>../assertj-parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion assertj-parent/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.assertj</groupId>
<artifactId>assertj-build</artifactId>
<version>3.24.0-SNAPSHOT</version>
<version>3.24.0</version>
</parent>

<artifactId>assertj-parent</artifactId>
Expand Down
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.assertj</groupId>
<artifactId>assertj-integration-tests</artifactId>
<version>3.24.0-SNAPSHOT</version>
<version>3.24.0</version>
</parent>

<artifactId>assertj-core-groovy</artifactId>
Expand Down
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.assertj</groupId>
<artifactId>assertj-integration-tests</artifactId>
<version>3.24.0-SNAPSHOT</version>
<version>3.24.0</version>
</parent>

<artifactId>assertj-core-junit4-with-opentest4j</artifactId>
Expand Down
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.assertj</groupId>
<artifactId>assertj-integration-tests</artifactId>
<version>3.24.0-SNAPSHOT</version>
<version>3.24.0</version>
</parent>

<artifactId>assertj-core-kotlin</artifactId>
Expand Down
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.assertj</groupId>
<artifactId>assertj-integration-tests</artifactId>
<version>3.24.0-SNAPSHOT</version>
<version>3.24.0</version>
</parent>

<artifactId>assertj-core-osgi</artifactId>
Expand Down
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.assertj</groupId>
<artifactId>assertj-integration-tests</artifactId>
<version>3.24.0-SNAPSHOT</version>
<version>3.24.0</version>
</parent>

<artifactId>assertj-core-testng-with-junit4</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion assertj-tests/assertj-integration-tests/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.assertj</groupId>
<artifactId>assertj-tests</artifactId>
<version>3.24.0-SNAPSHOT</version>
<version>3.24.0</version>
</parent>

<artifactId>assertj-integration-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion assertj-tests/assertj-performance-tests/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.assertj</groupId>
<artifactId>assertj-tests</artifactId>
<version>3.24.0-SNAPSHOT</version>
<version>3.24.0</version>
</parent>

<artifactId>assertj-performance-tests</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions assertj-tests/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.assertj</groupId>
<artifactId>assertj-parent</artifactId>
<version>3.24.0-SNAPSHOT</version>
<version>3.24.0</version>
<relativePath>../assertj-parent</relativePath>
</parent>

Expand Down Expand Up @@ -46,7 +46,7 @@
<exclude>*</exclude>
</excludes>
</bannedDependencies>
<dependencyConvergence/>
<dependencyConvergence />
</rules>
</configuration>
</execution>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -4,7 +4,7 @@

<groupId>org.assertj</groupId>
<artifactId>assertj-build</artifactId>
<version>3.24.0-SNAPSHOT</version>
<version>3.24.0</version>
<packaging>pom</packaging>

<name>AssertJ Build</name>
Expand Down Expand Up @@ -102,7 +102,7 @@
<developerConnection>scm:git:https://github.com/assertj/assertj.git</developerConnection>
<connection>scm:git:https://github.com/assertj/assertj.git</connection>
<url>https://github.com/assertj/assertj</url>
<tag>HEAD</tag>
<tag>assertj-build-3.24.0</tag>
</scm>
<issueManagement>
<system>GitHub</system>
Expand Down

0 comments on commit 648c352

Please sign in to comment.