Skip to content

Commit d96c1cb

Browse files
committed
Prepare for the next development iteration
Created-by: polyglot-release v1.5.0
1 parent c07ce86 commit d96c1cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

java/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,22 @@
88
<version>4.2.0</version>
99
</parent>
1010
<artifactId>gherkin</artifactId>
11-
<version>30.0.0</version>
11+
<version>30.0.1-SNAPSHOT</version>
1212
<packaging>jar</packaging>
1313
<name>Gherkin</name>
1414
<description>Gherkin parser</description>
1515
<url>https://github.com/cucumber/gherkin</url>
1616

1717
<properties>
18-
<project.build.outputTimestamp>1729755106</project.build.outputTimestamp>
18+
<project.build.outputTimestamp>1729755133</project.build.outputTimestamp>
1919
<project.Automatic-Module-Name>io.cucumber.gherkin</project.Automatic-Module-Name>
2020
</properties>
2121

2222
<scm>
2323
<connection>scm:git:git://github.com/cucumber/gherkin.git</connection>
2424
<developerConnection>scm:git:git@github.com:cucumber/gherkin.git</developerConnection>
2525
<url>git://github.com/cucumber/gherkin.git</url>
26-
<tag>v30.0.0</tag>
26+
<tag>HEAD</tag>
2727
</scm>
2828

2929
<dependencyManagement>

0 commit comments

Comments
 (0)