Skip to content

Commit

Permalink
Fix scm connection url
Browse files Browse the repository at this point in the history
  • Loading branch information
bkaganyildiz committed Aug 9, 2017
1 parent f4ec77d commit f0cc51d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
</developer>
</developers>
<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://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
<developerConnection>scm:git@github.com:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
<tag>opsgenie-1.0</tag>
</scm>
Expand Down

0 comments on commit f0cc51d

Please sign in to comment.