Skip to content

Commit ca8c1b5

Browse files
committed
build(release): [1.0.1] - 2025-11-26
1 parent 99ad22e commit ca8c1b5

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.0.1] - 2025-11-26
11+
1012
### Fixed
1113

1214
- documented output in json, xml and text

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<relativePath></relativePath>
1212
</parent>
1313

14-
<version>1.0.1-SNAPSHOT</version>
14+
<version>1.0.1</version>
1515
<packaging>maven-plugin</packaging>
1616

1717
<name>junit5-tag-check-maven-plugin</name>
@@ -144,6 +144,7 @@
144144
<dependency>
145145
<groupId>org.slf4j</groupId>
146146
<artifactId>slf4j-simple</artifactId>
147+
<scope>text</scope>
147148
</dependency>
148149

149150
</dependencies>

0 commit comments

Comments
 (0)