Skip to content

Commit 5c33149

Browse files
committed
[maven-release-plugin] prepare release diffutils-3.0
1 parent b273da2 commit 5c33149

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<groupId>com.github.wumpz</groupId>
44
<artifactId>diffutils</artifactId>
55
<packaging>jar</packaging>
6-
<version>3.0-SNAPSHOT</version>
6+
<version>3.0</version>
77
<name>java-diff-utils</name>
88
<description>The DiffUtils library for computing diffs, applying patches, generationg side-by-side view in Java.</description>
99
<url>https://github.com/wumpz/java-diff-utils</url>
@@ -24,7 +24,7 @@
2424
<connection>scm:git:https://github.com/wumpz/java-diff-utils.git</connection>
2525
<developerConnection>scm:git:ssh://git@github.com:wumpz/java-diff-utils.git</developerConnection>
2626
<url>https://github.com/wumpz/java-diff-utils.git</url>
27-
<tag>HEAD</tag>
27+
<tag>diffutils-3.0</tag>
2828
</scm>
2929

3030
<issueManagement>

0 commit comments

Comments
 (0)