Skip to content

Commit ca59a1b

Browse files
committed
Change artifact name to cucumber-json-formatter
1 parent e483949 commit ca59a1b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
### Fixed
10+
- Change artifact name to `cucumber-json-formatter`
911

1012
## [0.1.0] - 2025-07-24
1113
### Added

java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<version>4.3.7</version>
99
</parent>
1010

11-
<artifactId>json-formatter</artifactId>
11+
<artifactId>cucumber-json-formatter</artifactId>
1212
<version>0.1.1-SNAPSHOT</version>
1313
<packaging>jar</packaging>
1414
<name>Cucumber Json Formatter</name>

0 commit comments

Comments
 (0)