Skip to content

Commit

Permalink
Prepare release v3.0.0
Browse files Browse the repository at this point in the history
Created-by: polyglot-release v0.9.1
  • Loading branch information
mpkorstanje committed May 22, 2022
1 parent 5a8885f commit dfc9fb7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.0.0] - 2022-05-22

## [v2.3.0]
### Changed
- Updated various plugins

## v2.1.2

[Unreleased]: https://github.com/cucumber/cucumber-parent/compare/v2.3.0...main
[3.0.0]: https://github.com/cucumber/cucumber-parent/compare/v2.3.0...main
[v2.3.0]: https://github.com/cucumber/cucumber-parent/compare/v2.1.2...v2.3.0

4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>io.cucumber</groupId>
<artifactId>cucumber-parent</artifactId>
<version>2.3.3-SNAPSHOT</version>
<version>3.0.0</version>
<packaging>pom</packaging>
<name>Cucumber Parent</name>
<description>Common configuration for all Cucumber modules</description>
Expand Down Expand Up @@ -65,7 +65,7 @@
<connection>scm:git:git://github.com/cucumber/cucumber-parent.git</connection>
<developerConnection>scm:git:git@github.com:cucumber/cucumber-parent.git</developerConnection>
<url>git://github.com/cucumber/cucumber-parent.git</url>
<tag>HEAD</tag>
<tag>v3.0.0</tag>
</scm>

<!--
Expand Down

0 comments on commit dfc9fb7

Please sign in to comment.