Skip to content

Commit 1c11038

Browse files
committed
Prepare for the next development iteration
Created-by: polyglot-release v1.9.0
1 parent 47eab87 commit 1c11038

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

java/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,22 @@
99
</parent>
1010

1111
<artifactId>messages-ndjson</artifactId>
12-
<version>0.1.0</version>
12+
<version>0.1.1-SNAPSHOT</version>
1313
<packaging>jar</packaging>
1414
<name>Messages Json</name>
1515
<description>Serialize and deserialize Cucumber Messages to and from JSON</description>
1616
<url>https://github.com/cucumber/messages-ndjson</url>
1717

1818
<properties>
1919
<project.Automatic-Module-Name>io.cucumber.messagesn.ndjson</project.Automatic-Module-Name>
20-
<project.build.outputTimestamp>1768235097</project.build.outputTimestamp>
20+
<project.build.outputTimestamp>1768235101</project.build.outputTimestamp>
2121
</properties>
2222

2323
<scm>
2424
<connection>scm:git:git://github.com/cucumber/messages-ndjson.git</connection>
2525
<developerConnection>scm:git:git@github.com:cucumber/messages-ndjson.git</developerConnection>
2626
<url>git://github.com/cucumber/messages-ndjson.git</url>
27-
<tag>v0.1.0</tag>
27+
<tag>HEAD</tag>
2828
</scm>
2929

3030
<dependencyManagement>

0 commit comments

Comments
 (0)