Skip to content

Commit

Permalink
[JENKINS-49830] Fixing the urls in the poms to be able to execute the…
Browse files Browse the repository at this point in the history
… PCT (#15)
  • Loading branch information
vilacides authored and James William Dumay committed Mar 1, 2018
1 parent 7a21192 commit e7a609b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -22,8 +22,8 @@
</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>
<connection>scm:git:https://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
<developerConnection>scm:git:https://github.com/jenkinsci/${project.artifactId}-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
<tag>HEAD</tag>
</scm>
Expand Down

0 comments on commit e7a609b

Please sign in to comment.