Skip to content

Commit 7276894

Browse files
committed
[maven-release-plugin] prepare release externalsortinginjava-0.1.10
1 parent 7cd5240 commit 7276894

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
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.1.10-SNAPSHOT</version>
6+
<version>0.1.10</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.
@@ -170,5 +170,6 @@ When we could not find such a simple program, we wrote one. </description>
170170
<connection>scm:git:[email protected]:lemire/externalsortinginjava.git</connection>
171171
<url>scm:git:[email protected]:lemire/externalsortinginjava.git</url>
172172
<developerConnection>scm:git:[email protected]:lemire/externalsortinginjava.git</developerConnection>
173+
<tag>externalsortinginjava-0.1.10</tag>
173174
</scm>
174175
</project>

0 commit comments

Comments
 (0)