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

jsinovassinnaik pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/unomi-site.git


The following commit(s) were added to refs/heads/master by this push:
     new ba6fba3  Apache Unomi 3.0.0 Release website update
ba6fba3 is described below

commit ba6fba34f1fed0b4efb81b2c15d1a28e8b534286
Author: jsinovassin <[email protected]>
AuthorDate: Mon Nov 10 11:27:01 2025 +0100

    Apache Unomi 3.0.0 Release website update
---
 src/main/webapp/_data/unomi.yml | 10 ++++-----
 src/main/webapp/download.html   | 50 +++++++++++++++++++++++++++++++----------
 src/main/webapp/index.html      | 26 +++++++++++----------
 3 files changed, 57 insertions(+), 29 deletions(-)

diff --git a/src/main/webapp/_data/unomi.yml b/src/main/webapp/_data/unomi.yml
index afe0939..a7b5a77 100644
--- a/src/main/webapp/_data/unomi.yml
+++ b/src/main/webapp/_data/unomi.yml
@@ -1,14 +1,14 @@
 latest:
   stable:
-    version: 2.7.0
-    date: 2025-09-02
+    version: 3.0.0
+    date: 2025-11-10
   development:
-    version: 3.0.0-SNAPSHOT
+    version: 3.1.0-SNAPSHOT
 next:
   stable:
-    version: 3.0.0
+    version: 3.1.0
   development:
-    version: 3.0.0-SNAPSHOT
+    version: 3.1.0-SNAPSHOT
 branch:
   version: master
 doc:
diff --git a/src/main/webapp/download.html b/src/main/webapp/download.html
index c68f2a3..c0f9f1e 100644
--- a/src/main/webapp/download.html
+++ b/src/main/webapp/download.html
@@ -11,22 +11,22 @@ layout: default
           <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.7.0</span></h3>
-              <div class="mb-1 text-muted">September 2nd, 2025</div>
+              <h3 class="mb-0 text-dark">Unomi <span 
class="text-muted">3.0.0</span></h3>
+              <div class="mb-1 text-muted">November 10th, 2025</div>
               <p class="card-text mb-auto">
                 Binary Distribution :
-                  <a target="_blank" 
href="https://www.apache.org/dyn/closer.lua/unomi/2.7.0/unomi-2.7.0-bin.tar.gz";>tar.gz</a>
-                  [<a target="_blank" 
href="https://www.apache.org/dist/unomi/2.7.0/unomi-2.7.0-bin.tar.gz.asc";>PGP</a>]
-                  [<a target="_blank" 
href="https://www.apache.org/dist/unomi/2.7.0/unomi-2.7.0-bin.tar.gz.sha512";>SHA512</a>]
 -
-                  <a target="_blank" 
href="https://www.apache.org/dyn/closer.lua/unomi/2.7.0/unomi-2.7.0-bin.zip";>zip</a>
-                  [<a target="_blank" 
href="https://www.apache.org/dist/unomi/2.7.0/unomi-2.7.0-bin.zip.asc";>PGP</a>]
-                  [<a target="_blank" 
href="https://www.apache.org/dist/unomi/2.7.0/unomi-2.7.0-bin.zip.sha512";>SHA512</a>]
+                  <a target="_blank" 
href="https://www.apache.org/dyn/closer.lua/unomi/3.0.0/unomi-3.0.0-bin.tar.gz";>tar.gz</a>
+                  [<a target="_blank" 
href="https://www.apache.org/dist/unomi/3.0.0/unomi-3.0.0-bin.tar.gz.asc";>PGP</a>]
+                  [<a target="_blank" 
href="https://www.apache.org/dist/unomi/3.0.0/unomi-3.0.0-bin.tar.gz.sha512";>SHA512</a>]
 -
+                  <a target="_blank" 
href="https://www.apache.org/dyn/closer.lua/unomi/3.0.0/unomi-3.0.0-bin.zip";>zip</a>
+                  [<a target="_blank" 
href="https://www.apache.org/dist/unomi/3.0.0/unomi-3.0.0-bin.zip.asc";>PGP</a>]
+                  [<a target="_blank" 
href="https://www.apache.org/dist/unomi/3.0.0/unomi-3.0.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.7.0/unomi-2.7.0-src.zip";>zip</a>
-                  [<a target="_blank" 
href="https://www.apache.org/dist/unomi/2.7.0/unomi-2.7.0-src.zip.asc";>PGP</a>]
-                  [<a target="_blank" 
href="https://www.apache.org/dist/unomi/2.7.0/unomi-2.7.0-src.zip.sha512";>SHA512</a>]
+                  <a target="_blank" 
href="https://www.apache.org/dyn/closer.lua/unomi/3.0.0/unomi-3.0.0-src.zip";>zip</a>
+                  [<a target="_blank" 
href="https://www.apache.org/dist/unomi/3.0.0/unomi-3.0.0-src.zip.asc";>PGP</a>]
+                  [<a target="_blank" 
href="https://www.apache.org/dist/unomi/3.0.0/unomi-3.0.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=12355172";
 role="button" target="_blank">Release notes &raquo;</a>
             </div>
@@ -84,7 +84,33 @@ layout: default
                     </tr>
                 </thead>
                   <tbody>
-
+                      <tr>
+                          <td>2.7.0</td>
+                          <td><a target="_blank"
+                                 
href="https://archive.apache.org/dist/unomi/2.7.0/unomi-2.7.0-bin.tar.gz";>tar.gz</a>
+                              [<a target="_blank"
+                                  
href="https://archive.apache.org/dist/unomi/2.7.0/unomi-2.7.0-bin.tar.gz.asc";>PGP</a>]
+                              [<a target="_blank"
+                                  
href="https://archive.apache.org/dist/unomi/2.7.0/unomi-2.7.0-bin.tar.gz.sha512";>SHA512</a>]<br>
+                              <a target="_blank"
+                                 
href="https://archive.apache.org/dist/unomi/2.7.0/unomi-2.7.0-bin.zip";>zip</a>
+                              [<a target="_blank"
+                                  
href="https://archive.apache.org/dist/unomi/2.7.0/unomi-2.7.0-bin.zip.asc";>PGP</a>]
+                              [<a target="_blank"
+                                  
href="https://archive.apache.org/dist/unomi/2.7.0/unomi-2.7.0-bin.zip.sha512";>SHA512</a>]
+                          </td>
+                          <td>
+                              <a target="_blank"
+                                 
href="https://archive.apache.org/dist/unomi/2.7.0/unomi-2.7.0-src.zip";>zip</a>
+                              [<a target="_blank"
+                                  
href="https://archive.apache.org/dist/unomi/2.7.0/unomi-2.7.0-src.zip.asc";>PGP</a>]
+                              [<a target="_blank"
+                                  
href="https://archive.apache.org/dist/unomi/2.7.0/unomi-2.7.0-src.zip.sha512";>SHA512</a>]
+                          </td>
+                          <td><a target="_blank"
+                                 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12319220&version=12354778";>Release
+                              Notes</a></td>
+                      </tr>
                     <tr>
                         <td>2.6.1</td>
                         <td><a target="_blank"
diff --git a/src/main/webapp/index.html b/src/main/webapp/index.html
index 1cfbe58..2a855be 100644
--- a/src/main/webapp/index.html
+++ b/src/main/webapp/index.html
@@ -32,20 +32,22 @@ layout: default
 
     <div class="row">
         <div class="col-lg-6 pl-5">
-            <h3>Version 2.7.0 released!</h3>
-            <h4>Changes in 2.7.0 (since 2.6.1)</h4>
+            <h3>Version 3.0.0 released!</h3>
+            <h4>Changes in 3.0.0 (since 3.0.0)</h4>
 
-            <h2>        Bug
-            </h2>
+            <h2>Task</h2>
             <ul>
-            <li>[<a 
href='https://issues.apache.org/jira/browse/UNOMI-864'>UNOMI-864</a>] -         
Fix incorrect space in custom.system.properties
-            </li>
-            <li>[<a 
href='https://issues.apache.org/jira/browse/UNOMI-885'>UNOMI-885</a>] -         
Error during migration
-            </li>
-            <li>[<a 
href='https://issues.apache.org/jira/browse/UNOMI-886'>UNOMI-886</a>] -         
profileId is not get in EventsCollectorRequestDeserializer
-            </li>
-            <li>[<a 
href='https://issues.apache.org/jira/browse/UNOMI-897'>UNOMI-897</a>] -         
Two separate issues in Groovy Actions implementation - Data contamination race 
condition and severe performance problems
-            </li>
+                <li>[<a 
href='https://issues.apache.org/jira/browse/UNOMI-876'>UNOMI-876</a>] - Upgrade 
to the latest stable version of Karaf
+                </li>
+                <li>[<a 
href='https://issues.apache.org/jira/browse/UNOMI-901'>UNOMI-901</a>] - Replace 
elasticsearch-rest-high-level-client with elasticsearch-java client
+                </li>
+            </ul>
+            <h2>Bug</h2>
+            <ul>
+                <li>[<a 
href='https://issues.apache.org/jira/browse/UNOMI-915'>UNOMI-915</a>] - Error 
on build with apache-release profile
+                </li>
+                <li>[<a 
href='https://issues.apache.org/jira/browse/UNOMI-916'>UNOMI-916</a>] - Fix 
release compliancy issues
+                </li>
             </ul>
 
         </div><!-- /.col-lg-8 -->

Reply via email to