This repository was archived by the owner on Nov 12, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2
2
xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
3
3
<modelVersion >4.0.0</modelVersion >
4
- <groupId >com.googlecode .java-diff-utils</groupId >
4
+ <groupId >jp.skypencil .java-diff-utils</groupId >
5
5
<artifactId >diffutils</artifactId >
6
6
<packaging >jar</packaging >
7
7
<version >1.4.0-SNAPSHOT</version >
8
8
9
9
<name >java-diff-utils</name >
10
10
<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 >
12
12
<inceptionYear >2009</inceptionYear >
13
13
<parent >
14
14
<groupId >org.sonatype.oss</groupId >
15
15
<artifactId >oss-parent</artifactId >
16
16
<version >7</version >
17
17
</parent >
18
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 >
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 >
22
22
</scm >
23
23
<licenses >
24
24
<license >
You can’t perform that action at this time.
0 commit comments