Skip to content

Commit

Permalink
[maven-release-plugin] prepare release externalsortinginjava-0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lemire committed Apr 4, 2023
1 parent cfedbc6 commit d543c9a
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
Expand Up @@ -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.
Expand Down Expand Up @@ -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>

0 comments on commit d543c9a

Please sign in to comment.