-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[maven-release-plugin] prepare release externalsortinginjava-0.6.2
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
<groupId>com.google.code.externalsortinginjava</groupId> | ||
<artifactId>externalsortinginjava</artifactId> | ||
<packaging>jar</packaging> | ||
<version>0.6.2-SNAPSHOT</version> | ||
<version>0.6.2</version> | ||
<name>externalsortinginjava</name> | ||
<url>http://github.com/lemire/externalsortinginjava/</url> | ||
<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. | ||
|
@@ -211,6 +211,6 @@ | |
<connection>scm:git:[email protected]:lemire/externalsortinginjava.git</connection> | ||
<url>scm:git:[email protected]:lemire/externalsortinginjava.git</url> | ||
<developerConnection>scm:git:[email protected]:lemire/externalsortinginjava.git</developerConnection> | ||
<tag>HEAD</tag> | ||
<tag>externalsortinginjava-0.6.2</tag> | ||
</scm> | ||
</project> |