Skip to content

Commit e9cc0c0

Browse files
committed
(doc) switch scm url to https
1 parent 3c1bfc4 commit e9cc0c0

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
@@ -14,8 +14,8 @@
1414
<name>Plexus Archiver Component</name>
1515

1616
<scm>
17-
<connection>scm:git:git@github.com:codehaus-plexus/plexus-archiver.git</connection>
18-
<developerConnection>scm:git:git@github.com:codehaus-plexus/plexus-archiver.git</developerConnection>
17+
<connection>scm:git:https://github.com/codehaus-plexus/plexus-archiver.git</connection>
18+
<developerConnection>scm:git:https://github.com/codehaus-plexus/plexus-archiver.git</developerConnection>
1919
<url>http://github.com/codehaus-plexus/plexus-archiver/tree/${project.scm.tag}/</url>
2020
<tag>master</tag>
2121
</scm>

0 commit comments

Comments
 (0)