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 e483949 commit ca59a1bCopy full SHA for ca59a1b
CHANGELOG.md
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
## [Unreleased]
9
+### Fixed
10
+- Change artifact name to `cucumber-json-formatter`
11
12
## [0.1.0] - 2025-07-24
13
### Added
java/pom.xml
@@ -8,7 +8,7 @@
<version>4.3.7</version>
</parent>
- <artifactId>json-formatter</artifactId>
+ <artifactId>cucumber-json-formatter</artifactId>
<version>0.1.1-SNAPSHOT</version>
<packaging>jar</packaging>
14
<name>Cucumber Json Formatter</name>
0 commit comments