Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency io.cucumber:cucumber-parent to v4 #58

Merged
merged 2 commits into from Nov 16, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Expand Up @@ -7,6 +7,9 @@ This project adheres to [Semantic Versioning](http://semver.org).
This document is formatted according to the principles of [Keep A CHANGELOG](http://keepachangelog.com).

## [Unreleased]
### Added
- [Java] Enabled reproducible builds

### Fixed
- Link to the correct repository in various package meta-data.

Expand Down
3 changes: 2 additions & 1 deletion java/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.cucumber</groupId>
<artifactId>cucumber-parent</artifactId>
<version>3.0.0</version>
<version>4.1.1</version>
</parent>
<artifactId>gherkin</artifactId>
<version>25.0.3-SNAPSHOT</version>
Expand All @@ -15,6 +15,7 @@
<url>https://github.com/cucumber/gherkin</url>

<properties>
<project.build.outputTimestamp>1000000</project.build.outputTimestamp>
<project.Automatic-Module-Name>io.cucumber.gherkin</project.Automatic-Module-Name>
</properties>

Expand Down