Skip to content

Commit

Permalink
Release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ntiss committed Nov 29, 2017
1 parent a9930de commit 8f3917d
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,12 @@

<!-- Assuming you want to host on @jenkinsci: -->
<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://ssh.github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
<developerConnection>scm:git:git@ssh.github.com:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
<tag>HEAD</tag>
</scm>



<repositories>
<repository>
<id>repo.jenkins-ci.org</id>
Expand Down

0 comments on commit 8f3917d

Please sign in to comment.