Re: [VOTE] Release Apache Commons Configuration 2.3 based on RC2

2018-08-05 Thread Rob Tompkins
> On Aug 5, 2018, at 6:55 PM, Gary Gregory wrote: > >> On Sun, Aug 5, 2018 at 10:17 AM Rob Tompkins wrote: >> >> Signatures good: asc, sha1, md5, and sha256 >> > > There should not be any md5 files out there. If there are, we should remove > them. Nexus generates them. I validated all the

Re: [VOTE] Release Apache Commons Configuration 2.3 based on RC2

2018-08-05 Thread Gary Gregory
On Sun, Aug 5, 2018 at 10:17 AM Rob Tompkins wrote: > Signatures good: asc, sha1, md5, and sha256 > There should not be any md5 files out there. If there are, we should remove them. Gary > mvn clean test package site; works on java8 on my mac > mvn clean test; works on java7, java9, and java1

Re: [VOTE] Release Apache Commons Configuration 2.3 based on RC2

2018-08-05 Thread Rob Tompkins
Signatures good: asc, sha1, md5, and sha256 mvn clean test package site; works on java8 on my mac mvn clean test; works on java7, java9, and java10. On site, japicmp empty (standard), and still using cobertura (suggest upgrading to jacoco) +1 -Rob > On Aug 4, 2018, at 3:19 PM, Oliver Heger wr