Skip to content

Commit c56cabd

Browse files
committed
Prepare for the next development iteration
Created-by: polyglot-release v1.3.2
1 parent 651f08f commit c56cabd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

java/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,22 @@
88
<version>4.2.0</version>
99
</parent>
1010
<artifactId>messages</artifactId>
11-
<version>25.0.0</version>
11+
<version>25.0.1-SNAPSHOT</version>
1212
<packaging>jar</packaging>
1313
<name>Cucumber Messages</name>
1414
<description>JSON schema-based messages for Cucumber's inter-process communication</description>
1515
<url>https://github.com/cucumber/messages</url>
1616

1717
<properties>
1818
<project.Automatic-Module-Name>io.cucumber.messages</project.Automatic-Module-Name>
19-
<project.build.outputTimestamp>1718274202</project.build.outputTimestamp>
19+
<project.build.outputTimestamp>1718274205</project.build.outputTimestamp>
2020
</properties>
2121

2222
<scm>
2323
<connection>scm:git:git://github.com/cucumber/messages.git</connection>
2424
<developerConnection>scm:git:[email protected]:cucumber/messages.git</developerConnection>
2525
<url>git://github.com/cucumber/messages.git</url>
26-
<tag>v25.0.0</tag>
26+
<tag>HEAD</tag>
2727
</scm>
2828

2929
<dependencyManagement>

0 commit comments

Comments
 (0)