Skip to content

Commit 385ab61

Browse files
committed
[maven-release-plugin] prepare release smoothie-map-1.0
1 parent 6e8ea71 commit 385ab61

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
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>
@@ -27,7 +26,7 @@
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
@@ -112,7 +111,7 @@
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>

0 commit comments

Comments
 (0)