Skip to content

Commit a5ee160

Browse files
authored
Merge pull request #23 from jenkinsci/update-git-scm-url
Use HTTPS instead of git
2 parents f46cd11 + 38051ba commit a5ee160

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
</developers>
3333

3434
<scm>
35-
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
36-
<developerConnection>scm:git:[email protected]:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
37-
<url>http://github.com/jenkinsci/${project.artifactId}-plugin</url>
35+
<connection>scm:git:https://github.com/jenkinsci/powershell-plugin.git</connection>
36+
<developerConnection>scm:git:[email protected]:jenkinsci/powershell-plugin.git</developerConnection>
37+
<url>http://github.com/jenkinsci/powershell-plugin</url>
3838
<tag>HEAD</tag>
3939
</scm>
4040

0 commit comments

Comments
 (0)