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 50e56aa commit 305781eCopy full SHA for 305781e
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.1.0] - 2025-11-28
11
+
12
### Added
13
14
- PDF report
pom.xml
@@ -9,7 +9,7 @@
<relativePath></relativePath>
</parent>
<artifactId>junit5-tag-check-maven-plugin</artifactId>
- <version>1.0.3-SNAPSHOT</version>
+ <version>1.1.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