This repository was archived by the owner on Oct 21, 2020. It is now read-only.
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" >
32 <modelVersion >4.0.0</modelVersion >
43 <groupId >com.github.java-diff-utils</groupId >
54 <artifactId >diffutils</artifactId >
109 <description >The DiffUtils library for computing diffs, applying patches, generationg side-by-side view in Java.</description >
1110 <url >https://github.com/wumpz/java-diff-utils</url >
1211 <inceptionYear >2009</inceptionYear >
12+ <!--
13+ to make a local release
1314 <parent>
1415 <groupId>org.sonatype.oss</groupId>
1516 <artifactId>oss-parent</artifactId>
1617 <version>9</version>
1718 </parent>
19+ -->
1820 <scm >
1921 <connection >scm:git:https://github.com/wumpz/java-diff-utils.git</connection >
2022 <developerConnection >scm:git:ssh://git@github.com:wumpz/java-diff-utils.git</developerConnection >
2123 <url >https://github.com/wumpz/java-diff-utils.git</url >
22- </scm >
24+ <tag >diffutils-2.0</tag >
25+ </scm >
2326
2427 <issueManagement >
2528 <system >GitHub Issues</system >
You can’t perform that action at this time.
0 commit comments