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 b273da2 commit 5c33149Copy full SHA for 5c33149
pom.xml
@@ -3,7 +3,7 @@
3
<groupId>com.github.wumpz</groupId>
4
<artifactId>diffutils</artifactId>
5
<packaging>jar</packaging>
6
- <version>3.0-SNAPSHOT</version>
+ <version>3.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/wumpz/java-diff-utils</url>
@@ -24,7 +24,7 @@
24
<connection>scm:git:https://github.com/wumpz/java-diff-utils.git</connection>
25
<developerConnection>scm:git:ssh://git@github.com:wumpz/java-diff-utils.git</developerConnection>
26
<url>https://github.com/wumpz/java-diff-utils.git</url>
27
- <tag>HEAD</tag>
+ <tag>diffutils-3.0</tag>
28
</scm>
29
30
<issueManagement>
0 commit comments