This is an automated email from the ASF dual-hosted git repository.

solomax pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git


The following commit(s) were added to refs/heads/master by this push:
     new 3549481  no jira: hazelcast warning is eliminated
3549481 is described below

commit 35494812ef464cb62bfceb97b1f17d10af222201
Author: Maxim Solodovnik <solomax...@gmail.com>
AuthorDate: Fri Aug 13 09:54:25 2021 +0700

    no jira: hazelcast warning is eliminated
---
 openmeetings-web/src/main/webapp/WEB-INF/classes/hazelcast.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/openmeetings-web/src/main/webapp/WEB-INF/classes/hazelcast.xml 
b/openmeetings-web/src/main/webapp/WEB-INF/classes/hazelcast.xml
index a7b0ca2..4c3f21b 100644
--- a/openmeetings-web/src/main/webapp/WEB-INF/classes/hazelcast.xml
+++ b/openmeetings-web/src/main/webapp/WEB-INF/classes/hazelcast.xml
@@ -21,7 +21,7 @@
 <hazelcast
                xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
                xmlns="http://www.hazelcast.com/schema/config";
-               xsi:schemaLocation="http://www.hazelcast.com/schema/config 
http://www.hazelcast.com/schema/config/hazelcast-config-4.1.xsd";
+               xsi:schemaLocation="http://www.hazelcast.com/schema/config 
http://www.hazelcast.com/schema/config/hazelcast-config-4.2.xsd";
        >
        <map name="ONLINE_USERS_KEY">
                <near-cache>

Reply via email to