-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[maven-release-plugin] prepare for next development iteration
- Loading branch information
hft-team-city
committed
May 29, 2024
1 parent
7d2fa72
commit e73cb0d
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ | |
|
||
<modelVersion>4.0.0</modelVersion> | ||
<artifactId>zero-allocation-hashing</artifactId> | ||
<version>0.26ea0</version> | ||
<version>0.26ea1-SNAPSHOT</version> | ||
<name>Zero-allocation Hashing</name> | ||
<description>Zero-allocation implementations of fast non-cryptographic hash functions | ||
for byte sequences or blocks of memory</description> | ||
|
@@ -305,7 +305,7 @@ | |
<connection>scm:git:[email protected]:OpenHFT/zero-allocation-hashing.git</connection> | ||
<developerConnection>scm:git:[email protected]:OpenHFT/zero-allocation-hashing.git | ||
</developerConnection> | ||
<tag>zero-allocation-hashing-0.26ea0</tag> | ||
<tag>master</tag> | ||
</scm> | ||
|
||
<profiles> | ||
|