Skip to content

Commit

Permalink
Update SCM URL
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Mar 27, 2022
1 parent b61512c commit 1189699
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,19 @@
<module>jrebel</module>
</modules>

<scm>
<connection>scm:git:https://github.com/jenkinsci/stapler.git</connection>
<developerConnection>scm:git:ssh://[email protected]/jenkinsci/stapler.git</developerConnection>
<scm child.scm.connection.inherit.append.path="false" child.scm.developerConnection.inherit.append.path="false" child.scm.url.inherit.append.path="false">
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
<tag>${scmTag}</tag>
<url>https://github.com/jenkinsci/stapler</url>
<url>https://github.com/${gitHubRepo}</url>
</scm>

<properties>
<changelist>999999-SNAPSHOT</changelist>
<scmTag>HEAD</scmTag>
<spotbugs.excludeFilterFile>${project.basedir}/../src/spotbugs/spotbugs-excludes.xml</spotbugs.excludeFilterFile>
<jetty.version>9.4.45.v20220203</jetty.version>
<gitHubRepo>jenkinsci/stapler</gitHubRepo>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 1189699

Please sign in to comment.