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 1eb96d6 commit 9dd73b9Copy full SHA for 9dd73b9
pom.xml
@@ -26,7 +26,7 @@
26
</parent>
27
28
<artifactId>smoothie-map</artifactId>
29
- <version>1.2-SNAPSHOT</version>
+ <version>1.2</version>
30
<name>SmoothieMap</name>
31
<description>SmoothieMap is a java.util.Map implementation with worst put(k, v) operation
32
latencies more than 100 times smaller than in ordinary hash table implementations like
@@ -106,7 +106,7 @@
106
<connection>scm:git:git@github.com:OpenHFT/SmoothieMap.git</connection>
107
<developerConnection>scm:git:git@github.com:OpenHFT/SmoothieMap.git
108
</developerConnection>
109
- <tag>master</tag>
+ <tag>smoothie-map-1.2</tag>
110
</scm>
111
112
</project>
0 commit comments