Skip to content

Commit 6478447

Browse files
committed
Reduce diffs to archetype
1 parent c4038ec commit 6478447

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
<groupId>org.jenkins-ci.plugins</groupId>
66
<artifactId>plugin</artifactId>
77
<version>5.24</version>
8-
<relativePath/>
8+
<relativePath />
99
</parent>
1010

1111
<artifactId>global-build-stats</artifactId>
1212
<version>${changelist}</version>
1313
<name>Jenkins global-build-stats plugin</name>
1414
<packaging>hpi</packaging>
15-
<url>https://github.com/jenkinsci/global-build-stats-plugin</url>
15+
<url>https://github.com/${gitHubRepo}</url>
1616

1717
<dependencies>
1818
<dependency>
@@ -61,9 +61,9 @@
6161
</properties>
6262

6363
<scm>
64-
<connection>scm:git:https://github.com/jenkinsci/global-build-stats-plugin.git</connection>
65-
<developerConnection>scm:git:git@github.com:jenkinsci/global-build-stats-plugin.git</developerConnection>
66-
<url>https://github.com/jenkinsci/global-build-stats-plugin</url>
64+
<connection>scm:git:https://github.com/${gitHubRepo}</connection>
65+
<developerConnection>scm:git:https://github.com/${gitHubRepo}</developerConnection>
66+
<url>https://github.com/${gitHubRepo}</url>
6767
<tag>${scmTag}</tag>
6868
</scm>
6969
</project>

0 commit comments

Comments
 (0)