Skip to content

Commit e8bbf09

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

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
@@ -9,22 +9,22 @@
99
</parent>
1010

1111
<artifactId>tag-expressions</artifactId>
12-
<version>6.1.1</version>
12+
<version>6.1.2-SNAPSHOT</version>
1313
<packaging>jar</packaging>
1414
<name>Cucumber Tag Expressions</name>
1515
<description>Parses boolean infix expressions</description>
1616
<url>https://github.com/cucumber/tag-expressions</url>
1717

1818
<properties>
19-
<project.build.outputTimestamp>1730116789</project.build.outputTimestamp>
19+
<project.build.outputTimestamp>1730116798</project.build.outputTimestamp>
2020
<project.Automatic-Module-Name>io.cucumber.tagexpressions</project.Automatic-Module-Name>
2121
</properties>
2222

2323
<scm>
2424
<connection>scm:git:git://github.com/cucumber/tag-expressions.git</connection>
2525
<developerConnection>scm:git:[email protected]:cucumber/tag-expressions.git</developerConnection>
2626
<url>git://github.com/cucumber/tag-expressions.git</url>
27-
<tag>v6.1.1</tag>
27+
<tag>HEAD</tag>
2828
</scm>
2929

3030

0 commit comments

Comments
 (0)