Skip to content

Commit

Permalink
Prepare for the next development iteration
Browse files Browse the repository at this point in the history
Created-by: polyglot-release v1.3.2
  • Loading branch information
luke-hill committed Oct 13, 2023
1 parent c6c29dd commit c20fc4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,22 @@
</parent>

<artifactId>tag-expressions</artifactId>
<version>6.0.0</version>
<version>6.0.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Cucumber Tag Expressions</name>
<description>Parses boolean infix expressions</description>
<url>https://github.com/cucumber/tag-expressions</url>

<properties>
<project.build.outputTimestamp>1697202398</project.build.outputTimestamp>
<project.build.outputTimestamp>1697202402</project.build.outputTimestamp>
<project.Automatic-Module-Name>io.cucumber.tagexpressions</project.Automatic-Module-Name>
</properties>

<scm>
<connection>scm:git:git://github.com/cucumber/tag-expressions.git</connection>
<developerConnection>scm:git:[email protected]:cucumber/tag-expressions.git</developerConnection>
<url>git://github.com/cucumber/tag-expressions.git</url>
<tag>v6.0.0</tag>
<tag>HEAD</tag>
</scm>


Expand Down

0 comments on commit c20fc4c

Please sign in to comment.