We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fe80bd commit 4bab820Copy full SHA for 4bab820
pom.xml
@@ -3,7 +3,7 @@
3
<groupId>io.github.java-diff-utils</groupId>
4
<artifactId>java-diff-utils</artifactId>
5
<packaging>jar</packaging>
6
- <version>4.0-SNAPSHOT</version>
+ <version>4.0</version>
7
<name>java-diff-utils</name>
8
<description>The DiffUtils library for computing diffs, applying patches, generationg side-by-side view in Java.</description>
9
<url>https://github.com/java-diff-utils/java-diff-utils</url>
@@ -24,7 +24,7 @@
24
<connection>scm:git:https://github.com/java-diff-utils/java-diff-utils.git</connection>
25
<developerConnection>scm:git:ssh://git@github.com:java-diff-utils/java-diff-utils.git</developerConnection>
26
<url>https://github.com/java-diff-utils/java-diff-utils.git</url>
27
- <tag>HEAD</tag>
+ <tag>java-diff-utils-4.0</tag>
28
</scm>
29
30
<issueManagement>
0 commit comments