File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
1
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
3
2
<modelVersion >4.0.0</modelVersion >
4
3
<groupId >com.github.java-diff-utils</groupId >
5
4
<artifactId >diffutils</artifactId >
10
9
<description >The DiffUtils library for computing diffs, applying patches, generationg side-by-side view in Java.</description >
11
10
<url >https://github.com/wumpz/java-diff-utils</url >
12
11
<inceptionYear >2009</inceptionYear >
12
+ <!--
13
+ to make a local release
13
14
<parent>
14
15
<groupId>org.sonatype.oss</groupId>
15
16
<artifactId>oss-parent</artifactId>
16
17
<version>9</version>
17
18
</parent>
19
+ -->
18
20
<scm >
19
21
<connection >scm:git:https://github.com/wumpz/java-diff-utils.git</connection >
20
22
<developerConnection >scm:git:ssh://git@github.com:wumpz/java-diff-utils.git</developerConnection >
21
23
<url >https://github.com/wumpz/java-diff-utils.git</url >
22
- </scm >
24
+ <tag >diffutils-2.0</tag >
25
+ </scm >
23
26
24
27
<issueManagement >
25
28
<system >GitHub Issues</system >
You can’t perform that action at this time.
0 commit comments