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
mpkorstanje committed Apr 5, 2024
1 parent 52cc17f commit c6ca050
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>testng-xml-formatter</artifactId>
<version>0.1.0</version>
<version>0.1.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>TestNG XML Formatter</name>
<description>Renders Cucumber Messages as TestNG XML</description>
<url>https://github.com/cucumber/testng-xml-formatter</url>

<properties>
<project.Automatic-Module-Name>io.cucumber.testngxmlformatter</project.Automatic-Module-Name>
<project.build.outputTimestamp>1712324237</project.build.outputTimestamp>
<project.build.outputTimestamp>1712324239</project.build.outputTimestamp>
</properties>

<scm>
<connection>scm:git:git://github.com/cucumber/testng-xml-formatter.git</connection>
<developerConnection>scm:git:[email protected]:cucumber/testng-xml-formatter.git</developerConnection>
<url>git://github.com/cucumber/testng-xml-formatter.git</url>
<tag>v0.1.0</tag>
<tag>HEAD</tag>
</scm>

<dependencyManagement>
Expand Down

0 comments on commit c6ca050

Please sign in to comment.