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

struberg pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/openwebbeans-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 56cfb08  git rid of unmaintained blog system
56cfb08 is described below

commit 56cfb0862602d4863be76679b574ddc65034eab0
Author: Mark Struberg <[email protected]>
AuthorDate: Sun Jan 12 00:22:47 2025 +0100

    git rid of unmaintained blog system
---
 content/download.md            | 6 +++---
 content/index.ezmd             | 8 ++++----
 content/modules.md             | 2 +-
 content/news.md                | 2 +-
 content/openwebbeans-tomcat.md | 7 ++++---
 content/owbsetup_tomcat.md     | 2 --
 6 files changed, 13 insertions(+), 14 deletions(-)

diff --git a/content/download.md b/content/download.md
index 2855e96..09694e7 100644
--- a/content/download.md
+++ b/content/download.md
@@ -23,9 +23,9 @@ It requires Java11 or higher.
 The source distribution contains all OpenWebBeans source code.
 Binaries are available via the Apache Maven Central repository.
 
-* 
[openwebbeans-4.0.2-source-release.zip](https://www.apache.org/dyn/closer.lua/openwebbeans/4.0.2/openwebbeans-4.0.2-source-release.zip)
-* 
[openwebbeans-4.0.2-source-release.zip.sha512](https://www.apache.org/dist/openwebbeans/4.0.2/openwebbeans-4.0.2-source-release.zip.sha512)
-* 
[openwebbeans-4.0.2-source-release.zip.asc](https://www.apache.org/dist/openwebbeans/4.0.2/openwebbeans-4.0.2-source-release.zip.asc)
+* 
[openwebbeans-4.0.3-source-release.zip](https://www.apache.org/dyn/closer.lua/openwebbeans/4.0.3/openwebbeans-4.0.3-source-release.zip)
+* 
[openwebbeans-4.0.3-source-release.zip.sha512](https://www.apache.org/dist/openwebbeans/4.0.3/openwebbeans-4.0.3-source-release.zip.sha512)
+* 
[openwebbeans-4.0.3-source-release.zip.asc](https://www.apache.org/dist/openwebbeans/4.0.3/openwebbeans-4.0.3-source-release.zip.asc)
 
 
 ----------
diff --git a/content/index.ezmd b/content/index.ezmd
index dae5d2e..52278ad 100644
--- a/content/index.ezmd
+++ b/content/index.ezmd
@@ -47,8 +47,8 @@ asf_headings: False
     </div>
 </div>
 <div class="row">
-    [for owb]<div class="col-md-4">
-       <h4><a href="[owb.href]">[owb.title]</a></h4>
-        [format "raw"][owb.content][end]
-    </div>[end]
+    <div class="col-md-4">
+        <h4><a href="news.html">Apache OpenWebBeans-4.0.3 has been 
released</a></h4>
+        The Apache OpenWebBeans Team is proud to announce the release of 
Apache OpenWebBeans-4.0.3.
+    </div>
 </div>
diff --git a/content/modules.md b/content/modules.md
index abb7821..7140f13 100644
--- a/content/modules.md
+++ b/content/modules.md
@@ -9,7 +9,7 @@ Title: Modules
 - [Web plugin](openwebbeans-web.html)
 - [EJB plugin](openwebbeans-ejb.html)
 - [Java EE plugin](openwebbeans-ee.html)
-- [Tomcat plugins 6 & 7](openwebbeans-tomcat.html)
+- [Tomcat plugin](openwebbeans-tomcat.html)
 - [JMS plugin](openwebbeans-jms.html)
 - [JSF plugins](openwebbeans-jsf.html)
 - [EL 2.2 plugin](openwebbeans-el.html)
diff --git a/content/news.md b/content/news.md
index 2b96a03..622242b 100644
--- a/content/news.md
+++ b/content/news.md
@@ -1,7 +1,7 @@
 Title: News
 
 # News
-
+* 2024-12-11 OpenWebBeans-4.0.3 has been released - this is a Jakarta CDI-4.0 
bugfix release
 * 2020-01-17 OpenWebBeans-2.0.14 has been released - this is a CDI-2.0 bugfix 
release
 * 2018-11-12 OpenWebBeans-2.0.8 has been released - this is a CDI-2.0 bugfix 
release
 * 2017-09-03 OpenWebBeans-2.0.1 has been released - this is a CDI-2.0 bugfix 
release
diff --git a/content/openwebbeans-tomcat.md b/content/openwebbeans-tomcat.md
index c9eacfe..6e30468 100644
--- a/content/openwebbeans-tomcat.md
+++ b/content/openwebbeans-tomcat.md
@@ -1,16 +1,17 @@
 Title: OpenWebBeans Tomcat 
 
-# OpenWebBeans Tomcat 7, 8, 8.5 and 9
+# OpenWebBeans Tomcat 9 and 10
 
 Note: You also need other modules to run OpenWebBeans on Tomcat. 
-These Tomcat plugins only adds extra features like injection into Servlets and 
are not even mandatory for running on Tomcat. For more information read 
[Getting started][1].
+These Tomcat plugins only adds extra features like injection into Servlets and 
are not even mandatory for running on Tomcat. 
+For more information read [Getting started][1].
 
 
 ### Tomcat 7 and above
 
     <dependency>
         <groupId>org.apache.openwebbeans</groupId>
-        <artifactId>openwebbeans-tomcat7</artifactId>
+        <artifactId>openwebbeans-tomcat</artifactId>
         <version>${owb.version}</version>
         <scope>compile</scope>
     </dependency>
diff --git a/content/owbsetup_tomcat.md b/content/owbsetup_tomcat.md
index 6385c16..aa6152c 100644
--- a/content/owbsetup_tomcat.md
+++ b/content/owbsetup_tomcat.md
@@ -6,8 +6,6 @@ By integrating OpenWebBeans with an existing tomcat 
installation you don't need
 
 Instead, OpenWebBeans will get copied to the tomcat lib directory and 
activated for all webapps.
 
-Note that while the script mentions tomcat-7 this also works for tomcat-8.x 
and tomcat-9.x
-
 ## Downloading the latest OpenWebBeans distribution
 
 Download the latest [OWB distribution bundle](download.html) and unzip it.

Reply via email to