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 3eec093 commit 9881d80Copy full SHA for 9881d80
pom.xml
@@ -26,7 +26,7 @@
26
27
<modelVersion>4.0.0</modelVersion>
28
<artifactId>zero-allocation-hashing</artifactId>
29
- <version>0.26.3-SNAPSHOT</version>
+ <version>0.26.3</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>
@@ -305,7 +305,7 @@
305
<connection>scm:git:git@github.com:OpenHFT/zero-allocation-hashing.git</connection>
306
<developerConnection>scm:git:git@github.com:OpenHFT/zero-allocation-hashing.git
307
</developerConnection>
308
- <tag>master</tag>
+ <tag>zero-allocation-hashing-0.26.3</tag>
309
</scm>
310
311
<profiles>
0 commit comments