Apache Unomi 2.3.0 Release website update
diff --git a/pom.xml b/pom.xml
index 15d06d1..79e72e6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,12 +46,12 @@
     </repositories>
 
     <properties>
-        <latest.stable.version>2.2.0</latest.stable.version>
-        <next.stable.version>2.3.0</next.stable.version>
-        <next.development.version>2.3.0-SNAPSHOT</next.development.version>
-        <latest.development.version>2.3.0-SNAPSHOT</latest.development.version>
-        <branch.version>2.2.x</branch.version>
-        <doc.version>2_2_x</doc.version>
+        <latest.stable.version>2.3.0</latest.stable.version>
+        <next.stable.version>2.4.0</next.stable.version>
+        <next.development.version>2.4.0-SNAPSHOT</next.development.version>
+        <latest.development.version>2.4.0-SNAPSHOT</latest.development.version>
+        <branch.version>2.3.x</branch.version>
+        <doc.version>2_3_x</doc.version>
     </properties>
 
 
diff --git a/src/main/webapp/documentation.html b/src/main/webapp/documentation.html
index 95513a7..1aa727a 100644
--- a/src/main/webapp/documentation.html
+++ b/src/main/webapp/documentation.html
@@ -13,15 +13,15 @@
           <div class="card flex-md-row mb-4 box-shadow h-md-250">
             <div class="card-body d-flex flex-column align-items-start">
               <strong class="d-inline-block mb-2 text-success"><i class="fas fa-circle"></i> Stable</strong>
-              <h3 class="mb-0 text-dark">Unomi <span class="text-muted">2.2.x</span></h3>
+              <h3 class="mb-0 text-dark">Unomi <span class="text-muted">2.3.x</span></h3>
               <p class="card-text">
-                <a href="manual/2_2_x/index.html">online</a><br>
-                <a target="_blank" href="https://dist.apache.org/repos/dist/release/unomi/2.2.0/unomi-manual-2_2_x.zip">html (zipped)</a>
-                [ <a target="_blank" href="https://dist.apache.org/repos/dist/release/unomi/2.2.0/unomi-manual-2_2_x.zip.asc">PGP</a> |
-                <a target="_blank" href="https://dist.apache.org/repos/dist/release/unomi/2.2.0/unomi-manual-2_2_x.zip.sha512">SHA512</a> ]<br>
-                <a target="_blank" href="https://dist.apache.org/repos/dist/release/unomi/2.2.0/unomi-manual-2_2_x.pdf">pdf</a>
-                [ <a target="_blank" href="https://dist.apache.org/repos/dist/release/unomi/2.2.0/unomi-manual-2_2_x.pdf.asc">PGP</a> |
-                <a target="_blank" href="https://dist.apache.org/repos/dist/release/unomi/2.2.0/unomi-manual-2_2_x.pdf.sha512">SHA512</a> ]
+                <a href="manual/2_3_x/index.html">online</a><br>
+                <a target="_blank" href="https://dist.apache.org/repos/dist/release/unomi/2.3.0/unomi-manual-2_3_x.zip">html (zipped)</a>
+                [ <a target="_blank" href="https://dist.apache.org/repos/dist/release/unomi/2.3.0/unomi-manual-2_3_x.zip.asc">PGP</a> |
+                <a target="_blank" href="https://dist.apache.org/repos/dist/release/unomi/2.3.0/unomi-manual-2_3_x.zip.sha512">SHA512</a> ]<br>
+                <a target="_blank" href="https://dist.apache.org/repos/dist/release/unomi/2.3.0/unomi-manual-2_3_x.pdf">pdf</a>
+                [ <a target="_blank" href="https://dist.apache.org/repos/dist/release/unomi/2.3.0/unomi-manual-2_3_x.pdf.asc">PGP</a> |
+                <a target="_blank" href="https://dist.apache.org/repos/dist/release/unomi/2.3.0/unomi-manual-2_3_x.pdf.sha512">SHA512</a> ]
                 -->
               </p>
             </div>
@@ -48,6 +48,22 @@
           <div class="card flex-md-row mb-4 box-shadow h-md-250">
             <div class="card-body d-flex flex-column align-items-start">
               <strong class="d-inline-block mb-2 text-info"><i class="fas fa-circle"></i> Archive</strong>
+              <h3 class="mb-0 text-dark">Unomi <span class="text-muted">2.2.x</span></h3>
+              <p class="card-text">
+                <a target="_blank" href="https://archive.apache.org/dist/unomi/2.2.0/unomi-manual-2_2_x.zip">html (zipped)</a>
+                [ <a target="_blank" href="https://archive.apache.org/dist/unomi/2.2.0/unomi-manual-2_2_x.zip.asc">PGP</a> |
+                <a target="_blank" href="https://archive.apache.org/dist/unomi/2.2.0/unomi-manual-2_2_x.zip.sha512">SHA512</a> ]<br>
+                <a target="_blank" href="https://archive.apache.org/dist/unomi/2.2.0/unomi-manual-2_2_x.pdf">pdf</a>
+                [ <a target="_blank" href="https://archive.apache.org/dist/unomi/2.2.0/unomi-manual-2_2_x.pdf.asc">PGP</a> |
+                <a target="_blank" href="https://archive.apache.org/dist/unomi/2.2.0/unomi-manual-2_2_x.pdf.sha512">SHA512</a> ]
+              </p>
+            </div>
+          </div>
+        </div>
+        <div class="col-md-4">
+          <div class="card flex-md-row mb-4 box-shadow h-md-250">
+            <div class="card-body d-flex flex-column align-items-start">
+              <strong class="d-inline-block mb-2 text-info"><i class="fas fa-circle"></i> Archive</strong>
               <h3 class="mb-0 text-dark">Unomi <span class="text-muted">2.1.x</span></h3>
               <p class="card-text">
                 <a target="_blank" href="https://archive.apache.org/dist/unomi/2.1.0/unomi-manual-2_1_x.zip">html (zipped)</a>
diff --git a/src/main/webapp/download.html b/src/main/webapp/download.html
index 1ba5c6e..d32ea46 100644
--- a/src/main/webapp/download.html
+++ b/src/main/webapp/download.html
@@ -11,24 +11,24 @@
           <div class="card flex-md-row mb-2 box-shadow h-md-250">
             <div class="card-body d-flex flex-column align-items-start">
               <strong class="d-inline-block mb-2 text-success"><i class="fas fa-circle"></i> Latest release</strong>
-              <h3 class="mb-0 text-dark">Unomi <span class="text-muted">2.2.0</span></h3>
+              <h3 class="mb-0 text-dark">Unomi <span class="text-muted">2.3.0</span></h3>
               <div class="mb-1 text-muted">April 4th, 2023</div>
               <p class="card-text mb-auto">
                 Binary Distribution :
-                  <a target="_blank" href="https://www.apache.org/dyn/closer.lua/unomi/2.2.0/unomi-2.2.0-bin.tar.gz">tar.gz</a>
-                  [<a target="_blank" href="https://www.apache.org/dist/unomi/2.2.0/unomi-2.2.0-bin.tar.gz.asc">PGP</a>]
-                  [<a target="_blank" href="https://www.apache.org/dist/unomi/2.2.0/unomi-2.2.0-bin.tar.gz.sha512">SHA512</a>] -
-                  <a target="_blank" href="https://www.apache.org/dyn/closer.lua/unomi/2.2.0/unomi-2.2.0-bin.zip">zip</a>
-                  [<a target="_blank" href="https://www.apache.org/dist/unomi/2.2.0/unomi-2.2.0-bin.zip.asc">PGP</a>]
-                  [<a target="_blank" href="https://www.apache.org/dist/unomi/2.2.0/unomi-2.2.0-bin.zip.sha512">SHA512</a>]
+                  <a target="_blank" href="https://www.apache.org/dyn/closer.lua/unomi/2.3.0/unomi-2.3.0-bin.tar.gz">tar.gz</a>
+                  [<a target="_blank" href="https://www.apache.org/dist/unomi/2.3.0/unomi-2.3.0-bin.tar.gz.asc">PGP</a>]
+                  [<a target="_blank" href="https://www.apache.org/dist/unomi/2.3.0/unomi-2.3.0-bin.tar.gz.sha512">SHA512</a>] -
+                  <a target="_blank" href="https://www.apache.org/dyn/closer.lua/unomi/2.3.0/unomi-2.3.0-bin.zip">zip</a>
+                  [<a target="_blank" href="https://www.apache.org/dist/unomi/2.3.0/unomi-2.3.0-bin.zip.asc">PGP</a>]
+                  [<a target="_blank" href="https://www.apache.org/dist/unomi/2.3.0/unomi-2.3.0-bin.zip.sha512">SHA512</a>]
               </p>
               <p class="card-text mb-auto">
                 Source Distribution :
-                  <a target="_blank" href="https://www.apache.org/dyn/closer.lua/unomi/2.2.0/unomi-2.2.0-src.zip">zip</a>
-                  [<a target="_blank" href="https://www.apache.org/dist/unomi/2.2.0/unomi-2.2.0-src.zip.asc">PGP</a>]
-                  [<a target="_blank" href="https://www.apache.org/dist/unomi/2.2.0/unomi-2.2.0-src.zip.sha512">SHA512</a>]
+                  <a target="_blank" href="https://www.apache.org/dyn/closer.lua/unomi/2.3.0/unomi-2.3.0-src.zip">zip</a>
+                  [<a target="_blank" href="https://www.apache.org/dist/unomi/2.3.0/unomi-2.3.0-src.zip.asc">PGP</a>]
+                  [<a target="_blank" href="https://www.apache.org/dist/unomi/2.3.0/unomi-2.3.0-src.zip.sha512">SHA512</a>]
               </p>
-            <a class="btn btn-outline-dark mt-3" href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12319220&version=12352514" role="button" target="_blank">Release notes &raquo;</a>
+            <a class="btn btn-outline-dark mt-3" href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12319220&version=12352651" role="button" target="_blank">Release notes &raquo;</a>
             </div>
           </div>
         </div>
@@ -120,6 +120,33 @@
                 </thead>
                   <tbody>
                   <tr>
+                      <td>2.2.0</td>
+                      <td><a target="_blank"
+                             href="https://archive.apache.org/dist/unomi/2.2.0/unomi-2.2.0-bin.tar.gz">tar.gz</a>
+                          [<a target="_blank"
+                              href="https://archive.apache.org/dist/unomi/2.2.0/unomi-2.2.0-bin.tar.gz.asc">PGP</a>]
+                          [<a target="_blank"
+                              href="https://archive.apache.org/dist/unomi/2.2.0/unomi-2.2.0-bin.tar.gz.sha512">SHA512</a>]<br>
+                          <a target="_blank"
+                             href="https://archive.apache.org/dist/unomi/2.2.0/unomi-2.2.0-bin.zip">zip</a>
+                          [<a target="_blank"
+                              href="https://archive.apache.org/dist/unomi/2.2.0/unomi-2.2.0-bin.zip.asc">PGP</a>]
+                          [<a target="_blank"
+                              href="https://archive.apache.org/dist/unomi/2.2.0/unomi-2.2.0-bin.zip.sha512">SHA512</a>]
+                      </td>
+                      <td>
+                          <a target="_blank"
+                             href="https://archive.apache.org/dist/unomi/2.2.0/unomi-2.2.0-src.zip">zip</a>
+                          [<a target="_blank"
+                              href="https://archive.apache.org/dist/unomi/2.2.0/unomi-2.2.0-src.zip.asc">PGP</a>]
+                          [<a target="_blank"
+                              href="https://archive.apache.org/dist/unomi/2.2.0/unomi-2.2.0-src.zip.sha512">SHA512</a>]
+                      </td>
+                      <td><a target="_blank"
+                             href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12319220&version=12352514">Release
+                          Notes</a></td>
+                  </tr>
+                  <tr>
                       <td>2.1.0</td>
                       <td><a target="_blank"
                              href="https://archive.apache.org/dist/unomi/2.1.0/unomi-2.1.0-bin.tar.gz">tar.gz</a>
diff --git a/src/main/webapp/index.html b/src/main/webapp/index.html
index b6ee909..ce46d7d 100644
--- a/src/main/webapp/index.html
+++ b/src/main/webapp/index.html
@@ -29,6 +29,27 @@
 
     <div class="row">
         <div class="col-lg-6 pl-5">
+            <h3>Version 2.3.0 released!</h3>
+            <h4>Changes in 2.3.0 (since 2.2.0)</h4>
+            <ul>
+                <li>Provide an endpoint that allow to validate multiple event</li>
+                <li>Make Unomi batchProfilesUpdate use ES scroll query</li>
+                <li>Upgrade the version of the json-schema-validator library</li>
+                <li>Remove unevaluatedProperties in sub schema</li>
+                <li>Fix segment update scheduled task timing</li>
+                <li>Profile merge system is doing a lot of scroll queries</li>
+                <li>Result size limit when searching events</li>
+                <li>Other small bug fixes</li>
+            </ul>
+        </div><!-- /.col-lg-8 -->
+        <div class="col-lg-6 my-auto mx-auto">
+        </div><!-- /.col-lg-4 -->
+    </div><!-- /.row -->
+
+    <hr class="featurette-divider">
+
+    <div class="row">
+        <div class="col-lg-6 pl-5">
             <h3>Version 1.9.0 released!</h3>
             <h4>Changes in 1.9.0 (since 1.8.0)</h4>
             <ul>