Skip to content

Commit

Permalink
Use https: for scm URL (#98)
Browse files Browse the repository at this point in the history
I am trying to add the `gitea` plugin to the plugin BOM. In order to do that, we need to modify the `scm.connection` to start with `scm:git:https` instead of just `https`.
  • Loading branch information
darinpope authored Jan 21, 2025
1 parent c6b5b90 commit 60def59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</licenses>

<scm>
<connection>https://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
<connection>scm:git:https://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
<developerConnection>scm:git:[email protected]:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
<tag>${scmTag}</tag>
Expand Down

0 comments on commit 60def59

Please sign in to comment.