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.5.0
  • Loading branch information
davidjgoss committed Nov 14, 2024
1 parent b0d3c0f commit bb6aef0
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>query</artifactId>
<version>13.0.0</version>
<version>13.0.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Cucumber Query</name>
<description>Query messages</description>
<url>https://github.com/cucumber/query</url>

<properties>
<project.Automatic-Module-Name>io.cucumber.query</project.Automatic-Module-Name>
<project.build.outputTimestamp>1731601827</project.build.outputTimestamp>
<project.build.outputTimestamp>1731601833</project.build.outputTimestamp>
</properties>

<scm>
<connection>scm:git:git://github.com/cucumber/query.git</connection>
<developerConnection>scm:git:git@github.com:cucumber/query.git</developerConnection>
<url>git://github.com/cucumber/query.git</url>
<tag>v13.0.0</tag>
<tag>HEAD</tag>
</scm>

<dependencyManagement>
Expand Down

0 comments on commit bb6aef0

Please sign in to comment.