-
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Created-by: polyglot-release v1.3.2
- Loading branch information
Showing
7 changed files
with
13 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,22 +9,22 @@ | |
</parent> | ||
|
||
<artifactId>cucumber-expressions</artifactId> | ||
<version>17.0.1-SNAPSHOT</version> | ||
<version>17.0.1</version> | ||
<packaging>jar</packaging> | ||
<name>Cucumber Expressions</name> | ||
<description>Cucumber Expressions are simple patterns for matching Step Definitions with Gherkin steps</description> | ||
<url>https://github.com/cucumber/cucumber-expressions-java</url> | ||
|
||
<properties> | ||
<project.build.outputTimestamp>1696599372</project.build.outputTimestamp> | ||
<project.build.outputTimestamp>1700821957</project.build.outputTimestamp> | ||
<project.Automatic-Module-Name>io.cucumber.cucumberexpressions</project.Automatic-Module-Name> | ||
</properties> | ||
|
||
<scm> | ||
<connection>scm:git:git://github.com/cucumber/cucumber-expressions.git</connection> | ||
<developerConnection>scm:git:[email protected]:cucumber/cucumber-expressions.git</developerConnection> | ||
<url>git://github.com/cucumber/cucumber-expressions.git</url> | ||
<tag>HEAD</tag> | ||
<tag>v17.0.1</tag> | ||
</scm> | ||
|
||
<dependencyManagement> | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "cucumber-expressions" | ||
version = "17.0.0" | ||
version = "17.0.1" | ||
description = "Cucumber Expressions - a simpler alternative to Regular Expressions" | ||
authors = ["Jason Allen <[email protected]>"] | ||
license = "MIT" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
17.0.0 | ||
17.0.1 |