I’ve tagged and staged 2.5.0 but it looks like https://repository.apache.org/index.html is not happy right now, so will get someone to check it out and send the release vote email when it’s back.
On 20 Jun 2014, at 10:54, Stuart McCulloch <[email protected]> wrote: > Thanks Guillaume, I’ll start the release process > > On 20 Jun 2014, at 07:11, Guillaume Nodet <[email protected]> wrote: > >> I updated the changelog and JIRA in preparation for the release, so we're >> good to go I think. >> >> >> 2014-06-20 7:56 GMT+02:00 Guillaume Nodet <[email protected]>: >> >>> I tested it and fixed a few things with the new features, so I'm good with >>> current state. Fwiw, the Aries project is waiting for this release in >>> order to release a bunch of bundles for JDK8 compatibility (which Karaf is >>> waiting for too). >>> So if I can be of any help ... >>> >>> >>> 2014-06-16 12:10 GMT+02:00 Stuart McCulloch <[email protected]>: >>> >>>> Hi, >>>> >>>> >>>> There have been a number of fixes and features added to the >>>> maven-bundle-plugin, as well as a recent upgrade to bnd 2.3.0, so I was >>>> thinking of staging a release sometime this week. >>>> >>>> To test the latest snapshot, either build the plugin from source or add >>>> the >>>> following to your pom.xml and set the version in your maven-bundle-plugin >>>> declaration to 2.4.1-SNAPSHOT: >>>> >>>> <pluginRepositories> >>>> <pluginRepository> >>>> <id>apache.snapshots</id> >>>> <name>snapshot plugins</name> >>>> <url>http://repository.apache.org/snapshots</url> >>>> <releases> >>>> <enabled>false</enabled> >>>> </releases> >>>> <snapshots> >>>> <enabled>true</enabled> >>>> </snapshots> >>>> </pluginRepository> >>>> </pluginRepositories> >>>> >>>> Let me know if you spot any regressions or bugs, or would like the release >>>> deferred to get in some additional fixes/features. >>>> >>>> -- >>>> Cheers, Stuart >>>> >>> >>> >
