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 67bf2ea commit 5708893Copy full SHA for 5708893
pom.xml
@@ -26,7 +26,7 @@
26
</parent>
27
28
<artifactId>smoothie-map</artifactId>
29
- <version>1.1-SNAPSHOT</version>
+ <version>1.1</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.1</tag>
116
</scm>
117
118
</project>
0 commit comments