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 ba3672a commit f12cecaCopy full SHA for f12ceca
pom.xml
@@ -26,7 +26,7 @@
26
</parent>
27
28
<artifactId>smoothie-map</artifactId>
29
- <version>1.3-SNAPSHOT</version>
+ <version>1.3</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
@@ -112,7 +112,7 @@
112
<connection>scm:git:git@github.com:OpenHFT/SmoothieMap.git</connection>
113
<developerConnection>scm:git:git@github.com:OpenHFT/SmoothieMap.git
114
</developerConnection>
115
- <tag>master</tag>
+ <tag>smoothie-map-1.3</tag>
116
</scm>
117
118
</project>
0 commit comments