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 120efc3 commit 48f16a5Copy full SHA for 48f16a5
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
### Added
13
14
- report examples (documentation)
pom.xml
@@ -9,7 +9,7 @@
<relativePath></relativePath>
</parent>
<artifactId>junit5-tag-check-maven-plugin</artifactId>
- <version>1.1.1-SNAPSHOT</version>
+ <version>1.2.0</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