Hipparchus-Math / hipparchus

An efficient, general-purpose mathematics components library in the Java programming language
Apache License 2.0
139 stars 41 forks source link

Improve release guide #277

Closed BryanCazabonne closed 6 months ago

BryanCazabonne commented 1 year ago

The release guide could be improved by adding the following information:

axkr commented 1 year ago

Dependabot already creates 3.0 changes. Is this intended?

maisonobe commented 1 year ago

No, it is not intended and indeed the dependencies reference the 3.0-SNAPSHOT version, not the upcoming final 3.0.

Edit: Scratch that, they reference 3.0. I'll have a look at it

maisonobe commented 1 year ago

After a quick look, I think it is due to the repositories list.

For the general public, the version is still only available in the staging repository and the latest official version in maven central is still 2.3.

For expert uses, our own repository that is triggered by the Continuous Integration framework provides all versions, even development ones. When the branch for 3.0 release was created during the release process, the maven artifacts were pushed there automatically.

So I guess you reference our repository in Symja.