-
-
Notifications
You must be signed in to change notification settings - Fork 300
Template for Release Notes Release Candidate RC
Christoph Rueger edited this page Jan 12, 2026
·
1 revision
This is just a copy paste template for release notes for a RC / Release Candidate. Mainly for the testing instructions. This is based on https://github.com/bndtools/bnd/wiki/Changes-in-7.2.1
This is a patch release for X.X.X
- Status: Release Candidate
- Release date: TBD
- TBD
- Eclipse P2 Update Site – https://bndtools.jfrog.io/bndtools/update-rc
- Libs: https://bndtools.jfrog.io/bndtools/libs-release/ (e.g. https://bndtools.jfrog.io/ui/native/libs-release/biz/aQute/bnd/ and search the 7.2.1-RC1 folder the lib you are interested in e.g. biz.aQute.bnd)
- Gradle - using Release Candidates: https://github.com/bndtools/bnd/tree/master/gradle-plugins#using-the-latest-milestonerelease-candidate-build-of-the-bnd-gradle-plugins
pluginManagement {
plugins {
id "biz.aQute.bnd.builder" version "7.2.1-RC1"
}
repositories {
maven {
url = uri("https://bndtools.jfrog.io/bndtools/libs-release")
}
}
}
- Maven - using Release Candidates: https://github.com/bndtools/bnd/tree/master/maven-plugins#using-the-latest-milestonerelease-candidate-build-of-the-bnd-maven-plugins
<pluginRepositories>
<pluginRepository>
<id>bnd-releases</id>
<url>https://bndtools.jfrog.io/bndtools/libs-release/</url>
<layout>default</layout>
<snapshots>
<enabled>false</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
....
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>biz.aQute.bnd</groupId>
<artifactId>bnd-maven-plugin</artifactId>
<version>7.2.1-RC1</version>
<extensions>true</extensions>
</plugin>
<plugins>
<pluginManagement>
</build>
TBD
Dev Meetings Agenda/Protocol
Latest Releases
all versions
- 7.2.1 | 7.2.0
- 7.1.0 | 7.0.0
- 6.4.1 | 6.4.0 | 6.3.1 | 6.3.0
- 6.2.0 | 6.1.0 | 6.0.0
- 5.3.0 | 5.2.0 | 5.1.2 | 5.1.1
- 5.1.0 | 5.0.1 | 5.0.0
- 4.3.1 | 4.3.0 | 4.2.1 | 4.2.0
- 4.1.0 | 4.0.0
- 3.5.0 | 3.4.0 | 3.3.0 | 3.2.0
- 2.2.0
Gradle
- Plugin
- Build Customizations
- Builder & java-library
- Non-Workspace builds
- PluginManagement
- Using Kotlin
- Kotlin DSL jar config
- AntTasks
- Baselining [beta]
- Blurry Form Text on High-Resolution Displays
- Bnd toolchain parity table
- bnddistribute
- Buildpath Versions
- Conflict with M2E PDE Connector
- Eclipse Logging with Logback
- Hackathon June 2012
- Install bnd on the command line
- Is there a mailing list for bnd
- Launching Framework
- Multi-project build order
- Multi-release JAR support design discussion
- Plans wrt to enRoute
- Reading Eclipse project preferences in bnd
- Release Process
- Requirements for New Repository API
- Windows Locked Files
- WIP ideas ‐ bnd 8.0.0 breaking changes
- XML Attributes on Annotations
- [ant] Loading and Expanding Shared Headers or Properties