Skip to content

Commit

Permalink
Merge pull request #411 from jenkinsci/bitwiseman-patch-2
Browse files Browse the repository at this point in the history
Update pom.xml with gitHubRepo property
  • Loading branch information
bitwiseman committed Apr 19, 2021
2 parents 6e9582d + bef3fbb commit 523fad3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,17 @@
<properties>
<revision>2.10.3</revision>
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
<hpi.compatibleSinceVersion>2.2.0</hpi.compatibleSinceVersion>
<java.level>8</java.level>
<jenkins.version>2.277.1</jenkins.version>
<useBeta>true</useBeta>
</properties>

<scm>
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
<developerConnection>scm:git:git@github.com:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
<connection>scm:git:git://github.com/${gitHubRepo}.git</connection>
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
<url>https://github.com/${gitHubRepo}</url>
<tag>${scmTag}</tag>
</scm>
<dependencies>
Expand Down

0 comments on commit 523fad3

Please sign in to comment.