Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bndtools/bnd
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7.2.1
Choose a base ref
...
head repository: bndtools/bnd
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7.2.2
Choose a head ref
  • 3 commits
  • 50 files changed
  • 2 contributors

Commits on Mar 23, 2026

  1. Revert "Add sonatype/MavenCentral repository support"

    This reverts commit 2e1cec0.
    revert gradle plugin related sonatype changes
    Revert "Update release logging to use bndProject name"
    This reverts commit 0ba4bc7.
    Revert "log in github action"
    This reverts commit 9d0c2ea.
    Revert "Refactor release task counting in BndPlugin"
    This reverts commit c6be276.
    
    disable baseline for 7.2.2 sonatype removal: this is just an exception because we remove API which was never intended to be used.
    
    Signed-off-by: Christoph Rueger <[email protected]>
    peterkir authored and chrisrueger committed Mar 23, 2026
    Configuration menu
    Copy the full SHA
    6c077e8 View commit details
    Browse the repository at this point in the history
  2. build: Build Release 7.2.2.RC1

    Goal is to build with 7.2.1 (in order to deploy one last time with bnd's sonatype support) but only to revert the sonatype support in this release.
    After 7.2.2 sonatype support is removed and we need to do sonatype deployment in 7.3.0 via our new sonatype script which is already in master.
    
    Signed-off-by: Christoph Rueger <[email protected]>
    chrisrueger committed Mar 23, 2026
    Configuration menu
    Copy the full SHA
    9ff5041 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2026

  1. build: Build Release 7.2.2

    Build with 7.2.1 (see bnd_version=[7.2.1,7.2.1] in gradle.properties) to be able to deploy with old sonetype code one last time.
    
    Signed-off-by: Christoph Rueger <[email protected]>
    chrisrueger committed Mar 24, 2026
    Configuration menu
    Copy the full SHA
    7c31a87 View commit details
    Browse the repository at this point in the history
Loading