Re: versioning plugin release for Maven 3.1+

2014-05-16 Thread Daniel Kulp
Ok. I’ve update the plugin to work with 3.0.x as well as 3.1 and 3.2 by just using the Maven API’s instead of using Aether directly. I also flipped it to using the Maven plugin annotations instead of the javadoc type things. Possibly a bit cleaner. Anyway, any objections now to getting

versioning plugin release for Maven 3.1+

2014-05-12 Thread Daniel Kulp
I just updated the versioning plugin to use the org.eclipse version of Aether. This allows it to work with Maven 3.1+, but means it won’t work with Maven 3.0.x. We could do a lot more work to get it working for both, but I’m not sure it’s worth it. Would folks be OK with me doing a

Re: versioning plugin release for Maven 3.1+

2014-05-12 Thread David Bosschaert
FWIW - I still do most of my work on Maven 3.0.5 as some of the projects I work on don't work with 3.1. They might work with 3.2 but I haven't tried that yet. One other thing to mention is that an extension is being proposed to the maven-bundle-plugin that supports semantic versioning. That