Skip to content

Commit fbe97f0

Browse files
committed
Rename repository to junit-xml-formatter
This is consistent with the * html-formatter * the artifact name and avoids the stutter in the fully qualified name.
1 parent e48870b commit fbe97f0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

java/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@
1111
<artifactId>junit-xml-formatter</artifactId>
1212
<version>0.3.1-SNAPSHOT</version>
1313
<packaging>jar</packaging>
14-
<name>Cucumber JUnit XML Formatter</name>
14+
<name>JUnit XML Formatter</name>
1515
<description>Renders Cucumber Messages as JUnit XML</description>
16-
<url>https://github.com/cucumber/cucumber-junit-xml-formatter</url>
16+
<url>https://github.com/cucumber/junit-xml-formatter</url>
1717

1818
<properties>
1919
<project.Automatic-Module-Name>io.cucumber.junitxmlformatter</project.Automatic-Module-Name>
2020
<project.build.outputTimestamp>1711217894</project.build.outputTimestamp>
2121
</properties>
2222

2323
<scm>
24-
<connection>scm:git:git://github.com/cucumber/cucumber-junit-xml-formatter.git</connection>
25-
<developerConnection>scm:git:[email protected]:cucumber/cucumber-junit-xml-formatter.git</developerConnection>
26-
<url>git://github.com/cucumber/cucumber-junit-xml-formatter.git</url>
24+
<connection>scm:git:git://github.com/cucumber/junit-xml-formatter.git</connection>
25+
<developerConnection>scm:git:[email protected]:cucumber/junit-xml-formatter.git</developerConnection>
26+
<url>git://github.com/cucumber/junit-xml-formatter.git</url>
2727
<tag>HEAD</tag>
2828
</scm>
2929

0 commit comments

Comments
 (0)