Skip to content

Commit bab4aa8

Browse files
authored
Merge pull request #2 from jglick/indentation
Fixing indentation in POM
2 parents 8fb8c55 + 18214f1 commit bab4aa8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<groupId>org.jenkins-ci.plugins</groupId>
3030
<artifactId>plugin</artifactId>
3131
<version>4.40</version>
32-
<relativePath />
32+
<relativePath/>
3333
</parent>
3434
<groupId>io.jenkins.plugins</groupId>
3535
<artifactId>pipeline-groovy-lib</artifactId>
@@ -47,8 +47,8 @@
4747
<connection>scm:git:git://github.com/${gitHubRepo}.git</connection>
4848
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
4949
<url>https://github.com/${gitHubRepo}</url>
50-
<tag>${scmTag}</tag>
51-
</scm>
50+
<tag>${scmTag}</tag>
51+
</scm>
5252
<repositories>
5353
<repository>
5454
<id>repo.jenkins-ci.org</id>

0 commit comments

Comments
 (0)