We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ee7265 commit 4b52297Copy full SHA for 4b52297
java/pom.xml
@@ -8,7 +8,7 @@
8
<version>3.0.0</version>
9
</parent>
10
<artifactId>gherkin</artifactId>
11
- <version>25.0.0</version>
+ <version>25.0.1-SNAPSHOT</version>
12
<packaging>jar</packaging>
13
<name>Gherkin</name>
14
<description>Gherkin parser</description>
@@ -22,7 +22,7 @@
22
<connection>scm:git:git://github.com/cucumber/gherkin-java.git</connection>
23
<developerConnection>scm:git:[email protected]:cucumber/gherkin-java.git</developerConnection>
24
<url>git://github.com/cucumber/gherkin-java.git</url>
25
- <tag>v25.0.0</tag>
+ <tag>HEAD</tag>
26
</scm>
27
28
<dependencyManagement>
0 commit comments