Skip to content

Commit e5250d3

Browse files
committed
Merge branch 'master' of https://github.com/jenkinsci/docker-workflow-plugin into rm-volumes
2 parents 69a8f73 + dc466a8 commit e5250d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.jenkins-ci.plugins</groupId>
66
<artifactId>plugin</artifactId>
7-
<version>4.48</version>
7+
<version>4.49</version>
88
<relativePath />
99
</parent>
1010
<artifactId>docker-workflow</artifactId>
@@ -22,7 +22,7 @@
2222

2323
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
2424
<scm>
25-
<connection>scm:git:git://github.com/${gitHubRepo}.git</connection>
25+
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
2626
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
2727
<url>https://github.com/${gitHubRepo}</url>
2828
<tag>${scmTag}</tag>

0 commit comments

Comments
 (0)