Skip to content
This repository was archived by the owner on Nov 12, 2019. It is now read-only.

Commit fc40fbd

Browse files
author
Dmitry Naumenko
committed
update scm details to use github
1 parent cb19bdb commit fc40fbd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@
88

99
<name>java-diff-utils</name>
1010
<description>The DiffUtils library for computing diffs, applying patches, generationg side-by-side view in Java.</description>
11-
<url>http://code.google.com/p/java-diff-utils/</url>
11+
<url>https://github.com/dnaumenko/java-diff-utils</url>
1212
<inceptionYear>2009</inceptionYear>
1313
<parent>
1414
<groupId>org.sonatype.oss</groupId>
1515
<artifactId>oss-parent</artifactId>
1616
<version>7</version>
1717
</parent>
18-
<scm>
19-
<connection>scm:svn:http://java-diff-utils.googlecode.com/svn/trunk/</connection>
20-
<developerConnection>scm:svn:https://java-diff-utils.googlecode.com/svn/trunk/</developerConnection>
21-
<url>http://code.google.com/p/java-diff-utils/source/browse/</url>
22-
</scm>
18+
<scm>
19+
<connection>scm:git:https://github.com/dnaumenko/java-diff-utils.git</connection>
20+
<url>https://github.com/dnaumenko/java-diff-utils</url>
21+
<developerConnection>scm:git:https://github.com/dnaumenko/java-diff-utils.git</developerConnection>
22+
</scm>
2323
<licenses>
2424
<license>
2525
<name>The Apache Software License, Version 2.0</name>

0 commit comments

Comments
 (0)