Skip to content

Commit

Permalink
Merge pull request #2 from jglick/indentation
Browse files Browse the repository at this point in the history
Fixing indentation in POM
  • Loading branch information
jglick authored May 23, 2022
2 parents 8fb8c55 + 18214f1 commit bab4aa8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.40</version>
<relativePath />
<relativePath/>
</parent>
<groupId>io.jenkins.plugins</groupId>
<artifactId>pipeline-groovy-lib</artifactId>
Expand All @@ -47,8 +47,8 @@
<connection>scm:git:git://github.com/${gitHubRepo}.git</connection>
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
<url>https://github.com/${gitHubRepo}</url>
<tag>${scmTag}</tag>
</scm>
<tag>${scmTag}</tag>
</scm>
<repositories>
<repository>
<id>repo.jenkins-ci.org</id>
Expand Down

0 comments on commit bab4aa8

Please sign in to comment.