Skip to content

Commit 3e3a332

Browse files
4.0
1 parent 198ff4c commit 3e3a332

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

pom.xml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,13 @@
1111
~ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
1212
~ WARRANTIES OF ANY KIND, either express or implied. See the License for the
1313
~ specific language governing permissions and limitations under the License.
14-
-->
15-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
16-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
17-
http://maven.apache.org/maven-v4_0_0.xsd">
14+
--><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/maven-v4_0_0.xsd">
1815
<modelVersion>4.0.0</modelVersion>
1916

2017
<name>hazelcast-wm</name>
2118
<groupId>com.hazelcast</groupId>
2219
<artifactId>hazelcast-wm</artifactId>
23-
<version>3.8.4-SNAPSHOT</version>
20+
<version>4.0</version>
2421
<packaging>jar</packaging>
2522
<description>Hazelcast In-Memory DataGrid Web Module Plugin</description>
2623
<url>http://www.hazelcast.com/</url>
@@ -605,4 +602,4 @@
605602
</build>
606603
</profile>
607604
</profiles>
608-
</project>
605+
</project>

0 commit comments

Comments
 (0)