Skip to content

Commit

Permalink
[maven-release-plugin] prepare release diffutils-3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wumpz committed Oct 18, 2018
1 parent b273da2 commit 5c33149
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
<groupId>com.github.wumpz</groupId>
<artifactId>diffutils</artifactId>
<packaging>jar</packaging>
<version>3.0-SNAPSHOT</version>
<version>3.0</version>
<name>java-diff-utils</name>
<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>
@@ -24,7 +24,7 @@
<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>
<url>https://github.com/wumpz/java-diff-utils.git</url>
<tag>HEAD</tag>
<tag>diffutils-3.0</tag>
</scm>

<issueManagement>

0 comments on commit 5c33149

Please sign in to comment.