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

jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/karaf-cellar.git


The following commit(s) were added to refs/heads/main by this push:
     new 1d849b1b Prepare 4.4.8 release (#149)
1d849b1b is described below

commit 1d849b1b7eb84f08495005f7415d99f77da2afba
Author: JB Onofré <[email protected]>
AuthorDate: Sun Aug 31 18:50:50 2025 +0200

    Prepare 4.4.8 release (#149)
---
 BUILDING                                        |  6 ++----
 RELEASE-NOTES                                   | 14 ++++++++++++++
 manual/src/main/asciidoc/user-guide/deploy.adoc |  2 +-
 3 files changed, 17 insertions(+), 5 deletions(-)

diff --git a/BUILDING b/BUILDING
index 107e60bd..3cea31d7 100644
--- a/BUILDING
+++ b/BUILDING
@@ -21,15 +21,13 @@ Building Apache Karaf Cellar
 Initial Setup
 -------------
 
-1) Install J2SE 7.0 SDK, which can be downloaded from
-   http://www.oracle.com/technetwork/java/javase/downloads/index.html
-   Use version of "JDK 7.0 Update 55" (or later, but not Java8).
+1) Install Java 11 SDK (or later)
 
 2) Make sure that your JAVA_HOME environment variable is set to the newly 
installed
    JDK location, and that your PATH includes %JAVA_HOME%\bin (windows) or
    $JAVA_HOME$/bin (unix).
 
-3) Install Maven 3.0.3 (or later), which can be downloaded from
+3) Install Maven 3.9.x (or later), which can be downloaded from
    http://maven.apache.org/download.html. Make sure that your PATH includes
    the MVN_HOME/bin directory.
 
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 8387d903..bc437f3c 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -15,6 +15,20 @@
  * limitations under the License.
  */
 
+
+                    Apache Karaf Cellar 4.4.8
+                    =========================
+  Overview
+  --------
+
+Apache Karaf Cellar 4.4.8 is the first release on the 4.4.x series, fully 
supporting Apache Karaf 4.4.x.
+It includes a bunch of dependency updates, and a few fixes.
+
+  Changelog
+  ---------
+
+https://github.com/apache/karaf-cellar/milestone/1?closed=1
+
                     Apache Karaf Cellar 4.2.1
                     =========================
   Overview
diff --git a/manual/src/main/asciidoc/user-guide/deploy.adoc 
b/manual/src/main/asciidoc/user-guide/deploy.adoc
index 57f5eba5..dfe4500c 100644
--- a/manual/src/main/asciidoc/user-guide/deploy.adoc
+++ b/manual/src/main/asciidoc/user-guide/deploy.adoc
@@ -69,7 +69,7 @@ Optionally, you can install additional features.
 The cellar-event feature adds support of OSGi EventAdmin on the cluster:
 
 ----
-karaf@root()> feature:install cellar-event
+karaf@root()> feature:install cellar-eventadmin
 ----
 
 The cellar-obr feature adds support of OBR sync on the cluster:

Reply via email to