We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0866ed9 commit be63199Copy full SHA for be63199
1 file changed
pom.xml
@@ -26,7 +26,7 @@
26
27
<modelVersion>4.0.0</modelVersion>
28
<artifactId>zero-allocation-hashing</artifactId>
29
- <version>0.6-SNAPSHOT</version>
+ <version>0.6</version>
30
<name>Zero-allocation Hashing</name>
31
<description>Zero-allocation, pretty fast implementations
32
of non-cryptographic hash functions for byte sequences or blocks of memory</description>
@@ -123,7 +123,7 @@
123
<connection>scm:git:git@github.com:OpenHFT/zero-allocation-hashing.git</connection>
124
<developerConnection>scm:git:git@github.com:OpenHFT/zero-allocation-hashing.git
125
</developerConnection>
126
- <tag>master</tag>
+ <tag>zero-allocation-hashing-0.6</tag>
127
</scm>
128
129
0 commit comments