-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepare for the next development iteration
Created-by: polyglot-release v1.3.2
- Loading branch information
1 parent
151e821
commit 89242b5
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,22 +9,22 @@ | |
</parent> | ||
|
||
<artifactId>junit-xml-formatter</artifactId> | ||
<version>0.2.1</version> | ||
<version>0.2.2-SNAPSHOT</version> | ||
<packaging>jar</packaging> | ||
<name>Cucumber JUnit XML Formatter</name> | ||
<description>Renders Cucumber Messages as JUnit XML</description> | ||
<url>https://github.com/cucumber/cucumber-junit-xml-formatter</url> | ||
|
||
<properties> | ||
<project.Automatic-Module-Name>io.cucumber.junitxmlformatter</project.Automatic-Module-Name> | ||
<project.build.outputTimestamp>1708025455</project.build.outputTimestamp> | ||
<project.build.outputTimestamp>1708025463</project.build.outputTimestamp> | ||
</properties> | ||
|
||
<scm> | ||
<connection>scm:git:git://github.com/cucumber/cucumber-junit-xml-formatter.git</connection> | ||
<developerConnection>scm:git:[email protected]:cucumber/cucumber-junit-xml-formatter.git</developerConnection> | ||
<url>git://github.com/cucumber/cucumber-junit-xml-formatter.git</url> | ||
<tag>v0.2.1</tag> | ||
<tag>HEAD</tag> | ||
</scm> | ||
|
||
<dependencyManagement> | ||
|