Re: [Math] Release hurdles

2022-12-14 Thread Alex Herbert
On Wed, 14 Dec 2022 at 00:49, Gilles Sadowski wrote: > > Hello. > > Next problem: > $ JAVA_HOME=/usr/lib/jvm/java-11-openjdk-amd64 mvn -Duser.name=erans > clean deploy -Prelease > [...] > [INFO] Reactor Summary for Apache Commons Math 4.0-beta1: > [INFO] > [INFO] Apache Commons Math ..

[FILEUPLOAD] State of the 1.6 branch

2022-12-14 Thread Mark Thomas
Hi all, I was looking into the possibility of back-porting my recent file count limit change to 1.4 and I think the Github branch is rather out of sync. Using gitk to explore the history, the last commit on the b1_4 branch was eed3e5 on 2017-06-03 But the 1.4 tag is at 047f315 on 2018-12-28

Re: [FILEUPLOAD] State of the 1.6 branch

2022-12-14 Thread Gary Gregory
I would create a branch called "1.x" instead and bump the version in the POM to 1.5.0. FYI, I've been using the x.y.z version format in most of not all components I work on, I find that it sets expectations better, for me anyway. Gary On Wed, Dec 14, 2022, 06:20 Mark Thomas wrote: > Hi all, >

Re: [FILEUPLOAD] State of the 1.6 branch

2022-12-14 Thread Gilles Sadowski
Hi. Le mer. 14 déc. 2022 à 12:25, Gary Gregory a écrit : > > I would create a branch called "1.x" instead and bump the version in the > POM to 1.5.0. > > FYI, I've been using the x.y.z version format in most of not all components > I work on, I find that it sets expectations better, for me anyway

Re: [Math] Release hurdles

2022-12-14 Thread Gilles Sadowski
Le mer. 14 déc. 2022 à 09:09, Alex Herbert a écrit : > > On Wed, 14 Dec 2022 at 00:49, Gilles Sadowski wrote: > > > > Hello. > > > > Next problem: > > $ JAVA_HOME=/usr/lib/jvm/java-11-openjdk-amd64 mvn -Duser.name=erans > > clean deploy -Prelease > > [...] > > [INFO] Reactor Summary for Apache Co

Re: [Math] Release hurdles

2022-12-14 Thread Gary Gregory
Svn is used for 4 tasks: - upload src and bin zip tars to the dev site - upload the web site to the same place for reviews, at least that's how I do it - after a vote, transfer files from the dev to the release site (svnmucc) - publish the final site Nexus is only a convenience to our users, not a

Re: [Math] Release hurdles

2022-12-14 Thread Alex Herbert
On Wed, 14 Dec 2022 at 13:31, Gilles Sadowski wrote: > > Le mer. 14 déc. 2022 à 09:09, Alex Herbert a écrit > : > > > > On Wed, 14 Dec 2022 at 00:49, Gilles Sadowski wrote: > > > > > > Hello. > > > > > > Next problem: > > > $ JAVA_HOME=/usr/lib/jvm/java-11-openjdk-amd64 mvn -Duser.name=erans >

Re: [Math] Release hurdles

2022-12-14 Thread Gilles Sadowski
Hello. Le mer. 14 déc. 2022 à 16:23, Alex Herbert a écrit : > > On Wed, 14 Dec 2022 at 13:31, Gilles Sadowski wrote: > > > > Le mer. 14 déc. 2022 à 09:09, Alex Herbert a > > écrit : > > > > > > On Wed, 14 Dec 2022 at 00:49, Gilles Sadowski > > > wrote: > > > > > > > > Hello. > > > > > > > >