Skip to content

Commit

Permalink
4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
devOpsHazelcast committed Feb 6, 2020
1 parent 198ff4c commit 3e3a332
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,13 @@
~ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
~ WARRANTIES OF ANY KIND, either express or implied. See the License for the
~ specific language governing permissions and limitations under the License.
-->
<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">
--><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">
<modelVersion>4.0.0</modelVersion>

<name>hazelcast-wm</name>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast-wm</artifactId>
<version>3.8.4-SNAPSHOT</version>
<version>4.0</version>
<packaging>jar</packaging>
<description>Hazelcast In-Memory DataGrid Web Module Plugin</description>
<url>http://www.hazelcast.com/</url>
Expand Down Expand Up @@ -605,4 +602,4 @@
</build>
</profile>
</profiles>
</project>
</project>

0 comments on commit 3e3a332

Please sign in to comment.