Skip to content

Commit 70236cf

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent a550c30 commit 70236cf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<groupId>com.google.code.externalsortinginjava</groupId>
44
<artifactId>externalsortinginjava</artifactId>
55
<packaging>jar</packaging>
6-
<version>0.6.6</version>
6+
<version>0.6.7-SNAPSHOT</version>
77
<name>externalsortinginjava</name>
88
<url>http://github.com/lemire/externalsortinginjava/</url>
99
<description>Sometimes, you want to sort large file without first loading them into memory. The solution is to use External Sorting. You divide the files into small blocks, sort each block in RAM, and then merge the result.
@@ -218,7 +218,7 @@
218218
<connection>scm:git:https://github.com/lemire/externalsortinginjava.git</connection>
219219
<url>scm:git:https://github.com/lemire/externalsortinginjava.git</url>
220220
<developerConnection>scm:git:https://github.com/lemire/externalsortinginjava.git</developerConnection>
221-
<tag>externalsortinginjava-0.6.6</tag>
221+
<tag>HEAD</tag>
222222
</scm>
223223

224224
<distributionManagement>

0 commit comments

Comments
 (0)