3 Commits

Author SHA1 Message Date
wumpz
244e7e7fd8 [maven-release-plugin] prepare release diffutils-2.2 2017-11-09 22:47:30 +01:00
wumpz
424cfcefd7 2017-11-09 22:45:47 +01:00
wumpz
15af24ac02 [maven-release-plugin] prepare for next development iteration 2017-11-09 22:38:40 +01:00

View File

@@ -3,7 +3,7 @@
<groupId>com.github.wumpz</groupId>
<artifactId>diffutils</artifactId>
<packaging>jar</packaging>
<version>2.1</version>
<version>2.2</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>diffutils-2.1</tag>
<tag>diffutils-2.2</tag>
</scm>
<issueManagement>
@@ -180,7 +180,6 @@
<localCheckout>true</localCheckout>
<pushChanges>false</pushChanges>
<mavenExecutorId>forked-path</mavenExecutorId>
<goals>install</goals>
</configuration>
</plugin>
<plugin>