Consistent use of 6.1 as generational version number

This commit is contained in:
Juergen Hoeller
2023-06-14 21:58:45 +02:00
parent f00a8cb3a3
commit c276e5b679
6 changed files with 7 additions and 7 deletions

View File

@@ -39,7 +39,7 @@ import static org.assertj.core.api.Assertions.assertThat;
* or assert the events from a separate thread, in conjunction with JUnit 4.
*
* @author Simon Baslé
* @since 6.1.0
* @since 6.1
*/
@RunWith(SpringRunner.class)
@RecordApplicationEvents

View File

@@ -36,7 +36,7 @@ import static org.assertj.core.api.Assertions.assertThat;
* or assert the events from a separate thread, in conjunction with TestNG.
*
* @author Simon Baslé
* @since 6.1.0
* @since 6.1
*/
@RecordApplicationEvents
class TestNGApplicationEventsAsyncIntegrationTests extends AbstractTestNGSpringContextTests {