Skip to content

Commit

Permalink
Prepare release v4.1.1
Browse files Browse the repository at this point in the history
Created-by: polyglot-release v1.2.0
  • Loading branch information
mpkorstanje committed Nov 14, 2022
1 parent 425eefb commit f767ee7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [4.1.1] - 2022-11-14
### Changed
- Enabled reproducible builds

Expand Down Expand Up @@ -39,7 +41,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Changed

[Unreleased]: https://github.com/cucumber/cucumber-parent/compare/v4.1.0...main
[Unreleased]: https://github.com/cucumber/cucumber-parent/compare/v4.1.1...main
[4.1.1]: https://github.com/cucumber/cucumber-parent/compare/v4.1.0...main
[4.1.0]: https://github.com/cucumber/cucumber-parent/compare/v4.0.2...main
[4.0.2]: https://github.com/cucumber/cucumber-parent/compare/v4.0.1...main
[4.0.1]: https://github.com/cucumber/cucumber-parent/compare/v4.0.0...main
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>io.cucumber</groupId>
<artifactId>cucumber-parent</artifactId>
<version>4.1.1-SNAPSHOT</version>
<version>4.1.1</version>
<packaging>pom</packaging>
<name>Cucumber Parent</name>
<description>Common configuration for all Cucumber modules</description>
Expand All @@ -22,7 +22,7 @@
</developers>

<properties>
<project.build.outputTimestamp>1000000</project.build.outputTimestamp>
<project.build.outputTimestamp>1668433222</project.build.outputTimestamp>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<outputDirectory>${project.build.directory}</outputDirectory>
Expand Down Expand Up @@ -69,7 +69,7 @@
<connection>scm:git:git://github.com/cucumber/cucumber-parent.git</connection>
<developerConnection>scm:git:[email protected]:cucumber/cucumber-parent.git</developerConnection>
<url>git://github.com/cucumber/cucumber-parent.git</url>
<tag>HEAD</tag>
<tag>v4.1.1</tag>
</scm>

<!--
Expand Down

0 comments on commit f767ee7

Please sign in to comment.