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 4b4632f commit 896f364Copy full SHA for 896f364
pom.xml
@@ -26,7 +26,7 @@
26
27
<modelVersion>4.0.0</modelVersion>
28
<artifactId>zero-allocation-hashing</artifactId>
29
- <version>0.16-SNAPSHOT</version>
+ <version>0.16</version>
30
<name>Zero-allocation Hashing</name>
31
<description>Zero-allocation implementations of fast non-cryptographic hash functions
32
for byte sequences or blocks of memory</description>
@@ -304,7 +304,7 @@
304
<connection>scm:git:git@github.com:OpenHFT/zero-allocation-hashing.git</connection>
305
<developerConnection>scm:git:git@github.com:OpenHFT/zero-allocation-hashing.git
306
</developerConnection>
307
- <tag>master</tag>
+ <tag>zero-allocation-hashing-0.16</tag>
308
</scm>
309
310
<profiles>
0 commit comments