[ANN] Apache Maven JDeprScan Plugin 3.0.0-alpha-1 Released

2017-11-17 Thread Robert Scholte
The Apache Maven team is pleased to announce the first release of the Apache Maven JDeprScan Plugin, version 3.0.0-alpha-1 The Maven JDeprScan plugin is used to scan class files for uses of deprecated API elements. It uses the jdeprscan tool as provided with Java 9. https://maven.apache.o

Re: Special parameters - sha1

2017-11-17 Thread Eric B
Hi Bernd, Thanks for the insight. I understand what you mean, and to be honest, not entirely sure how to deal with that yet. At the moment, it isn't a huge deal for me since my project is fairy self contained. I have an API module which I need to version independently, but other than that, ther

Re: Auto-increment semantic version number for CD pipeline with git and docker

2017-11-17 Thread Adam Hardy
On Thursday, November 16, 2017 23:10 GMT, Stephen Connolly wrote: > Only use release versions for releases > > For any builds in between releases, always use a SNAPSHOT. If you don’t > want to commit to a version (which it sounds like you don’t) then pick > either SNAPSHOT or major-SNAPSHOT (eg 1

Re: Special parameters - sha1

2017-11-17 Thread Stephen Connolly
On Fri 17 Nov 2017 at 13:57, Eric B wrote: > Hi Bernd, > > Thanks for the insight. I understand what you mean, and to be honest, not > entirely sure how to deal with that yet. At the moment, it isn't a huge > deal for me since my project is fairy self contained. I have an API module > which I

Re: Special parameters - sha1

2017-11-17 Thread Stephen Connolly
On Fri 17 Nov 2017 at 21:07, Stephen Connolly < stephen.alan.conno...@gmail.com> wrote: > > On Fri 17 Nov 2017 at 13:57, Eric B wrote: > >> Hi Bernd, >> >> Thanks for the insight. I understand what you mean, and to be honest, not >> entirely sure how to deal with that yet. At the moment, it isn