Skip to content

Commit 9ba44eb

Browse files
authored
Fix SCM urls (#13)
1 parent 792f947 commit 9ba44eb

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,10 +32,10 @@ limitations under the License.
3232
<description>A collection of various utility classes to ease working with XML.</description>
3333

3434
<scm>
35-
<connection>scm:git:git@github.com:codehaus-plexus/plexus-xml.git</connection>
36-
<developerConnection>scm:git:git@github.com:codehaus-plexus/plexus-xml.git</developerConnection>
37-
<url>http://github.com/codehaus-plexus/plexus-xml</url>
35+
<connection>scm:git:https://github.com/codehaus-plexus/plexus-xml.git</connection>
36+
<developerConnection>${project.scm.connection}</developerConnection>
3837
<tag>master</tag>
38+
<url>https://github.com/codehaus-plexus/plexus-xml/tree/master/</url>
3939
</scm>
4040
<issueManagement>
4141
<system>github</system>

0 commit comments

Comments
 (0)