mirror of
https://github.com/java-diff-utils/java-diff-utils.git
synced 2026-03-13 10:11:17 +08:00
Compare commits
3 Commits
diffutils-
...
diffutils-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
244e7e7fd8 | ||
|
|
424cfcefd7 | ||
|
|
15af24ac02 |
5
pom.xml
5
pom.xml
@@ -3,7 +3,7 @@
|
|||||||
<groupId>com.github.wumpz</groupId>
|
<groupId>com.github.wumpz</groupId>
|
||||||
<artifactId>diffutils</artifactId>
|
<artifactId>diffutils</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<version>2.1</version>
|
<version>2.2</version>
|
||||||
<name>java-diff-utils</name>
|
<name>java-diff-utils</name>
|
||||||
<description>The DiffUtils library for computing diffs, applying patches, generationg side-by-side view in Java.</description>
|
<description>The DiffUtils library for computing diffs, applying patches, generationg side-by-side view in Java.</description>
|
||||||
<url>https://github.com/wumpz/java-diff-utils</url>
|
<url>https://github.com/wumpz/java-diff-utils</url>
|
||||||
@@ -24,7 +24,7 @@
|
|||||||
<connection>scm:git:https://github.com/wumpz/java-diff-utils.git</connection>
|
<connection>scm:git:https://github.com/wumpz/java-diff-utils.git</connection>
|
||||||
<developerConnection>scm:git:ssh://git@github.com:wumpz/java-diff-utils.git</developerConnection>
|
<developerConnection>scm:git:ssh://git@github.com:wumpz/java-diff-utils.git</developerConnection>
|
||||||
<url>https://github.com/wumpz/java-diff-utils.git</url>
|
<url>https://github.com/wumpz/java-diff-utils.git</url>
|
||||||
<tag>diffutils-2.1</tag>
|
<tag>diffutils-2.2</tag>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<issueManagement>
|
<issueManagement>
|
||||||
@@ -180,7 +180,6 @@
|
|||||||
<localCheckout>true</localCheckout>
|
<localCheckout>true</localCheckout>
|
||||||
<pushChanges>false</pushChanges>
|
<pushChanges>false</pushChanges>
|
||||||
<mavenExecutorId>forked-path</mavenExecutorId>
|
<mavenExecutorId>forked-path</mavenExecutorId>
|
||||||
<goals>install</goals>
|
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
|||||||
Reference in New Issue
Block a user