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 5d9500c commit a16bd76
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>junit-xml-formatter</artifactId>
<version>0.4.0</version>
<version>0.4.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>JUnit XML Formatter</name>
<description>Renders Cucumber Messages as JUnit XML</description>
<url>https://github.com/cucumber/junit-xml-formatter</url>

<properties>
<project.Automatic-Module-Name>io.cucumber.junitxmlformatter</project.Automatic-Module-Name>
<project.build.outputTimestamp>1712323884</project.build.outputTimestamp>
<project.build.outputTimestamp>1712323887</project.build.outputTimestamp>
</properties>

<scm>
<connection>scm:git:git://github.com/cucumber/junit-xml-formatter.git</connection>
<developerConnection>scm:git:git@github.com:cucumber/junit-xml-formatter.git</developerConnection>
<url>git://github.com/cucumber/junit-xml-formatter.git</url>
<tag>v0.4.0</tag>
<tag>HEAD</tag>
</scm>

<dependencyManagement>
Expand Down

0 comments on commit a16bd76

Please sign in to comment.