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

Commit 413e326

Browse files
committed
update groupId, url and scm to fork project
1 parent 52bb97b commit 413e326

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
33
<modelVersion>4.0.0</modelVersion>
4-
<groupId>com.googlecode.java-diff-utils</groupId>
4+
<groupId>jp.skypencil.java-diff-utils</groupId>
55
<artifactId>diffutils</artifactId>
66
<packaging>jar</packaging>
77
<version>1.4.0-SNAPSHOT</version>
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/eller86/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>
1818
<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>
19+
<connection>scm:git:git@github.com:eller86/java-diff-utils.git</connection>
20+
<developerConnection>scm:git:git@github.com:eller86/java-diff-utils.git</developerConnection>
21+
<url>git@github.com:eller86/java-diff-utils.git</url>
2222
</scm>
2323
<licenses>
2424
<license>

0 commit comments

Comments
 (0)