Skip to content

Commit 4dd22de

Browse files
committedFeb 2, 2025
Prepare for the next development iteration
Created-by: polyglot-release v1.6.0
1 parent d1556f7 commit 4dd22de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎java/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,22 @@
99
</parent>
1010

1111
<artifactId>testng-xml-formatter</artifactId>
12-
<version>0.3.1</version>
12+
<version>0.3.2-SNAPSHOT</version>
1313
<packaging>jar</packaging>
1414
<name>TestNG XML Formatter</name>
1515
<description>Renders Cucumber Messages as TestNG XML</description>
1616
<url>https://github.com/cucumber/testng-xml-formatter</url>
1717

1818
<properties>
1919
<project.Automatic-Module-Name>io.cucumber.testngxmlformatter</project.Automatic-Module-Name>
20-
<project.build.outputTimestamp>1738522537</project.build.outputTimestamp>
20+
<project.build.outputTimestamp>1738522540</project.build.outputTimestamp>
2121
</properties>
2222

2323
<scm>
2424
<connection>scm:git:git://github.com/cucumber/testng-xml-formatter.git</connection>
2525
<developerConnection>scm:git:git@github.com:cucumber/testng-xml-formatter.git</developerConnection>
2626
<url>git://github.com/cucumber/testng-xml-formatter.git</url>
27-
<tag>v0.3.1</tag>
27+
<tag>HEAD</tag>
2828
</scm>
2929

3030
<dependencyManagement>

0 commit comments

Comments
 (0)