File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 1515 ~ along with this program. If not, see <http://www.gnu.org/licenses />.
1616 -->
1717
18- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
19- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
18+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2019 <modelVersion >4.0.0</modelVersion >
2120
2221 <parent >
2726 </parent >
2827
2928 <artifactId >smoothie-map</artifactId >
30- <version >1.0-SNAPSHOT </version >
29+ <version >1.0</version >
3130 <name >SmoothieMap</name >
3231 <description >SmoothieMap is a java.util.Map implementation with worst put(k, v) operation
3332 latencies more than 100 times smaller than in ordinary hash table implementations like
112111 <connection >scm:git:git@github.com:OpenHFT/SmoothieMap.git</connection >
113112 <developerConnection >scm:git:git@github.com:OpenHFT/SmoothieMap.git
114113 </developerConnection >
115- <tag >master </tag >
114+ <tag >smoothie-map-1.0 </tag >
116115 </scm >
117116
118117</project >
You can’t perform that action at this time.
0 commit comments