Skip to content

Commit 07f4d02

Browse files
committed
Prepare for the next development iteration
Created-by: polyglot-release v1.9.0
1 parent 9689f90 commit 07f4d02

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
@@ -10,15 +10,15 @@
1010
</parent>
1111

1212
<artifactId>cucumber-messages-cli</artifactId>
13-
<version>0.0.1</version>
13+
<version>0.0.2-SNAPSHOT</version>
1414
<packaging>jar</packaging>
1515
<name>Cucumber Messages CLI</name>
1616
<description>A commandline interface to work with Cucumber Messages</description>
1717
<url>https://github.com/cucumber/messages-cli</url>
1818

1919
<properties>
2020
<java.version>21</java.version>
21-
<project.build.outputTimestamp>1765418775</project.build.outputTimestamp>
21+
<project.build.outputTimestamp>1765418779</project.build.outputTimestamp>
2222
<project.Automatic-Module-Name>io.cucumber.messages.cli</project.Automatic-Module-Name>
2323

2424
<cucumber-json-formatter.version>0.3.2</cucumber-json-formatter.version>
@@ -35,7 +35,7 @@
3535
<connection>scm:git:git://github.com/cucumber/messages-cli.git</connection>
3636
<developerConnection>scm:git:[email protected]:cucumber/messages-cli.git</developerConnection>
3737
<url>git://github.com/cucumber/messages-cli.git</url>
38-
<tag>v0.0.1</tag>
38+
<tag>HEAD</tag>
3939
</scm>
4040

4141
<dependencyManagement>

0 commit comments

Comments
 (0)