Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For the last two tasks, it's better to give the mirrors some time to distribute the uploaded artifacts (one day should be fine). This ensures that once the website (news and download page) is updated, people can actually download the artifacts.

Update JIRA

TODOGo to Admin section on the Karaf JIRA and mark the X.Y.Z version as released - create version X.Y.Z+1, if that hasn't already been done.

Announcing the Karaf Release

Code Block

To: "Karaf Developers List" <dev@karaf.apache.org>
Subject: [ANN] Karaf version X.Y.Z Released

The Karaf team is pleased to announce the release of Karaf version X.Y.Z

<<insert short description of important updates>>

  http://karaf.apache.org/

This release is available from http://karaf.apache.org/downloads and Maven:

  <dependency>
    <groupId>org.apache.karaf</groupId>
    <artifactId>org.apache.karaf.XXX</artifactId>
    <version>X.Y.Z</version>
  </dependency>

Release Notes:

<<insert release notes in text format from JIRA>>

Enjoy!

-The Karaf team

Remember to forward this announcement to users@karaf.apache.org - try not to cross-post (CC announcements to both user and dev lists.TODO