Skip to content

Commit 0e33aa2

Browse files
committed
Prepare for the next development iteration
Created-by: polyglot-release v1.1.0
1 parent 95800ec commit 0e33aa2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

java/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<version>3.0.0</version>
99
</parent>
1010
<artifactId>messages</artifactId>
11-
<version>19.1.4</version>
11+
<version>19.1.5-SNAPSHOT</version>
1212
<packaging>jar</packaging>
1313
<name>Cucumber Messages</name>
1414
<description>JSON schema-based messages for Cucumber's inter-process communication</description>
@@ -22,7 +22,7 @@
2222
<connection>scm:git:git://github.com/cucumber/messages-java.git</connection>
2323
<developerConnection>scm:git:[email protected]:cucumber/messages-java.git</developerConnection>
2424
<url>git://github.com/cucumber/messages-java.git</url>
25-
<tag>v19.1.4</tag>
25+
<tag>HEAD</tag>
2626
</scm>
2727

2828
<dependencyManagement>

0 commit comments

Comments
 (0)