We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 240b3d5 commit cc962cfCopy full SHA for cc962cf
pom.xml
@@ -17,7 +17,7 @@
17
<name>hazelcast-wm</name>
18
<groupId>com.hazelcast</groupId>
19
<artifactId>hazelcast-wm</artifactId>
20
- <version>5.0-SNAPSHOT</version>
+ <version>5.0</version>
21
<packaging>jar</packaging>
22
<description>Hazelcast In-Memory DataGrid Web Module Plugin</description>
23
<url>http://www.hazelcast.com/</url>
@@ -73,7 +73,7 @@
73
<connection>scm:git:git://github.com/hazelcast/hazelcast-wm.git</connection>
74
<developerConnection>scm:git:git@github.com:hazelcast/hazelcast-wm.git</developerConnection>
75
<url>https://github.com/hazelcast/hazelcast/</url>
76
- <tag>HEAD</tag>
+ <tag>v5.0</tag>
77
</scm>
78
<developers>
79
<developer>
0 commit comments