Skip to content

Commit 0170afc

Browse files
authored
Merge pull request #74 from nhojpatrick/scm-use-https-protocol
Pom scm only
2 parents c708bd6 + 86f3709 commit 0170afc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,9 +268,8 @@
268268
</pluginRepositories>
269269

270270
<scm>
271-
<connection>scm:git:ssh://github.com/jenkinsci/gogs-webhook-plugin.git</connection>
271+
<connection>scm:git:https://github.com/jenkinsci/gogs-webhook-plugin.git</connection>
272272
<developerConnection>scm:git:ssh://git@github.com/jenkinsci/gogs-webhook-plugin.git</developerConnection>
273273
<url>https://github.com/jenkinsci/gogs-webhook-plugin</url>
274-
<tag>gogs-webhook-1.0.1</tag>
275274
</scm>
276275
</project>

0 commit comments

Comments
 (0)