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 0642da4 commit 028be37Copy full SHA for 028be37
1 file changed
pom.xml
@@ -16,7 +16,7 @@
16
17
<modelVersion>4.0.0</modelVersion>
18
<artifactId>zero-allocation-hashing</artifactId>
19
- <version>2026.0-SNAPSHOT</version>
+ <version>2026.0</version>
20
<name>Zero-allocation Hashing</name>
21
<description>Zero-allocation implementations of fast non-cryptographic hash functions
22
for byte sequences or blocks of memory</description>
@@ -282,7 +282,7 @@
282
<connection>scm:git:git@github.com:OpenHFT/zero-allocation-hashing.git</connection>
283
<developerConnection>scm:git:git@github.com:OpenHFT/zero-allocation-hashing.git
284
</developerConnection>
285
- <tag>master</tag>
+ <tag>zero-allocation-hashing-2026.0</tag>
286
</scm>
287
288
<profiles>
0 commit comments