Assembly in std location

2015-08-21 Thread Gary Gregory
I've seen commit fly by about moving assemblies to the std location. But, in a project like commons-daemon, in the POM, the old locations are still used. Am I missing something? Gary -- E-Mail: garydgreg...@gmail.com | ggreg...@apache.org Java Persistence with Hibernate, Second Edition

Re: [Math] [MATH-1260] SimpleRegression add new method: getPredictionStdErr(double x)

2015-08-21 Thread Phil Steitz
On 8/20/15 6:12 AM, Patrick Drury wrote: I have a requirement to be able to get the standard error for a predicted y value for a given x value. I believe that adding a generalisation of getInterceptStdErr() to SimpleRegression as detailed in the feature description of [MATH-1260] would do the

Re: [VOTE] Apache Commons-CSV 1.2-RC1

2015-08-21 Thread Gary Gregory
Thank you Benedikt for the review. Ah, crud, that's what I get for not doing an RC for a long time. The extra files are OK since, per https://commons.apache.org/releases/prepare.html, the tag is a copy of trunk. I forgot to commit pom.xml to the tag. Gary Gary On Fri, Aug 21, 2015 at 12:45

[CANCEL][VOTE] Apache Commons-CSV 1.2-RC1

2015-08-21 Thread Gary Gregory
Canceled to fix the tag issue found by Benedikt. Gary On Fri, Aug 21, 2015 at 8:50 AM, Gary Gregory garydgreg...@gmail.com wrote: Thank you Benedikt for the review. Ah, crud, that's what I get for not doing an RC for a long time. The extra files are OK since, per

[VOTE] Release Apache Commons CSV 1.2-RC2

2015-08-21 Thread Gary Gregory
Hi All, Apache Commons-CSV 1.2-RC2 is available for review here: https://dist.apache.org/repos/dist/dev/commons/csv/ (svn revision 10267) The difference with RC1 is that the Svn RC2 tag now contains the proper version in pom.xml. Maven artifacts are here:

Re: [VOTE] Apache Commons-CSV 1.2-RC1

2015-08-21 Thread Benedikt Ritter
Hello Gary, thank you for pushing this! Here is my review. - Signs and hashes look good - Source and binary archives have the same content - Site looks good - clirr and rat look good - builds fine with: -- Maven 3.1.1 and Java 1.6.0_65 -- Maven 3.3.3 and Java 1.7.0_79 and Java 1.8.0_60 But: