Bnd/Bndtools 6.1.0 release candidate build available

We now have a 6.1.0-RC1 build available for your evaluation and feedback.

The 6.1.0 release is not a major release but has some important bug fixes and support for Gradle Configuration Cache for non-Bnd Workspace builds. Make sure to review the release notes at https://github.com/bndtools/bnd/wiki/Changes-in-6.1.0.

Bnd (maven repo):
https://bndtools.jfrog.io/bndtools/libs-release

Bndtools (p2 update site):
https://bndtools.jfrog.io/bndtools/update-rc/

Bnd Gradle Plugin:

pluginManagement {
  repositories {
    maven {
      url = uri("https://bndtools.jfrog.io/bndtools/libs-release")
    }
  }
}

Bnd Maven Plugins:

<pluginRepositories>
  <pluginRepository>
    <id>bnd-release</id>
    <url>https://bndtools.jfrog.io/bndtools/libs-release/</url>
    <layout>default</layout>
  </pluginRepository>
</pluginRepositories>

Release notes are at https://github.com/bndtools/bnd/wiki/Changes-in-6.1.0.

Please try this out and report any issues. We hope to complete the 6.1.0 release in a couple of weeks.

Correct link is Changes in 6.1.0 · bndtools/bnd Wiki · GitHub

Fixed. Thanks for pointing it out.