We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fc2cd3 commit 502f181Copy full SHA for 502f181
CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [1.2.0] - 2025-12-03
11
+
12
### Changed
13
14
- general result in report
pom.xml
@@ -9,7 +9,7 @@
<relativePath></relativePath>
</parent>
<artifactId>junit5-tag-check-maven-plugin</artifactId>
- <version>1.2.1-SNAPSHOT</version>
+ <version>1.2.1</version>
<packaging>maven-plugin</packaging>
<name>junit5-tag-check-maven-plugin</name>
15
<description>A simple plugin to check the presence of JUnit5 test by tags.</description>
0 commit comments