We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 69a8f73 + dc466a8 commit e5250d3Copy full SHA for e5250d3
pom.xml
@@ -4,7 +4,7 @@
4
<parent>
5
<groupId>org.jenkins-ci.plugins</groupId>
6
<artifactId>plugin</artifactId>
7
- <version>4.48</version>
+ <version>4.49</version>
8
<relativePath />
9
</parent>
10
<artifactId>docker-workflow</artifactId>
@@ -22,7 +22,7 @@
22
23
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
24
<scm>
25
- <connection>scm:git:git://github.com/${gitHubRepo}.git</connection>
+ <connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
26
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
27
<url>https://github.com/${gitHubRepo}</url>
28
<tag>${scmTag}</tag>
0 commit comments