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 99ad22e commit ca8c1b5Copy full SHA for ca8c1b5
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.0.1] - 2025-11-26
11
+
12
### Fixed
13
14
- documented output in json, xml and text
pom.xml
@@ -11,7 +11,7 @@
<relativePath></relativePath>
</parent>
- <version>1.0.1-SNAPSHOT</version>
+ <version>1.0.1</version>
15
<packaging>maven-plugin</packaging>
16
17
<name>junit5-tag-check-maven-plugin</name>
@@ -144,6 +144,7 @@
144
<dependency>
145
<groupId>org.slf4j</groupId>
146
<artifactId>slf4j-simple</artifactId>
147
+ <scope>text</scope>
148
</dependency>
149
150
</dependencies>
0 commit comments