We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03cb4f7 commit f3b641dCopy full SHA for f3b641d
pom.xml
@@ -26,7 +26,7 @@
26
27
<modelVersion>4.0.0</modelVersion>
28
<artifactId>zero-allocation-hashing</artifactId>
29
- <version>0.4-SNAPSHOT</version>
+ <version>0.4</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>
@@ -90,7 +90,7 @@
90
<connection>scm:git:git@github.com:OpenHFT/zero-allocation-hashing.git</connection>
91
<developerConnection>scm:git:git@github.com:OpenHFT/zero-allocation-hashing.git
92
</developerConnection>
93
- <tag>master</tag>
+ <tag>zero-allocation-hashing-0.4</tag>
94
</scm>
95
96
0 commit comments